A user interface design in which panels are arranged inside a container. Each docked panel is attached to another panel or a side of the container.
0
votes
1answer
34 views
What is docking framework and when to use it?
I do not really understand the concept of docking the Swing frame. I would like to know how should I imagine the process of docking the frame and why one should use it, in which situation. Isnt just ...
0
votes
1answer
37 views
Rad Pane and Listbox visibility
I am having two ListBoxes in a rad pane, I want one ListBox visible to one user and both list boxes visible to another user.
When I am making the ListBox, hidden the height is not adjusted, it is ...
0
votes
1answer
25 views
Disable floating tabs visual studio 2012
Is there a way to disable floating tabs in Visual Studio 2012?
I am flicking back and forth between the xaml and code-behind windows and another application, and every now and then the code-behind ...
1
vote
0answers
51 views
QuickSharp - set floating form size
Using the QuickSharp SDK, how do you manage the size of a window if it is floating?
I want to set the MinimumSize for a floating panel that is created when a plugin is loaded.
QuickSharp uses the ...
0
votes
1answer
72 views
Docked bottom does not working on Google Chrome on iPhone in Sencha Touch 2
I have simple view that extends from Ext.form.Panel and have three items.
First item is toolbar with property docked: 'top', the second is fieldset and the third item is toolbar but it's docked to ...
0
votes
1answer
17 views
How do you apply DataTemplates defined in the Window.Resources to all Infragistics Panes when they are floating?
I am using the Infragistics XamDockManager to handle docking and undocking panels within my application. I have a Window defined that uses the DockManager to specify several different panes. I ...
0
votes
1answer
32 views
QDockWidget is not docked on a QDialog
Is it correct to use a QDockWidget on a QDialog? When I tried to use it, dock widget did not get docked on the dialog window. I could not resize the dock widget when I executed the application.
1
vote
0answers
76 views
Eclipse Docking Windows implementation: does Eclipse reimplement Docking Windows on top of Graphic Context instead of using native ones?
I'm trying to implement docking windows in my application on GTK+ and decided to mimic to their implementation in SWT over GTK+. I'm interested in moving docking subwindows and creating and moving ...
-2
votes
1answer
29 views
Any IDE Frameworks Out There? [closed]
I'm working on another project with ambitions to have an integrated development environment. (This time Torque2D)
It seem there should be a "boilerplate" IDE or two out there, so that developers do ...
0
votes
0answers
94 views
Anchor/Dock to position DataGridView
I am trying to figure out how to position my DataGridView correctly inside of the parent container, but despite trying widths/heights/docks/anchors/etc. I absolutely cannot figure this out.
I would ...
0
votes
2answers
77 views
wxPython: Trying to make a docking window, binding parent EVT_ACTIVATE prevents parent resizing
I'm trying to make a simple docking frame that will dock to a parent window and follow it around. So far I have the following:
class DockingFrame(wx.Frame):
def __init__(self, parent):
...
0
votes
0answers
57 views
JVCL Docking - prevent main form from being loaded/saved
I've just downloaded and installed JVCL 3.47 for Delphi XE2 and I took the docking demo and implemented save/load from registry into my own program.
It works great except for one thing. The ...
0
votes
1answer
61 views
Snap an always-on-top form to the corner of the screen
I have a tiny VB.net application that is a single FixedToolWindow form that I've made TopMost = True and partially transparent. Is it possible to make this "dock" to the corner of the screen? I like ...
0
votes
1answer
94 views
DisposedObjectException after closing DockContent document
I am seeing so odd behavior with DockPanelSuite when I close my documents. When I click the close 'X' at the top right of the documents the top document closes as expected (calls FormClosing event ...
1
vote
1answer
95 views
Form not showing on Show(), because it's being used(?)
I'm having trouble trying to remove a Form from this Dock Container once I used the dockContainer.Add(form) and later the dockContainer.Remove(dockableFormInfo) and when I make it show itself using ...
1
vote
0answers
125 views
Variable height FlowLayoutPanel with right anchored static panel
Take a good look at this
I've got a Top Panel which is docked to the Top of my form (AutoSize == True, AutoSizeMode == GrowOnly). Inside of that I have a FlowLayoutPanel docked to Fill (AutoSize == ...
-2
votes
1answer
133 views
list min index value c# from a class [closed]
I have two classes:
class OrdenO
{
public int id_orden_O {get;set;}
public int Ei_O {get;set;}
public int Ii_O {get;set;}
public int Si_O ...
0
votes
3answers
241 views
Adding/Docking controls in UserControl C# .NET
I am writing a UserControl which adds child controls programmatically. Currently I am adding new controls like so:
this.Controls.Add(new Control() { Height = 16, Dock = DockStyle.Top });
The ...
5
votes
1answer
163 views
Close button appears on my docked control after redocking
I have a paint box which I want the user to be able to undock and move around. So I set its DragKind to dkDock and its DragMode to dmAutomatic, and put it inside a panel with DockSite set to True. I'm ...
1
vote
2answers
70 views
Any easy way to store dock widows layout and sizes in settings with Qt?
I have a main window with some internal dockable windows. I can move, resize and redock those dockable windows. After close and reopen the program, I want the moves, sizes and redocking are kept. Any ...
7
votes
0answers
219 views
How to add persistence to the Delphi Docking example
Although I realise that in addition to the included Delphi docking demo there are other and better docking libraries available such as the Developer Express Library and the JVCL Docking Library, but ...
1
vote
0answers
144 views
DockManager for Windows Forms VS2012 style [closed]
I'm looking for a dock manager library (like AvalonDock or Devexpress docking system) that has the VS2012 style.
Do you know any library (commercial or open source) that works fine and has the VS ...
0
votes
1answer
100 views
App not starting when docked
After browsing the web I have found out that this code is supposed to start a app when docked:
<intent-filter >
<action android:name="android.intent.action.MAIN" />
...
6
votes
7answers
268 views
Docking Window Framework written in JavaScript
Looking for a free or very inexpensive Docking Window framework in JavaScript. Similar to VS Studio/Eclispe IDE look and feel. Supporting Docked and Document Views, Split Containers and Floating ...
0
votes
1answer
112 views
Auto-position nested UserControls
I want to autosize some generated controls. I create two TextBox types and two CustomControl types which are a type of UserControl. Each CustomControl has a Label that displays a string which I call ...
0
votes
1answer
66 views
MyDoggy: Make content resize when window is resized instead of bottom ToolWindow?
MyDoggy documentation and examples aren't really helpful (the TutorialSet has the same issue and MyDoggySet has unreadable code), so maybe someone here can help me out.
I am building an editor and I ...
0
votes
0answers
58 views
Cocoa : dockable windows/views like tweetbot for Mac
I am trying to replicate the tweetbot for Mac feature which dock/snap/merge windows in a single one (see http://www.doobybrain.com/wp-content/uploads/2012/08/new-tweetbot.jpg)
Do you have any pointer ...
3
votes
0answers
94 views
Floating window and Ribbon integration with keyboard navigation
I am working on an MDI application that has a ribbon and also supports docking/floating windows. I have troubles to keep the focus on the last floating window while accessing some commands on the ...
1
vote
1answer
427 views
Imitating the look and feel of Visual Studio 2012
I know this is a very open ended question, so bear with me - is there any good way to imitate the look and feel of Visual Studio 2012's interface? I would very much like to emulate teh drag/drop ...
1
vote
0answers
59 views
Undocking a JPanel hides JMenuBar
I am trying to undock a JPanel in a JFrame in such a way that i can move the JPanel seperated from the JFrame when it is undocked. The problem i'm encountering is that the JMenuBar that i'm using ...
0
votes
1answer
129 views
Qt Docking with docking arrow best way to design
I am new to Qt GUI design and am having difficulty in finding any third party library to accelerate my requirements, so it looks like we will have to implement this ourselves. What we need is a ...
1
vote
1answer
65 views
Docking an Encapsulated Control
I have an encapsulated control in a derived TabPage, and I am having trouble docking it to the form MainForm that contains the derived TabPage.
I've added the TabPage and the control correctly, and ...
1
vote
0answers
115 views
IPhone TableView Header Behavior Customization
Anyone know of a way to customize the TableView header docking behavior, or a framework that does this?
Specifically, if you pop open the iPod app, you will notice that in your list of artists, the ...
0
votes
0answers
286 views
Docking two CDockablePanes with minimum size set don't resize well
I'm having a problem in my program when docking two CDockablePanes, both of which have a minimum size set, together in a tabbed pane. I'm working with Visual Studio 2008.
I've been able to reproduce ...
1
vote
1answer
369 views
Automatic content resizing of JLayeredPane
I'm trying to create an app with a JLayeredPane that scales automatically with the size of the parent JFrame (this is the easy part using BorderLayout as layout manager on the frame's content pane). ...
0
votes
1answer
114 views
JPanels AS Docks
I want to make a TV window that consists of one main JPanel (when I double-click on it, this should become full-screen), and more small JPanels at the right and at the bottom of the main frame. I ...
0
votes
0answers
136 views
How to do docking in monodevelop?
Im in ArchLinux, KDE4 and trying to create some kind of docking manager for my GTK# project in MonoDevelop.
Cant really find any useful information on the subject, although googling will find some ...
1
vote
0answers
223 views
Docking frameworks: jide docking framework or dockingframes?
My application is starting to become crammed with functionality and putting them all in the main menu / toolbar is becoming not user friendly. I did research and found out that a docking framework ...
11
votes
2answers
1k views
Stream and Play audio from android application to any available Speaker like A2DP,Car speakers etc
From my android application I want to stream audio to any available speaker like A2DP speaker ,docking speakers or car speaker.
for doing this I want to use Bluetooth connection and stream over ...
0
votes
2answers
81 views
How to set size of inactive (hidden) dock clients' tabs in JVCL Docking component?
The only dock style in JVCL that I know that has the auto hide function (to pin the dock clients) is JvDockVSNetStyle. I'm using it but I can't set the size of the inactive pinned panes' tabs. When ...
1
vote
1answer
102 views
How to set Dockpanel tab text as empty?
If i am seeting tabtext property as Null or Empty It takes Text property as tabtext property this is Default behaviour of TabText in Dock panel
Dockpanel dck= new DockPabel()
...
0
votes
0answers
138 views
Give wpf appbar “higher priority” than the windows taskbar
I have experimented with making an appbar, and wiring the interop code to a wpf window (With help from CodeProject), and it works great! But there's something more I want to do. I want the dock ...
0
votes
1answer
159 views
Can the developer tools window of Internet Explorer 9 be docked to the main browser window?
All other current version of browsers have some form of developer tools and are attached to the main browser window or can be "docked" to it. At least this is true on Windows 7 for Google Chrome, ...
0
votes
1answer
221 views
How do I add an event handler to catch when a Window docks to the screen?
I have a method that takes in the height and width of the window when the WindowState changes with Window.StateChanged, but when I use the MS Windows docking to dock the Window, the application ...
0
votes
1answer
302 views
How to change the Backcolor of TitleBar on DockWindow?
I have to color the TitleBar of DockWindow. I can able to color the normal winform Titlebar color..but I don't know how to change the color of dockwindow titlebar if it is docked ...
0
votes
0answers
64 views
AvalonDock slideout window
Does anyone know any call to make in Avalondock 1.3 to force an autohidden window to slide out while still having another autohidden window in a slide-out position?. I am pretty new to WPF so please ...
0
votes
1answer
89 views
Is CToolBar docking or floating?
Is there any method in MFC to find out "Is CToolBar docking or floating?". In my program I need to knew it exactly.
I don't want to use such code:
void MyCToolBAR:: ...
{
RECT rc;
...
0
votes
1answer
131 views
How to set backcolor for docking windows at runtime?
I created a Docking windows program in csharp i want to change the color of that tabs after exe is getting executed.because those tabs will be added at run time.i can able to change the TabText but i ...
0
votes
1answer
68 views
Free Dynamic Windows GUI, Photophop Style, IntelliJ [closed]
Is there a java library that enables easy window management the way it is done in Photoshop?
E.g.: One can make the windows float or dock them, minimize them and so on. I don't feel like reinventing ...
0
votes
0answers
87 views
Docking a window over another window child control
Is it possible in WinForms application to dock/undock a window in another window child control?
E.g. there is a main window having TableLayoutPanel child control. From the main window it is possible ...




