You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Roger Whitcomb (JIRA)" <ji...@apache.org> on 2012/10/15 22:53:03 UTC

[jira] [Created] (PIVOT-879) Need access to Displays list in order to support multiple host windows

Roger Whitcomb created PIVOT-879:
------------------------------------

             Summary: Need access to Displays list in order to support multiple host windows
                 Key: PIVOT-879
                 URL: https://issues.apache.org/jira/browse/PIVOT-879
             Project: Pivot
          Issue Type: Improvement
          Components: wtk
    Affects Versions: 2.0.2
         Environment: All
            Reporter: Roger Whitcomb
            Assignee: Roger Whitcomb
            Priority: Minor
             Fix For: 2.0.3


We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actuall expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PIVOT-879) Need access to Displays list in order to support multiple host windows

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

Roger Whitcomb commented on PIVOT-879:
--------------------------------------

[trunk]:
Sending        wtk\src\org\apache\pivot\wtk\ApplicationContext.java
Transmitting file data .
Committed revision 1398511.

[branches/2.0.x]:
Sending        .
Sending        wtk\src\org\apache\pivot\wtk\ApplicationContext.java
Transmitting file data .
Committed revision 1398512.
                
> Need access to Displays list in order to support multiple host windows
> ----------------------------------------------------------------------
>
>                 Key: PIVOT-879
>                 URL: https://issues.apache.org/jira/browse/PIVOT-879
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 2.0.2
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>             Fix For: 2.0.3
>
>         Attachments: 879.patch
>
>
> We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actually expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (PIVOT-879) Need access to Displays list in order to support multiple host windows

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

Roger Whitcomb resolved PIVOT-879.
----------------------------------

    Resolution: Fixed
    
> Need access to Displays list in order to support multiple host windows
> ----------------------------------------------------------------------
>
>                 Key: PIVOT-879
>                 URL: https://issues.apache.org/jira/browse/PIVOT-879
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 2.0.2
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>             Fix For: 2.0.3
>
>         Attachments: 879.patch
>
>
> We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actually expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PIVOT-879) Need access to Displays list in order to support multiple host windows

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

Roger Whitcomb updated PIVOT-879:
---------------------------------

    Attachment: 879.patch

This patch implements the needed access.
                
> Need access to Displays list in order to support multiple host windows
> ----------------------------------------------------------------------
>
>                 Key: PIVOT-879
>                 URL: https://issues.apache.org/jira/browse/PIVOT-879
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 2.0.2
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>             Fix For: 2.0.3
>
>         Attachments: 879.patch
>
>
> We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actuall expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PIVOT-879) Need access to Displays list in order to support multiple host windows

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

Roger Whitcomb updated PIVOT-879:
---------------------------------

    Description: We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actually expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.  (was: We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actuall expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.)
    
> Need access to Displays list in order to support multiple host windows
> ----------------------------------------------------------------------
>
>                 Key: PIVOT-879
>                 URL: https://issues.apache.org/jira/browse/PIVOT-879
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 2.0.2
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>             Fix For: 2.0.3
>
>         Attachments: 879.patch
>
>
> We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actually expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PIVOT-879) Need access to Displays list in order to support multiple host windows

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

Sandro Martini commented on PIVOT-879:
--------------------------------------

Hi Roger, this is a good addition.
I'm thinking for 2.1 if could be good to integrate that part directly into Pivot, but we have to contact the original author, ask him to sign the ICLA, etc ... anyway could be useful even to others.

                
> Need access to Displays list in order to support multiple host windows
> ----------------------------------------------------------------------
>
>                 Key: PIVOT-879
>                 URL: https://issues.apache.org/jira/browse/PIVOT-879
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk
>    Affects Versions: 2.0.2
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>             Fix For: 2.0.3
>
>         Attachments: 879.patch
>
>
> We are using multiple host windows using code from the pivot-contrib area, and observed various small painting problems, for instance a rollup would not actually expand in a new host window until the mouse was moved.  The resolution is to allow a newly hosted Display to add itself to the ApplicationContext list of Displays so the repaint and other logic will work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira