You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Wenguang Liu (JIRA)" <ji...@apache.org> on 2010/08/17 15:07:18 UTC

[jira] Issue Comment Edited: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

    [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899388#action_12899388 ] 

Wenguang Liu edited comment on PIVOT-399 at 8/17/10 9:05 AM:
-------------------------------------------------------------

Hello,

I have managed to solve this bug by allowing to show or hide the whole window (either in full screen mode or in window mode). By default, the window will not appear before calling DesktopApplicationContext.show(); in user's code.

I am new to this project (and even new to Java). Please forgive me if something is totally wrong in my code...

  
> DesktopApplicationContext.setFullScreen(true) issue.
> ----------------------------------------------------
>
>                 Key: PIVOT-399
>                 URL: https://issues.apache.org/jira/browse/PIVOT-399
>             Project: Pivot
>          Issue Type: Bug
>            Reporter: Alex XIAO
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: DesktopApplicationContext.diff, DesktopApplicationContext.java
>
>
> How can I show a full screen 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.