Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-10-2003, 05:15 AM
Member
 
Join Date: Sep 2003
Posts: 95
Default Make an executable completely invisible. Minimised just isn't cutting it....

Hi all,

Thanks for all your recent help and emails, it has sorted things no end.

Quickie.

Once my executable has run, it needs to play a final .wav, launch a browser, then quit at the end of the .wav. Currently I have it so that the .exe is minimised and the browser launches in front of it.

However.

If I minimise the browser BEFORE the .wav has finished there is a nice little tab at the bottom left of the screen that is my executable which can be re-maximised.

I really don't want it to be visible at all, so is there a way of making the .exe completely invisible (possibly involving minimising) for this step?

Currently my projector settings are:

Window shape = Rectangle
Border style = None + Hide Taskbar icon

And I am using the following code to minimise it:

var wnd = getMainWnd();
wnd.windowState = "minimized";

Muchos gracias,

G.
Reply With Quote
  #2 (permalink)  
Old 10-10-2003, 05:53 AM
Member
 
Join Date: Sep 2003
Posts: 95
Default Re:Make an executable completely invisible. Minimised just isn't cutting it...

Hi GKFC,

:

You are a complete idiot.

Please just use wnd.hide(); in your code instead of minimise and everything will be fine....

Cheers,

G.
Reply With Quote
  #3 (permalink)  
Old 10-23-2003, 12:03 AM
Member
 
Join Date: Sep 2003
Posts: 95
Default Re:Make an executable completely invisible. Minimised just isn't cutting it...

*BUMP*

OK, now I have a problem where if I ALT+TAB out of the application and the machine has the Windows toolbar set to "Always on top" the app sits "behind" the toolbar when I ALT+TAB back in.

I don't want to set the app's preferences to "Always on top", so I've tried using:

var wnd = getMainWnd();
wnd.show();
wnd.bringToTop();

On a frame in the movie, but it doesn't seem to like it....

Any ideas?

G.
Reply With Quote
  #4 (permalink)  
Old 10-26-2003, 11:54 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Make an executable completely invisible. Minimised just isn't cutting it...

Hi,

You cannot put a not top most window above a top most window by using the "bringToTop" method.
Reply With Quote
  #5 (permalink)  
Old 10-26-2003, 10:24 PM
Member
 
Join Date: Sep 2003
Posts: 95
Default Re:Make an executable completely invisible. Minimised just isn't cutting it...

Hmmm ok.

Thanks for the response but I"m still a little ???

"bringToTop(): Puts the specified window into the foreground and activates the window."

So.... exactly what does that function do??

Furthermore, without forcing the app to always be on top would there be a way ensuring the app is above everything else using function calls or something?

Cheers,

G.
Reply With Quote
  #6 (permalink)  
Old 10-27-2003, 01:27 AM
Member
 
Join Date: Jun 2003
Posts: 39
Default Re:Make an executable completely invisible. Minimised just isn't cutting it...

Maybe you could hide the Taskbar? But remember to bring it back for the user before quitting (tb.show()).

Code:
var tb = Window.find("Shell_TrayWnd");
if (tb != null) tb.hide();
Reply With Quote
  #7 (permalink)  
Old 10-27-2003, 08:31 PM
Member
 
Join Date: Sep 2003
Posts: 95
Default Re:Make an executable completely invisible. Minimised just isn't cutting it...

;D

hey that isn't a bad idea, I'll look into it!

thank you, whoever you are....
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:14 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.