PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Messingham on October 03, 2004, 03:34:21 PM

Title: Minimise FF
Post by: John Messingham on October 03, 2004, 03:34:21 PM
Hi Paul,

Is there a way to get FF to minimise when an application is compiled and run?

If not, can you add this feature to your maybe list?

Many Thanks
Title: Minimise FF
Post by: Haakon Birkeland on October 03, 2004, 04:02:03 PM
It's on "the list", but maybe Paul will elaborate to what extent he will incorporate it. It's suggested that FF get's a enviroenment option to hide itself after compilation, or when just running the previous compiled executable. Then, when the application closes, it would automatically pop back.
Title: Re: Minimise FF
Post by: TechSupport on October 03, 2004, 04:19:06 PM
Quote from: John MessinghamIs there a way to get FF to minimise when an application is compiled and run?
Currently, there is no built-in way to do this. Sorry.

QuoteIf not, can you add this feature to your maybe list?
Sure. No problem.
Title: Minimise FF
Post by: TechSupport on October 04, 2004, 11:42:16 AM
This feature has now been added to FireFly as an "Environment Option". When set, FireFly will minimize immediately before the compiled program is about to execute. This will be available in Version 1.08.
Title: Minimise FF
Post by: John Messingham on October 04, 2004, 12:06:59 PM
Many thanks, I look forward to the new version. I am starting to get to grips with PB now.
Title: Minimise FF
Post by: Haakon Birkeland on October 04, 2004, 12:28:52 PM
Is FF poping back up after termination of the called application too. Or is that further down on the maybe list?
Title: Minimise FF
Post by: TechSupport on October 04, 2004, 12:43:34 PM
Quote from: Haakon BirkelandIs FF poping back up after termination of the called application too. Or is that further down on the maybe list?

Nope. I don't know how I would implement such a feature?
Title: Minimise FF
Post by: George Bleck on October 04, 2004, 01:05:51 PM
Not sure how you are starting the program externally after the compile but in a nut shell...

If you do the following it may work...

Minimize FF
Asynchronous shell to Program
Exit Program
Restore FF

If you do a syncronous shell then you would just have to keep a monitor loop on the started application with WaitForSingleObject.