I`m new at this so please be gentle. I have searched the forums and found some things to try which I have to no avail. Anyway onto the problem in hand. I am making a skin to display a DVR application I have so I can show reverse camera in the middle of the screen without losing satnav or MP3 capability. I am using the following command line
"RUN;C:\Program Files\PCDVRMobile\MobileDVR.exe;!TServerWnd!Mobile DVR"
The program embedds perfectly however when I goto access the menus the dialogs appear then disappear behind the apps main display. After searching the only similar thread with a similar issue contained the following from Guino
"He should make sure to set the main window as the "parent" of the popup/child window.. this way, when it comes up, It will not be "hidden" behind the main window of the application. He can use the SetParent windows API function to associate the above. IF many dialogs need to be open at the same time, then he should most likely just change the class/window title for his popups so you can use it with skinbedder for instance."
I asked my Software engineer about the SetPaent command and he replied "Not really sure what you're driving at with SetParent comment, as the menu dialogs are already all application-modal children of TServerWnd (they have to be in order for the menus to be modal to the main window)."
Anybody have any ideas as I would really like to have this all running from within RR.
Again sorry if the answer is staring me in the search window
