I'm new to xlobby and I got say I love it already.
I'm attempting to create my first skin and I would like to include the firefox browser instead of IE. I like mulitple tabs opened at one time.
I would like to launch firefox when I load xlobby. It should remain hidden from view until I open the internet screen. If/when I go back to the main menu I would like to hide it again (keeping my websites opened). When I go back to the internet screen I want firefox to open up and on the websites I was previously viewing.
Here's what I've done so far.
SKIN SETUP
screen name:internet
ID:internet_MozillaUIWindowClass
text (plugin>XMoveWindow>MozillaUIWindowClass)
EVENT MANAGER SETUP
os command (execute file)
File:C:\Program Files\Mozilla Firefox\firefox.exe
PLUGINS
XMoveWindow
For test purposes, I assigned the event to a button on the internet screen. So far it's working okay. However, I have two problems
1) When I first launch the browser and I change focus on the internet screen, firefox will minimize. When I load it again (while the 1st instance has been minimized or closed) the window stays opened even when the focus has been shifted back to the internet screen.
2) When I load a new screen (i.e. go back to the main menu screen) the firefox window is still present.
So far I've tried using the os commands, show and hide windows. Not much luck because I can't seem to determine the Window Name. Also I believe the window name won't be the same each time.
Any suggestions?
Thanks in advance.