problem with wxtextctrl and multiline

I cant tab to a multiline ctrl from a normal textctrl ?
Is this a known bug or is something wrong with my code ?
I am using wxDesigner to make the dialogs.

Regards Fredrik

Fredrik Bjornsson wrote:

I cant tab to a multiline ctrl from a normal textctrl ?
Is this a known bug or is something wrong with my code ?
I am using wxDesigner to make the dialogs.

Platform, version and small sample app please.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

sön 2003-06-01 klockan 05.20 skrev Robin Dunn:

Fredrik Bjornsson wrote:
> I cant tab to a multiline ctrl from a normal textctrl ?
> Is this a known bug or is something wrong with my code ?
> I am using wxDesigner to make the dialogs.
>

Platform, version and small sample app please.

sorry for not including this the first time.

I am usign wxGtk-2.4.0, with wxPython-2.4.0.7 on a gentoo system.
And when I run the demo/wxTextCtrl.py in the demo, I can tab the first 2
textctrl but the the tab freezes on the third multitextctrl.

//Fredrik

Fredrik Bjornsson wrote:

sön 2003-06-01 klockan 05.20 skrev Robin Dunn:

Fredrik Bjornsson wrote:

I cant tab to a multiline ctrl from a normal textctrl ?
Is this a known bug or is something wrong with my code ?
I am using wxDesigner to make the dialogs.

Platform, version and small sample app please.

sorry for not including this the first time.

I am usign wxGtk-2.4.0, with wxPython-2.4.0.7 on a gentoo system.
And when I run the demo/wxTextCtrl.py in the demo, I can tab the first 2
textctrl but the the tab freezes on the third multitextctrl.

It works here. The focus goes from the third textctrl to the set of buttons and then to the next textcrtl.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn <robin@alldunn.com> writes:

> Fredrik Bjornsson wrote:
> > sön 2003-06-01 klockan 05.20 skrev Robin Dunn:
> >
> >>Fredrik Bjornsson wrote:
> >>
> >>>I cant tab to a multiline ctrl from a normal textctrl ?
> >>>Is this a known bug or is something wrong with my code ?
> >>>I am using wxDesigner to make the dialogs.
> >>>
> >>
> >>Platform, version and small sample app please.
> >
> > sorry for not including this the first time.
> >
> > I am usign wxGtk-2.4.0, with wxPython-2.4.0.7 on a gentoo system.
> > And when I run the demo/wxTextCtrl.py in the demo, I can tab the first 2
> > textctrl but the the tab freezes on the third multitextctrl.
> >
>
> It works here. The focus goes from the third textctrl to the set of
> buttons and then to the next textcrtl.
>
I have exactly the same problem, on wxPython 2.4.2.4/GTK2. On
GTK it works, but the GTK2 version seems broken.

Also, TextCtrl.GetLineText seems broken under GTK2.

Should we consider GTK2 broken and just ignore the problems (and hope
they will get fixed eventually)?

···

--
  Pierre Hjälm, Systems Administrator
  Department of Information Science, Uppsala University, Sweden
  email:pierre.hjalm@dis.uu.se phone:+46-(0)18-4711044 fax:+46-(0)18-554422

Pierre Hjälm wrote:

Robin Dunn <robin@alldunn.com> writes:

> Fredrik Bjornsson wrote:
> > sön 2003-06-01 klockan 05.20 skrev Robin Dunn:
> > > >>Fredrik Bjornsson wrote:
> >>
> >>>I cant tab to a multiline ctrl from a normal textctrl ?
> >>>Is this a known bug or is something wrong with my code ?
> >>>I am using wxDesigner to make the dialogs.
> >>>
> >>
> >>Platform, version and small sample app please.
> > > > sorry for not including this the first time.
> > > > I am usign wxGtk-2.4.0, with wxPython-2.4.0.7 on a gentoo system.
> > And when I run the demo/wxTextCtrl.py in the demo, I can tab the first 2
> > textctrl but the the tab freezes on the third multitextctrl.
> > > > It works here. The focus goes from the third textctrl to the set of > buttons and then to the next textcrtl.
> I have exactly the same problem, on wxPython 2.4.2.4/GTK2. On
GTK it works, but the GTK2 version seems broken.

Also, TextCtrl.GetLineText seems broken under GTK2.

Should we consider GTK2 broken and just ignore the problems (and hope
they will get fixed eventually)?

Yes, but enter bug reports that clearly state that it is a GTK2 problem only, and put them in the "wxGTK" category.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!