You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Alex XIAO (JIRA)" <ji...@apache.org> on 2010/02/01 09:57:50 UTC

[jira] Created: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

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 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 maximize size.




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Alex XIAO (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex XIAO updated PIVOT-399:
----------------------------

    Description: 
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.




  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 maximize size.





> 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 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Wenguang Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenguang Liu updated PIVOT-399:
-------------------------------

    Attachment:     (was: DesktopApplicationContext.java)

> 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
>
>
> 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.


[jira] Commented: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899411#action_12899411 ] 

Greg Brown commented on PIVOT-399:
----------------------------------

Unfortunately, application code can't rely on the existence of a particular application context, so this probably isn't the best solution. But thanks for the submission! You may be onto something, though - maybe another similar approach will work.


> 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.


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Wenguang Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenguang Liu updated PIVOT-399:
-------------------------------

    Attachment: DesktopApplicationContext.diff
                DesktopApplicationContext.java

I have modified my older submission and I hope this time it's better. 

What's the difference:
1 - The window will be displayed after the execution of the method startup, so user will have the preferred mode without the flashing window.
2 - User can show/hide a window (either in fullscreen mode or windowed mode) by calling setVisible(boolean visible), and change its display mode at any time.


> 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.


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-399:
-----------------------------

    Fix Version/s:     (was: 1.4.2)

> 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
>
> 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.


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Sandro Martini (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandro Martini updated PIVOT-399:
---------------------------------

    Fix Version/s: 2.0

> 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
>
>
> 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.


[jira] Resolved: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-399.
------------------------------

    Resolution: Fixed

I didn't apply this patch specifically, but I did implement a fix based on the same concept. Thanks for your help!


> 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.


[jira] Closed: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown closed PIVOT-399.
----------------------------

    Resolution: Not A Problem

I'm closing this as it seems more like a question than an issue. I will respond on the user list.

If there is a related issue, the issue may be re-opend with additional detail about how to reproduce the problem.


> 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.


Re: [jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by Greg Brown <gk...@mac.com>.
Thanks. This appears to be a valid bug. I have reopened the issue in JIRA.

On Feb 2, 2010, at 9:26 PM, Alex XIAO wrote:

> attached is my source code.
> 
> Alex
> 
> On Tue, Feb 2, 2010 at 8:32 PM, Greg Brown <gk...@mac.com> wrote:
> zip
> 
> <Main.java.gz>


Re: [jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by Alex XIAO <al...@richmx.org>.
attached is my source code.

Alex

On Tue, Feb 2, 2010 at 8:32 PM, Greg Brown <gk...@mac.com> wrote:

> zip

Re: [jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by Greg Brown <gk...@mac.com>.
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 <gk...@mac.com> 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.
> >
> 
> 


Re: [jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by Greg Brown <gk...@mac.com>.
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 <gk...@mac.com> 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.
> >
> 
> 


Re: [jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by Alex XIAO <al...@richmx.org>.
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 <gk...@mac.com> 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.
> >
>
>

Re: [jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by Greg Brown <gk...@mac.com>.
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.
> 


Re: [jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by Greg Brown <gk...@mac.com>.
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.
> 


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Alex XIAO (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Reopened: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown reopened PIVOT-399:
------------------------------


This is a valid issue. Even when passing --fullScreen=true to DesktopApplicationContext, the host frame appears briefly before entering 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.


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown updated PIVOT-399:
-----------------------------

      Description: 
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.




  was:
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.




         Priority: Minor  (was: Major)
    Fix Version/s: 1.4.2
       Issue Type: Bug  (was: Wish)

> 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: 1.4.2
>
>
> 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.


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

Posted by "Wenguang Liu (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (PIVOT-399) DesktopApplicationContext.setFullScreen(true) issue.

Posted by "Wenguang Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenguang Liu updated PIVOT-399:
-------------------------------

    Attachment:     (was: DesktopApplicationContext.diff)

> 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
>
>
> 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.