Hi Alex, The mail server does not support source code attachments. Can you put it in a zip file and re-send? A screen shot may also help. Thanks, Greg
On Feb 1, 2010, at 10:17 PM, Alex XIAO wrote: > Hi Greg, > > Thank you very much! > > Your questions are answered in blue below. > > Best Regards, > Alex > > On Mon, Feb 1, 2010 at 9:03 PM, Greg Brown <[email protected]> wrote: > Hi Alex, > > Couple questions: > > - Have you tried passing --fullScreen=true to DesktopApplicationContext on > the command line? > > I tried this, but failed to hidden the normal window. > > - Have you called setMaximized() on your WTK window? > > I only modified the "Hello World" demo code. please see attached java file. > > - When you say "it always shows a normal Window first", are you referring to > the WTK window or the AWT host frame window? > > I think I only use pivot to show a GUI, please see attached file to get more > information. > > 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. > > > >
