wxPython, mac, wx.HSCROLL not working

7

7stud

Hi,

I'm trying to allow for a horizontal scrollbar on a textarea, but the
scrollbar won't appear when I enter a long string of text(by leaning
on one character on my keyboard):

import wx

app = wx.App()
win = wx.Frame(None, title="Text Editor", size=(150, 150) )

tb = wx.TextCtrl(win,
pos=(5, 35), size=(100, 100),
style=wx.TE_MULTILINE | wx.HSCROLL)

win.Show()
app.MainLoop()
 
B

Bjoern Schliessmann

7stud said:
I'm trying to allow for a horizontal scrollbar on a textarea, but
the scrollbar won't appear when I enter a long string of text(by
leaning on one character on my keyboard):

Works for me (Linux, self-built Python 2.5 and wxPython 2.8.3.0).

Regards,


Björn
 
K

kyosohma

Works for me (Linux, self-built Python 2.5 and wxPython 2.8.3.0).

Regards,

Björn

This works for me too. I'm using Python 2.4, Windows XP Pro, wxPython
2.6.

You may want to post this to the wxpython users group list. It could
be a Mac-specific bug.

Mike
 
7

7stud

This works for me too. I'm using Python 2.4, Windows XP Pro, wxPython
2.6.

You may want to post this to the wxpython users group list. It could
be a Mac-specific bug.

Mike

For the record, I'm using an intel mac, python 2.4.4, and

wxPython2.8-osx-unicode-2.8.3.0-universal10.4-py2.4.dmg
 
7

7stud

This works for me too. I'm using Python 2.4, Windows XP Pro, wxPython
2.6.

You may want to post this to the wxpython users group list. It could
be a Mac-specific bug.

Where is that list? Are you talking about the google group list
wxpython? It's inactive--there are only 5 posts in the last few
years.
 
B

Bjoern Schliessmann

7stud said:
Thanks. It looks like someone asked the same question yesterday.

No -- it looks like I was a bit stressed and the first google hit or
a direct jump to wxpython.org would have provided the solution :)

Regards,


Björn
 
7

7stud

No -- it looks like I was a bit stressed and the first google hit or
a direct jump to wxpython.org would have provided the solution :)

Huh? Are you saying you found a solution?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,048
Members
48,769
Latest member
Clifft

Latest Threads

Top