The framework looks promising, but I have issues just getting the simple sample running. I created a simple project and copied in the code for sample1.mxml. When it runs in the browser and I try to drag one of the panels, I get this traceback and the app is dead:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at DockManagerImpl/createDockHint()[C:\Dokumente und Einstellungen\dim\Desktop\DockableFlex-ReportedIssuesFixed-SDK4\net\goozo\mx\dockable\DockManagerImpl.as:95]
at DockManagerImpl/doDock()[C:\Dokumente und Einstellungen\dim\Desktop\DockableFlex-ReportedIssuesFixed-SDK4\net\goozo\mx\dockable\DockManagerImpl.as:220]
at net.goozo.mx.dockable::DockManager$/doDock()[C:\Dokumente und Einstellungen\dim\Desktop\DockableFlex-ReportedIssuesFixed-SDK4\net\goozo\mx\dockable\DockManager.as:55]
at net.goozo.mx.dockable::DockablePanel/startDragDockPanel()[C:\Dokumente und Einstellungen\dim\Desktop\DockableFlex-ReportedIssuesFixed-SDK4\net\goozo\mx\dockable\DockablePanel.as:87]
at DragStarter/runListener()[C:\Dokumente und Einstellungen\dim\Desktop\DockableFlex-ReportedIssuesFixed-SDK4\net\goozo\mx\dockable\DragStarter.as:107]
at DragStarter/handleMouseMove()[C:\Dokumente und Einstellungen\dim\Desktop\DockableFlex-ReportedIssuesFixed-SDK4\net\goozo\mx\dockable\DragStarter.as:86]
Any ideas? Thanks.