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
On Apr 13, 4:54 am, Bjoern Schliessmann 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 :)
>
Huh? Are you saying y
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 calli
On Apr 12, 2:09 pm, Bjoern Schliessmann 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.
--
http://mail.p
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
On Apr 12, 9:43 am, [EMAIL PROTECTED] wrote:
> On Apr 12, 8:37 am, Bjoern Schliessmann
>
>
> [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 on
On Apr 12, 9:43 am, [EMAIL PROTECTED] wrote:
> On Apr 12, 8:37 am, Bjoern Schliessmann
>
>
> [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 on
On Apr 12, 8:37 am, Bjoern Schliessmann 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, self-built Python 2.5 and
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
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
10 matches
Mail list logo