-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I'm enjoying learning your framework. It's well written, sane and has great documentation. Apparently, however, there's a lot of functionality well beyond what documents say.
I saw under the core manual, some mentions of the ability to have a floating window setup. In terms of the docking setup I want, what I want to actually achieve is this (sorry about my ignorance of the actual inner workings of your framework):
- Dockables don't dock with the main content area, and can only dock with each other, or to the side areas (top, bottom, left, right).
- When "detached" they "float" over the content area. Currently, as soon I move a detached dock, it attempts to rejoin the main area, and resize, both of which are behaviors I don't want.
- In relation to my other open issue regarding stacking the docking area, on top of a visual component, should there be no way to make transparency work, it was my plan to dock the visual component, make it the center-most component, and prevent anything else from stacking or becoming a neighbor in the station created for it, which will makes those dockables either float above the visual component, or be stationed outside the visual component's dock.
- Lastly, is there a way to prevent the "picking up" of a dock? I was able to make the logic you proposed using a VetoableDockRelocator, by creating a station for the visual component, and this prevents other docks from joining it, but the visual component can be dragged out of this station, and it was, it can't be put back (not that I want it to leave in the first place :)) )
I hope all of this makes sense. I haven't had much sleep :))
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels