-
I been trying insert a Canvas Dockable , and I had a lot of problem, It can be resized when is docking and the resize also don't work find when is extaernalized or floating.
Sorry for my English.
2009-11-16 16:04:10 UTC by https://www.google.com/accounts
-
rakels made 1 file-release changes.
2009-11-09 06:05:02 UTC by rakels
-
rakels made 1 file-release changes.
2009-11-09 06:01:01 UTC by rakels
-
Hello,
Thank you for reporting this bug. We will sove it. There will be a new release the end of October.
Regards,
Heidi.
2009-10-04 05:12:02 UTC by rakels
-
Hello,
Thank you for reporting this bug. We will solve it. We will create a new release the end of October.
Regards,
Heidi.
2009-10-04 05:10:08 UTC by rakels
-
Start the WorkspaceExample, maximize one of the Book dockable, exit the application:
java.lang.ArrayIndexOutOfBoundsException: No such child: 0
at java.awt.Container.getComponent(Container.java:294)
at com.javadocking.dock.TabDock.retrieveDockableOfComponent(TabDock.java:887)
at com.javadocking.dock.TabDock.saveProperties(TabDock.java:495)
at...
2009-10-02 08:46:57 UTC by pdwinkel
-
Start the WorkspaceExample, maximize one of the Book dockable, exit the application:
java.lang.ArrayIndexOutOfBoundsException: No such child: 0
at java.awt.Container.getComponent(Container.java:294)
at com.javadocking.dock.TabDock.retrieveDockableOfComponent(TabDock.java:887)
at com.javadocking.dock.TabDock.saveProperties(TabDock.java:495)
at...
2009-10-01 21:15:31 UTC by pdwinkel
-
Hello,
The frame will not be split if you only add one childdock to the splitdock. The user can still split the dock by dragging one dockable to the side.
If you never want the frame to be split, use a TabDock.
Regards,
Heidi.
2009-08-06 14:16:25 UTC by rakels
-
Hello guys, great job. I am having a little problem, i am using the sample ButtonSample in order to display not 2 docked windows but just one. So, is it possible instead of a SplitDock
(Line: SplitDock splitDock = new SplitDock(); ) to use some other component that does not split the frame in 2?.
2009-08-03 15:24:32 UTC by panakas
-
Hello,
When you click on the arrow at the header of a dockable, you externalize a dockable. In that case you can drag it over the dockable area, but it will not be docked inside a dock. You have to internalize the dockable to be able to dock it again in other docks. I suppose your dockables are not externalized.
When you drag a dockable outside the dockable area, it will be docked in a...
2009-06-04 07:11:06 UTC by rakels