forgot the code, sorry,
the code:
import wx
class MyFrame(wx.Frame):
def __init__(self, parent, ID, title):
wx.Frame.__init__(self, parent, ID, title, size=(400, 250))
myscrolledwindow = wx.PyScrolledWindow(self, -1)
sizer = wx.BoxSizer()
myscrolledwindow.SetSizer(
why this code is no giving any scroll?
--
http://mail.python.org/mailman/listinfo/python-list
I have been wanting to figure this out. I used a couple of your code
snippets below and I can get a scroll bar. When I scroll down, it doesn't
scroll the panel down. The only thing that happens is that the scroll bar
moves up and down. Any thoughts?
On Thu, Aug 21, 2008 at 8:36 AM, Ga
On Aug 21, 2:42 pm, Gandalf <[EMAIL PROTECTED]> wrote:
> Hi every one. I'm not sure whether my framework is relevant so i will
> mention it any way.
> windows XP
> python 2.5.2
> wx 2.8 something...
>
> I'm trying to scroll a panel element and it doesn't work. (maybe this
> function doesn't suppos
Hi every one. I'm not sure whether my framework is relevant so i will
mention it any way.
windows XP
python 2.5.2
wx 2.8 something...
I'm trying to scroll a panel element and it doesn't work. (maybe this
function doesn't supposed to scroll element like this)
this is the relevant code:
wx.Frame._
Hi All,
I've a listcontrol in a frame, wherein data gets poupulated and when the
data is more than the veritcal size of the listcontrol window, a vertical
scroll bar comes up automatically. But it always stays at the top. but i
want it be at the bottom to be able to see the latest updates a
Hi. I am putting together a database application on Zope. I have built
a pager for my records (20 per page) but do not want the browser scroll
bars to reset to the top of the browser each time the pager is
advanced to the previous or next page. The normal behavior is fine for
everything but