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
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
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