1 Attachment(s)
Cooperation between RR and FD skin
Hi Guino
I’m trying to set up FreeDrive to be imbedded in RR.
I have made skin that embeds FD and on the sides there are button that are used to control FD via the SDK (button like Zoom in – Zoom out – Address …..e.t.c).
Here is what I’m trying to do.
I want to press a button, for example “Address”, load a RR screen that will be used for address input and automatically execute the command "SENDMSG;FDSDK;address" so the address screen of FD will come up and embed in the new screen.
I have tried this sysntax: B01,8,8,78,80,"LOAD;Fdadd_GPS.SKIN||SENDMSG;FDSDK; address"
This loads the “Fdadd” screen but the address input screen of FD is not embedded in this screen, it is embedded in the previous screen (where FD is embedded”
I’m trying to do this so I can have different sets of button for each screen in FD thus conserving screen space.
Do you have any suggestion on this.