|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[Spring-JIRA] Created: (RCP-568) ShowFrameCommand does not restore the MDI frame if minimized.ShowFrameCommand does not restore the MDI frame if minimized.
------------------------------------------------------------- Key: RCP-568 URL: http://jira.springframework.org/browse/RCP-568 Project: Spring Framework Rich Client Project Issue Type: Bug Affects Versions: 1.0.0 Reporter: Benoit Xhenseval Priority: Minor Hi Trivial issue, probably for Peter, if the MDI frame is minimized, using the right-click menu on the desktop to re-select the frame does not restore /de-iconify the frame. Patch in ShowFrameCommand, simply add setIcon(false). protected void doExecuteCommand() { try { frame.setSelected( true ); frame.setIcon( false ); } catch( PropertyVetoException e ) { // ignore } } I will provide a SVN patch. Thanks! Benoit -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Springframework-rcp-dev mailing list Springframework-rcp-dev@... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev |
|
|
[Spring-JIRA] Updated: (RCP-568) ShowFrameCommand does not restore the MDI frame if minimized.[ http://jira.springframework.org/browse/RCP-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Xhenseval updated RCP-568: --------------------------------- Attachment: ShowFrameCommand.java.patch Suggested patch. > ShowFrameCommand does not restore the MDI frame if minimized. > ------------------------------------------------------------- > > Key: RCP-568 > URL: http://jira.springframework.org/browse/RCP-568 > Project: Spring Framework Rich Client Project > Issue Type: Bug > Affects Versions: 1.0.0 > Reporter: Benoit Xhenseval > Priority: Minor > Attachments: ShowFrameCommand.java.patch > > > Hi > Trivial issue, probably for Peter, if the MDI frame is minimized, using the right-click menu on the desktop to re-select the frame does not restore /de-iconify the frame. > Patch in ShowFrameCommand, simply add setIcon(false). > protected void doExecuteCommand() { > try { > frame.setSelected( true ); > frame.setIcon( false ); > } catch( PropertyVetoException e ) { > // ignore > } > } > I will provide a SVN patch. > Thanks! > Benoit -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Springframework-rcp-dev mailing list Springframework-rcp-dev@... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev |
|
|
[Spring-JIRA] Updated: (RCP-568) ShowFrameCommand does not restore the MDI frame if minimized.[ http://jira.springframework.org/browse/RCP-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lieven Doclo updated RCP-568: ----------------------------- Fix Version/s: 1.0.2 > ShowFrameCommand does not restore the MDI frame if minimized. > ------------------------------------------------------------- > > Key: RCP-568 > URL: http://jira.springframework.org/browse/RCP-568 > Project: Spring Framework Rich Client Project > Issue Type: Bug > Affects Versions: 1.0.0 > Reporter: Benoit Xhenseval > Priority: Minor > Fix For: 1.0.2 > > Attachments: ShowFrameCommand.java.patch > > > Hi > Trivial issue, probably for Peter, if the MDI frame is minimized, using the right-click menu on the desktop to re-select the frame does not restore /de-iconify the frame. > Patch in ShowFrameCommand, simply add setIcon(false). > protected void doExecuteCommand() { > try { > frame.setSelected( true ); > frame.setIcon( false ); > } catch( PropertyVetoException e ) { > // ignore > } > } > I will provide a SVN patch. > Thanks! > Benoit -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Springframework-rcp-dev mailing list Springframework-rcp-dev@... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev |
|
|
[Spring-JIRA] Resolved: (RCP-568) ShowFrameCommand does not restore the MDI frame if minimized.[ http://jira.springframework.org/browse/RCP-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lieven Doclo resolved RCP-568. ------------------------------ Resolution: Fixed patch applied > ShowFrameCommand does not restore the MDI frame if minimized. > ------------------------------------------------------------- > > Key: RCP-568 > URL: http://jira.springframework.org/browse/RCP-568 > Project: Spring Rich Client Project > Issue Type: Bug > Affects Versions: 1.0.0 > Reporter: Benoit Xhenseval > Priority: Minor > Fix For: 1.1.0 > > Attachments: ShowFrameCommand.java.patch > > > Hi > Trivial issue, probably for Peter, if the MDI frame is minimized, using the right-click menu on the desktop to re-select the frame does not restore /de-iconify the frame. > Patch in ShowFrameCommand, simply add setIcon(false). > protected void doExecuteCommand() { > try { > frame.setSelected( true ); > frame.setIcon( false ); > } catch( PropertyVetoException e ) { > // ignore > } > } > I will provide a SVN patch. > Thanks! > Benoit -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Springframework-rcp-dev mailing list Springframework-rcp-dev@... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev |
| Free Forum Powered by Nabble | Forum Help |