Meatball0311 79 Posted November 10, 2015 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