On Mon, Nov 3, 2008 at 9:46 PM, Mike Crowe <[EMAIL PROTECTED]> wrote:
>
> Hi folks,
>
> I created a button which essentially does:
> import os
> os.system('H:\\Programming\\push.bat')
>
> When I run this, the function works as expected (a cmd window pops up,
> then the Mercurial gui runs). However, when the GUI terminates, and the
> cmd shell exits, Leo is no longer in the foreground (the next window in
> the stack is).
>
> This isn't earth-shattering, but annoying. Any way to change it?
c.frame.lift()
c.bodyWantsFocusNow()
Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---