Tagged Questions
The panes tag has no wiki summary.
3
votes
4answers
269 views
What's the difference between the root pane and the top-level container, in Swing?
I understand that every top level container has some layers:
root pane
layer pane
content pane
glass pane
but I don't understand whether the root pane is the top level container itself.
...
1
vote
3answers
38 views
Two Pane Website - Stretching Vertical Height?
I have this layout:
The topbar is fixed. Then I want to have a sidebar in the left pane, and a right pane with the main content. The panes are different colors, and seperated by a border.
The ...
1
vote
3answers
70 views
jquery sortable list accross different panes
Does anyone know how to get this jquery sortable example to work accross different panes? ... meaning each sortable list is in a different pane. I can't drag across the pane. I'm using ui layout for ...
1
vote
1answer
117 views
1
vote
1answer
111 views
Is it possible to detect external applications' window movements on desktop?
Background:
In Windows 7 it is possible to maximize and "semi-maximize" application windows by dragging them to the top/top-left/top-right corner of the screen (the latter two will make your ...
0
votes
0answers
15 views
Three panes in one view controller
I wanted to create an iPad app with multiple panes in one view controller. I just read about UISplitViewController, but I was looking for something else. If you have ver seen the DirecTV Home app, ...
0
votes
1answer
960 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
5answers
586 views
Dynamic Splitter Panes
How would I go about implementing dynamic/docking splitter panes in a vb.net app similar to visual studio?
-1
votes
1answer
30 views
Tutorial on Eclipse Panes needed
There are various panes/views that Eclipse uses, is there a tutorial somewhere on the functionality of the various panes?