Re: PMW widget - skip tabbing to it

2007-03-27 Thread jp
On Mar 26, 5:41 pm, John McMonagle [EMAIL PROTECTED] wrote: jp wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John What version of Pmw are you

PMW widget - skip tabbing to it

2007-03-26 Thread jp
I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John -- http://mail.python.org/mailman/listinfo/python-list

Re: PMW widget - skip tabbing to it

2007-03-26 Thread kyosohma
On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John I would probably write some custom event handling. Something that could tell it was a key-press event and

Re: PMW widget - skip tabbing to it

2007-03-26 Thread kyosohma
On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John I would probably write some custom event handling.

Re: PMW widget - skip tabbing to it

2007-03-26 Thread jp
On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John I would probably write some custom event handling.

Re: PMW widget - skip tabbing to it

2007-03-26 Thread jp
On Mar 26, 11:27 am, [EMAIL PROTECTED] wrote: On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John

Re: PMW widget - skip tabbing to it

2007-03-26 Thread kyosohma
On Mar 26, 11:35 am, jp [EMAIL PROTECTED] wrote: On Mar 26, 11:27 am, [EMAIL PROTECTED] wrote: On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these

Re: PMW widget - skip tabbing to it

2007-03-26 Thread jp
On Mar 26, 12:34 pm, [EMAIL PROTECTED] wrote: On Mar 26, 11:35 am, jp [EMAIL PROTECTED] wrote: On Mar 26, 11:27 am, [EMAIL PROTECTED] wrote: On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields,

Re: PMW widget - skip tabbing to it

2007-03-26 Thread kyosohma
On Mar 26, 1:17 pm, jp [EMAIL PROTECTED] wrote: On Mar 26, 12:34 pm, [EMAIL PROTECTED] wrote: On Mar 26, 11:35 am, jp [EMAIL PROTECTED] wrote: On Mar 26, 11:27 am, [EMAIL PROTECTED] wrote: On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED]

Re: PMW widget - skip tabbing to it

2007-03-26 Thread James Stroud
jp wrote: On Mar 26, 11:27 am, [EMAIL PROTECTED] wrote: On Mar 26, 11:17 am, [EMAIL PROTECTED] wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John I

Re: PMW widget - skip tabbing to it

2007-03-26 Thread John McMonagle
jp wrote: On Mar 26, 10:51 am, jp [EMAIL PROTECTED] wrote: I have multiple PMW widgets (EntryFields, ScrolledField etc), how can I skip over these widgets when using the tab key? Thank you, John What version of Pmw are you using ? Tabbing between widgets works fine on my system (Pmw 1.2,