Does wxWindow.MakeModal(True) work for all Windows or just frames?
I am using wxPython 2.6.3.0 As far as I can tell from the documentation (www.wxpython.org), MakeModal() should work for all windows, but when I do some practical tests, I can only get it to work for frames. Can anyone confirm what the status of this method is. Is it intended to work for all windows or just for frames? If it is intended to work for all windows, does anyone have some sample code to make a window within a frame modal (personally, I want to make a grid modal). /Magnus -- http://mail.python.org/mailman/listinfo/python-list
Re: Does wxWindow.MakeModal(True) work for all Windows or just frames?
I found a post "Re: modal controls" that addresses more or less the same issue: http://blog.gmane.org/gmane.comp.python.wxpython/month=20041101 Still, any additional input would be more than welcome. /Magnus -- http://mail.python.org/mailman/listinfo/python-list
RE: ANN: Python 2.3.2 for PalmOS available
Isn't ** used for exponents? >>>4**2 -Original Message- Sent: Tuesday, April 19, 2005 10:39 AM By: RM To: [email protected] Subject: Re: ANN: Python 2.3.2 for PalmOS available I get odd results when trying to use exponents. For example: >>>4^2 6 -- http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list
