Acknowledged
CIQQA-4056

setControlBar() for Edge Devices Does Not Show in Sim

Hi,

The code block below is entered on the Sim for Edge1040, but no title or left-button (back) show in the Sim.

The missing behaviour makes it hard (impossible?) to test onStop() lifecycle termination on the Sim.

The ControlBar does show OK on a physical device.

Screen shots of device and Sim below.

        // Edge personality
        if (View has :setControlBar)
        {
            setControlBar( { :title => "* Awesome Maps *",
                :leftButton => WatchUi.CONTROL_BAR_LEFT_BUTTON_BACK//,
                //:rightButton=>WatchUi.CONTROL_BAR_RIGHT_BUTTON_MENU
            } );
        }