In article
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> Simon Forman wrote:
> > yes! check out
> > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/464635
> >
> > HTH,
> > ~Simon
>
> Thanks, Simon. Looks like that will do it.
>
> Actually, it looks like that will overdo it. I'll be
Simon Forman wrote:
> yes! check out http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/464635
>
> HTH,
> ~Simon
Thanks, Simon. Looks like that will do it.
Actually, it looks like that will overdo it. I'll be setting File/Save
to enabled after every keystroke. Ideally, I'd like to set my s
On Feb 23, 9:00 am, [EMAIL PROTECTED] wrote:
> I have a simple editor built into my visual parser. It has a File menu
> with
> typical New, Open, Save, Save As ... options. I now know how to set
> the options [en/dis]abled and how to check the Text widget's modified
> flag.
>
> Now I want to [en/di
I have a simple editor built into my visual parser. It has a File menu
with
typical New, Open, Save, Save As ... options. I now know how to set
the options [en/dis]abled and how to check the Text widget's modified
flag.
Now I want to [en/dis]able those options. Can I ask the text to notify
me when