Tagged Questions
The dockable tag has no wiki summary.
22
votes
8answers
12k views
Recommendations on a WPF Docking Library
We are implementing an application that needs dockable windows, similar to Visual Studio 2005/2008, but with multiple "docking sites", unlike VS's single one. Does anyone have a recommendation on a ...
2
votes
2answers
737 views
How can I position QDockWidgets as the screen shot shows using code?
I want a Qt window to come up with the following arrangement of dock widgets on the right.
Qt allows you to provide an argument to the addDockWidget method of QMainWindow to specify the position ...
2
votes
3answers
1k views
Windows ToolBar-dockable application
How to create a windows toolbar-dockable application - like Winamp Desk Band - in .NET?
1
vote
3answers
49 views
How to Create a Dockable Tab like IE9 or chrome
i want to implement a UI look like IE9 or chrome.
i like the dockable tab,it can be dragged out into a new window.
and the window can also be put into as a tab.
is anyone can give me an idea how to ...
1
vote
0answers
105 views
How do I make Visual Studio's dockable windows not come to the foreground when I bring the focus back to visual studio?
I don't know if it is possible, but I would like to use a setting that makes it so that if I have say, visual studio's main window open on one monitor, and two other code files on my second monitor ...
1
vote
1answer
454 views
.Net/WinForms Docking/Floating Library for .Net 4.0
It must
Support .Net 4.0 Client Profile (designers in separate assembly)
Serialize layout to custom stream
Allow maximizing of floating window in caption doubleclick
Cost not too mush (200US$ is ...
1
vote
1answer
533 views
in mfc how to implement dockable dialog?
i am working on a Dialog based application in MFC, I need something just like visual studio's left panel, right panel, bottom panelwhich have a close button to close the panel.
Anyone know how to ...
1
vote
1answer
1k views
Custom dock area using Qt 4.4
Is it possible to create custom dock areas using Qt 4.4. I know this is possible in Qt 3 as this document suggests. Excerpt from document"...If you need to create your own dock areas we suggest that ...
0
votes
0answers
24 views
CDockablePane equivalent in windows forms?
I'm looking to find out if there is a Windows Forms equivalent to the CDockablePane class explained in: http://msdn.microsoft.com/en-us/library/cc309030.aspx
I programmed a few MFC applications a few ...
0
votes
1answer
40 views
Hiding the tabs in a DockableFrame using Jidesoft
I am stuck using JideSoft at the momemnt. I have a DockableFrame, which will have many views on it. I want to hide the tabs that let me switch between views, but I cannot figure out how. Can anybody ...
0
votes
0answers
51 views
How to do when DockablePane closing raised event?
I use AvalonDock library.But there isnt Closing event at DockablePane.How to do when DockablePane closing raised event ?
0
votes
1answer
187 views
Android: dock an widget/app to one side of the display
Does anybody know how to realise an Android app that docks to one side of the display, is not dragable and no other elements can be dragged over it? I mean something like on the right side of this ...
0
votes
1answer
956 views
C++ MFC Feature Pack --> Create multiple CDockablePanes onto an CDialog
I try to create an area onto a CDialog, where I can put some CDockablePanes in. Those shall be perfectly dockable to a fixed dialog content.
The Codejock Dialog Panes Sample is exactly what I want, ...
0
votes
1answer
476 views
Netvibes like “draggable boxes” with javascript
Do you know any project/framework in javascript (jquery or anything else) that has nice draggable windows that snaps in some fixed places like netvibes has? I found jPolite v2 but it seems a little ...
0
votes
3answers
1k views
MFC DockablePane not floating or hiding
Is there any way to make a MFC DockablePane (from the new Feature Pack) that is docked in a window not able to float or to hide (and even disable the context menu that allows the user to select the ...