> Given what you have, and the availability of a free alpha version of
> Apollo; how hard is it to create a standalone desktop app?

No need for Apollo or any other heavy-weight tool. Save the following  
lines to "slimfx.js" and double-click it:

var oIE = new ActiveXObject("InternetExplorer.Application");
oIE.StatusBar = 0;
oIE.ToolBar = 0;
oIE.Navigate2("http://yourserver:9000/slimfx/";);
oIE.Visible = 1;


Don't forget to replace the slimserver's url with your correct address.

-- 

Michael

-----------------------------------------------------------------
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to