Forum Discussion
RokuChris
11 years agoRoku Employee
You can't mix roScreen with other screen components. You need to close your roScreen before opening the dialog or another option is to build your own dialog within the roScreen using the 2D APIs.
http://sdkdocs.roku.com/display/sdkdoc/roScreen
http://sdkdocs.roku.com/display/sdkdoc/roScreen
Once an roScreen is created, the display stack enters "Game Mode", and other screen components cannot be used. Other screen components cannot be intermixed with roScreens as the roScreen display stack is maintained independently from the main screen component display stack. When the final roScreen component is closed, other screen components can be used again