Threaded View
-
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?
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