Hi,
upgrading to GWT 2.9.0 and GMD 2.4.1 something goes bad with the MaterialWindow for my project.
With previous version, 2.8.2-2.3.0, in the constructor of MaterialWindow the UI was created and so, I've the ability to customise some property, like adding and replacing some icon in the toolbar or change the JsDragOptions.
(I've a custom component with ui.xml containing the MaterialWindow element)
Now, in MaterialWindow class the UI was builded on the load method and my old customisation fails (i.e., it doesn't found the draggable object when I call window.getDnd()).
Some hints for me to correct this, if it's my fault?
Hi,
upgrading to GWT 2.9.0 and GMD 2.4.1 something goes bad with the MaterialWindow for my project.
With previous version, 2.8.2-2.3.0, in the constructor of MaterialWindow the UI was created and so, I've the ability to customise some property, like adding and replacing some icon in the toolbar or change the JsDragOptions.
(I've a custom component with ui.xml containing the MaterialWindow element)
Now, in MaterialWindow class the UI was builded on the load method and my old customisation fails (i.e., it doesn't found the draggable object when I call window.getDnd()).
Some hints for me to correct this, if it's my fault?