Re: [Tkinter-discuss] Control position of Tkinter common dialogs?

2010-10-28 Thread Matt Keenan
Thanks John, that works a treat... On 10/27/10 10:26 PM, John McMonagle wrote: On 27/10/10 22:27, Matt Keenan wrote: Malcolm, Nice idea, but unfortunately don't work... tkinter appears to be smart enough to ensure you cannot place a dialog outside the bounds of the root display size. Using ne

[Tkinter-discuss] Cancel a window resize/move event trapped via

2010-10-28 Thread python
Is it possible to cancel a window event, eg. if one wanted to constrain a window to a certain location on a user's desktop? Returning 'break' from a window's event does not cancel window move or resize events. Thank you, Malcolm ___ Tkinter-discuss mail

[Tkinter-discuss] Advanced Text example showing "rich text" like or syntax color coding markup?

2010-10-28 Thread python
I'm new to Tkinter development. We have a very simple markup language that we would like to "syntax color code" using Tkinter's Text widget. I'm looking for a simple code snippet, demo app, or high-level narrative description that explains how one might do this from one or more of the following pe