raintrain
21 Jan 2009, 6:56 AM
Hi. I use extGWT for evaluate the implementation of a Help System.
The help will be shown as Window over some intranet pages. The pages are the visible components.
In fact:
The page contains a BorderLayout
-> North: some buttons to open the help window
-> Center: iframe with some content pages
When the help window will be dragged over the iframe and the mouse moves out of the window because you drag to fast, then the drag doesn't work as expected. The same problem occurs while resizing the window.
I found the ManagedIFrame that should fix this problem and offers much more features.
I found another solution with shim option for dnd handler...
Now my question is, how can I use the managedIFrame with extGWT, or is the problem already solved in extGWT?
I'm not (yet) a GWT or JS specialist, so it would be great if someone could give me some information or the solution for my problem :)
The help will be shown as Window over some intranet pages. The pages are the visible components.
In fact:
The page contains a BorderLayout
-> North: some buttons to open the help window
-> Center: iframe with some content pages
When the help window will be dragged over the iframe and the mouse moves out of the window because you drag to fast, then the drag doesn't work as expected. The same problem occurs while resizing the window.
I found the ManagedIFrame that should fix this problem and offers much more features.
I found another solution with shim option for dnd handler...
Now my question is, how can I use the managedIFrame with extGWT, or is the problem already solved in extGWT?
I'm not (yet) a GWT or JS specialist, so it would be great if someone could give me some information or the solution for my problem :)