Re: [Twisted-Python] TextEntry

2010-11-18 Thread RSGames Support
Hi, 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. Thank you. > -Original Message- > From: exar...@twistedmatrix.com

[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

Re: [Twisted-Python] wxReactor Issues

2010-11-16 Thread RSGames Support
--Original Message- >> From: ita...@itamarst.org >> Sent: Mon, 15 Nov 2010 23:12:09 -0500 >> To: twisted-python@twistedmatrix.com >> Subject: Re: [Twisted-Python] wxReactor Issues >> >> On Mon, 2010-11-15 at 19:28 -0800, RSGames Support wrote: >>> H

Re: [Twisted-Python] wxReactor Issues

2010-11-16 Thread RSGames Support
nal Message- > From: ita...@itamarst.org > Sent: Mon, 15 Nov 2010 23:12:09 -0500 > To: twisted-python@twistedmatrix.com > Subject: Re: [Twisted-Python] wxReactor Issues > > On Mon, 2010-11-15 at 19:28 -0800, RSGames Support wrote: >> Hi, >> I have created a simpl

Re: [Twisted-Python] wxReactor Issues

2010-11-15 Thread RSGames Support
Hi, I have created a simple demo (one .py file) to show the problem without the entire application. You can download it here: http://bit.ly/a2TTlT Thank you for any help in advance. > -Original Message- > From: rsga...@inbox.com > Sent: Sun, 14 Nov 2010 15:34:44 -0800 > To: twisted-pytho

Re: [Twisted-Python] wxReactor Issues

2010-11-14 Thread RSGames Support
Hi, I made a mistake in my previous message, this issue is on Windows, Linux and Mac. One of my testers gave me incorrect information. I apologize. Thank you. > -Original Message- > From: rsga...@inbox.com > Sent: Sun, 14 Nov 2010 15:12:18 -0800 > To: twisted-python@twistedmatrix.com > Sub

Re: [Twisted-Python] wxReactor Issues

2010-11-14 Thread RSGames Support
ac. Thank you. > -Original Message- > From: ita...@itamarst.org > Sent: Sun, 14 Nov 2010 14:02:56 -0500 > To: twisted-python@twistedmatrix.com > Subject: Re: [Twisted-Python] wxReactor Issues > > On Sun, 2010-11-14 at 09:28 -0800, RSGames Support wrote: >> Hi, >> Well, I

Re: [Twisted-Python] wxReactor Issues

2010-11-14 Thread RSGames Support
this problem. Thank you. > -Original Message- > From: ita...@itamarst.org > Sent: Sun, 14 Nov 2010 14:02:56 -0500 > To: twisted-python@twistedmatrix.com > Subject: Re: [Twisted-Python] wxReactor Issues > > On Sun, 2010-11-14 at 09:28 -0800, RSGames Support wrote: &

Re: [Twisted-Python] wxReactor Issues

2010-11-14 Thread RSGames Support
Hi, Well, I close the application (by clicking the X). Then a few seconds later, Ubuntu comes up with a dialog asking me if I want to force quit the application. gdb reports the following when I force quit: Program terminated with signal SIGKILL, Killed. As far as to why it is crashing, I'm alm

Re: [Twisted-Python] wxReactor Issues

2010-11-13 Thread RSGames Support
[Twisted-Python] wxReactor Issues > > On Sat, 2010-11-13 at 19:56 -0800, RSGames Support wrote: >> if wxreactor.WxReactor.callFromThread is not None: >> oldStop = wxreactor.WxReactor.stop >> def stopFromThread(self): >> reactor.callFromThread(oldStop) >

[Twisted-Python] wxReactor Issues

2010-11-13 Thread RSGames Support
Hello, My Twisted Python application with wxReactor crashes every time the user exits the application. The OnClose event calls a method that does reactor.stop(). I've ran this through gdb, and have noticed that this is because 2 threads aren't getting closed. What I find strange though, that is