OAProfessor

Deep OA Product Insight

User Tools

Site Tools


uxclientinbrowser

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

uxclientinbrowser [2019/11/26 02:39] – created toddmaloneuxclientinbrowser [2021/10/26 18:30] (current) toddmalone
Line 3: Line 3:
 Here are some solutions: Here are some solutions:
 If you want to keep the OA title bar inside the browser, put this code on the init of your first panel: If you want to keep the OA title bar inside the browser, put this code on the init of your first panel:
-<code>+<code cpp>
 if(isUltralight())  if(isUltralight()) 
   moduleMaximize(myModuleName());   moduleMaximize(myModuleName());
 </code> </code>
 if you do NOT want a window title bar in the browser frame, put this code on the init of the topology template base panel (not on any object, just on the init of the base panel such as the responsive designs): if you do NOT want a window title bar in the browser frame, put this code on the init of the topology template base panel (not on any object, just on the init of the base panel such as the responsive designs):
-<code>+<code cpp>
 if(isUltralight())  if(isUltralight()) 
   this.windowState = "WindowFullScreen";   this.windowState = "WindowFullScreen";
Line 15: Line 15:
  
 For those who want to run all of their UI types full screen, put this code on the init of the base panel: For those who want to run all of their UI types full screen, put this code on the init of the base panel:
-<code>+<code cpp>
 main()  main() 
  
uxclientinbrowser.1574735942.txt.gz · Last modified: by toddmalone

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki