How can I open a document in front of my SWF Studio app?

 Posted on Fri Jan 8 2010 in FAQs by Tim

If you have enabled the "Always On Top" option in SWF Studio or you have called ssCore.Win.setTopmost, other applications will always open beneath your application.

If your application needs to open a PDF document and it needs to open in front of your application, you can make that happen with the following code:

ssCore.Shell.invoke({path:'startdir://file.pdf', verb:'open', topmost:true});


← Back
 

copyright © 2000-2011 Northcode Inc  ·  all rights reserved  ·  contact us  ·  report piracy  ·  privacy policy