-
21 Aug 2012 2:50 PM #1
Unable to use GXT 3 WindowManager with 2.2.5 Windows
Unable to use GXT 3 WindowManager with 2.2.5 Windows
I was not able to find other posts on this issue. So if I missed it, my apologies.
I am in a situation where I need to use the GXT 3 WindowManager for both GXT 2.2.5 and 3.0.0 Windows.
I can register both types of Windows, but I can only unregister 3.0.0 Windows
Notice that the unregister method takes in a Window, not a Widget.Code:public void register(Widget widget) {...} public void unregister(Window widget) {...}
Has this been resolved?
-
22 Aug 2012 2:53 PM #2
-
28 Sep 2012 1:59 PM #3
double bump.
Our workaround was to clone and own the WindowManager class, correcting the input type of the unRegister method.
Also, I mistakenly put this post in the wrong forum. It should be in the GXT 3.0 Q&A
-
7 Oct 2012 11:48 AM #4
Moving it to GXT 3 bugs forum and filed so we can pick it up for the next 3.x release.
-
8 Oct 2012 7:36 AM #5
Excellent! I hope the fix is as straightforward as it seems!
-
10 Oct 2012 5:50 PM #6
This has been fixed in SVN and will be available in the next release.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2484
in
3.0.3.


Reply With Quote