Re: [Twisted-Python] TextEntry

2010-11-20 Thread David Ripton
On 11/19/10 09:25, Glyph Lefkowitz wrote: > (In my personal opinion, modal dialogs are terrible UI anyway, and > should be avoided. You should be able to prompt the user without > interrupting everything else they're doing in the program.) I agree for 99% of dialogs, but modal dialogs actually m

Re: [Twisted-Python] TextEntry

2010-11-19 Thread Glyph Lefkowitz
On Nov 18, 2010, at 6:10 PM, RSGames Support wrote: > Okay. Well that's not so great - these TextEntryDialogs are quite important > to the program. Anyway on Windows and Linux, ShowModal() seems to work really > well with wxreactor, and it is only Mac OS X that is the problem. The key word here

Re: [Twisted-Python] TextEntry

2010-11-18 Thread RSGames Support
From: exar...@twistedmatrix.com > Sent: Thu, 18 Nov 2010 05:00:45 - > To: twisted-python@twistedmatrix.com > Subject: Re: [Twisted-Python] TextEntry > > On 17 Nov, 09:56 pm, rsga...@inbox.com wrote: > >Hi, > >I have been using the following code to show the user a > >TextEntryDia

Re: [Twisted-Python] TextEntry

2010-11-17 Thread exarkun
On 17 Nov, 09:56 pm, rsga...@inbox.com wrote: >Hi, >I have been using the following code to show the user a >TextEntryDialog, that would allow users to enter data in, and press >return. Since I've started using Twisted, this doesn't work on Mac OS >X. The dialog pops up okay, but you can't actua

[Twisted-Python] TextEntry

2010-11-17 Thread RSGames Support
Hi, I have been using the following code to show the user a TextEntryDialog, that would allow users to enter data in, and press return. Since I've started using Twisted, this doesn't work on Mac OS X. The dialog pops up okay, but you can't actually enter any data into the box. The cursor does no