Quote: Originally Posted by Prindle19
did you figure out how to embed the FrodoXMSatelite Radio ??? If so, is it capable of resuming after hibernation.
Also, how do you embed programs in RR??? i want to set up Frodo Satalite X and IGuidance.
Thanks
I'm yet to try the XM thingy out..
To embbed an application you simply need its window name or class name:
For "discovering" window information, you can use a very nice simple application called Winspecttor Spy..
http://www.windows-spy.com/download/
You can find the information you need by doing this:
-Install Winspector
-Run your application and make sure the window you want to embedd is visible
-Run Winspector
-Drag the red target circle (top-left) onto the WINDOW TITLE of the window you want to enbedd -- you should see a red line around the entire window.
-Now the window information is highlighted on the list of the left side of Winspector.
-Right-Click on the highlighted item and hit "Properties.." a new window comes up
-The information you need is in the two first lines of the properties window (class name and window title).
You can try to use the second line info (Title) or the first line with a '!' in front (to denote it's a class name) as the GPS Name in RRConfig. Examples would be (for the window search setting of INI):
!CabinetWClass (by window class name)
My Documents (by window title)
You can also specify Both information (for a more precise search):
!CabinetWClass!My Documents
The latest RR binary packages and install have examples of Launch folder and ini files you can use as base for adding other applications.