History | Log In     View a printable version of the current page.  

Issue Details (XML | Word | Printable)

Key: UBA-7286
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Janak Mulani
Reporter: Daniel Grob
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ULCBase

Improve support for ULC applications that do not provide their own root

Created: 04/Sep/07 11:34 AM   Updated: 18/Jun/08 05:20 PM
Component/s: core
Affects Version/s: None
Fix Version/s: UltraLightClient '08

Issue Links:
Reference
This issue relates to:
UBA-7285 Input is not blocked for heavy weight... Major Closed
 


 Description  « Hide
ULC currently assumes that a ULC application provides its own window. If a ULC application just provides a component that is to be integrated in another window that itself is not part of the ULC application, then input is never blocked.

 All   Comments   Change History      Sort Order:
Daniel Grob - [18/Jun/08 05:20 PM ]
New API:
  • InputBlocker.addRootPaneToBlock(UISession session, JRootPane rootPane)
  • InputBlocker.removeRootPaneToBlock(UISession session, JRootPane rootPane)