Jump to content
Sign in to follow this  
Meatball0311

Mission Day and Time Displayed In Dialog

Recommended Posts

I am looking for a way to have the mission day and time displayed on a dialog.  What code would I use, what type of control?

 

 

FIXED: Had to make my control a StructuredText

disableSerialization;
_time = daytime;
_display = uiNameSpace getVariable "SOC_GARMIN401_dialog";
_setText = _display displayCtrl 1606;
_setText ctrlSetStructuredText (parseText format ["%1",_time]);
_setText ctrlSetBackgroundColor [0,1,1,0.5];

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×