Re: wxPython, mac, wx.HSCROLL not working

2007-04-14 Thread Bjoern Schliessmann
7stud wrote: Huh? Are you saying you found a solution? Yes, the solution to | Where is that list? Regards, Björn -- BOFH excuse #382: Someone was smoking in the computer room and set off the halon systems. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython, mac, wx.HSCROLL not working

2007-04-13 Thread Bjoern Schliessmann
7stud wrote: 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 -- BOFH excuse #14: sounds like a Windows problem, try

Re: wxPython, mac, wx.HSCROLL not working

2007-04-13 Thread 7stud
On Apr 13, 4:54 am, Bjoern Schliessmann usenet- [EMAIL PROTECTED] wrote: 7stud wrote: 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 :)

wxPython, mac, wx.HSCROLL not working

2007-04-12 Thread 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,

Re: wxPython, mac, wx.HSCROLL not working

2007-04-12 Thread Bjoern Schliessmann
7stud wrote: 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 -- BOFH excuse #285:

Re: wxPython, mac, wx.HSCROLL not working

2007-04-12 Thread kyosohma
On Apr 12, 8:37 am, Bjoern Schliessmann usenet- [EMAIL PROTECTED] wrote: 7stud wrote: 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,

Re: wxPython, mac, wx.HSCROLL not working

2007-04-12 Thread 7stud
On Apr 12, 9:43 am, [EMAIL PROTECTED] wrote: On Apr 12, 8:37 am, Bjoern Schliessmann usenet- [EMAIL PROTECTED] wrote: 7stud wrote: 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

Re: wxPython, mac, wx.HSCROLL not working

2007-04-12 Thread 7stud
On Apr 12, 9:43 am, [EMAIL PROTECTED] wrote: On Apr 12, 8:37 am, Bjoern Schliessmann usenet- [EMAIL PROTECTED] wrote: 7stud wrote: 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

Re: wxPython, mac, wx.HSCROLL not working

2007-04-12 Thread Bjoern Schliessmann
7stud wrote: Where is that list? Argh! http://www.wxpython.org/maillist.php Regards, Björn -- BOFH excuse #330: quantum decoherence -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython, mac, wx.HSCROLL not working

2007-04-12 Thread 7stud
On Apr 12, 2:09 pm, Bjoern Schliessmann usenet- [EMAIL PROTECTED] wrote: 7stud wrote: Where is that list? Argh! http://www.wxpython.org/maillist.php Regards, Björn -- BOFH excuse #330: quantum decoherence Thanks. It looks like someone asked the same question yesterday. --