Hi Alex, Couple questions:
- Have you tried passing --fullScreen=true to DesktopApplicationContext on the command line? - Have you called setMaximized() on your WTK window? - When you say "it always shows a normal Window first", are you referring to the WTK window or the AWT host frame window? Greg On Feb 1, 2010, at 4:01 AM, Alex XIAO (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Alex XIAO updated PIVOT-399: > ---------------------------- > > Description: > How can I show a full scream window? > > I wish a window can display as Full Screen Mode when the code > > DesktopApplicationContext.setFullScreen(true); > window.open(display); > > runs. > > but it always show a normal Window first, then change to full screen mode. > > > > > was: > How to type codes? > > I wish a window can display as Full Screen Mode when the code > > DesktopApplicationContext.setFullScreen(true); > window.open(display); > > runs. > > but it always show a normal Window first, then change to full screen mode. > > > > > >> DesktopApplicationContext.setFullScreen(true) issue. >> ---------------------------------------------------- >> >> Key: PIVOT-399 >> URL: https://issues.apache.org/jira/browse/PIVOT-399 >> Project: Pivot >> Issue Type: Wish >> Reporter: Alex XIAO >> >> How can I show a full scream window? >> I wish a window can display as Full Screen Mode when the code >> DesktopApplicationContext.setFullScreen(true); >> window.open(display); >> runs. >> but it always show a normal Window first, then change to full screen mode. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. >
