How to use ScrolledPanel

Hi,
I am new to wxpython. I am trying to create frame which will read the value
from file and display it on panel.I am able to display it on panel but I am
not getting scrollbar to scroll down as file may contain more lines.I try
some scrolledpanel in my code but its not giving me proper output.
Please help me out ,here is my code.

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/How-to-use-ScrolledPanel-tp5718391.html
Sent from the wxPython-users mailing list archive at Nabble.com.

Hi,

···

On 21/08/2013 13:37, getmeusername wrote:

Hi,
I am new to wxpython. I am trying to create frame which will read the value
from file and display it on panel.I am able to display it on panel but I am
not getting scrollbar to scroll down as file may contain more lines.I try
some scrolledpanel in my code but its not giving me proper output.
Please help me out ,here is my code.

Don't see any code;-) .

Are you calling:
panel1.SetupScrolling()

The wxPython demo is very often your friend for things like this, check it out if you havent yet, as it provides a demo for each of the widgets.

Werner

getmeusername wrote:

I am new to wxpython. I am trying to create frame which will read the value
from file and display it on panel.

Is this a simple text file? If so, then you don't need a scrolled panel
at all. Just enable the scroll bars on the text control in which you
are displaying the contents.

If you post your code, we can give you better advice.

···

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.