Tagged Questions
The dock tag has no wiki summary.
35
votes
3answers
1k views
Recommendations for a docking library for Delphi / C++Builder?
My team is currently thinking of moving our existing MDI-based application to a more modern, docking-based approach. We're still thinking, but we'd like to move it to something like VS2010's docking ...
34
votes
5answers
8k views
How do you do AppBar docking (to screen edge, like WinAmp) in WPF?
Is there any complete guidance on doing AppBar docking (such as locking to the screen edge) in WPF? I understand there are InterOp calls that need to be made, but I'm looking for either a proof of ...
15
votes
4answers
5k views
How to hide the Dock icon
I want to make a preference for hiding the Dock icon and showing an NSStatusItem.
I can create the StatusItem but I don't know how to remove the icon from Dock. :-/
Any ideas?
11
votes
6answers
2k views
Visual studio forgets window settings and makes a mess
I have this problem where I open Visual Studio and the internal windows are scattered all over the place. None of them are docked; some that should be visible have become invisible and vice versa. I ...
10
votes
4answers
1k views
Debugging an iOS app with an external accessory connected via Dock
Am I missing something glaringly obvious or is there no way to debug an iOS app which uses an external accessory that's connected via the 30-pin dock without using a bucket load of logs etc. I want ...
7
votes
5answers
2k views
How do I make an OS X application react when a file, picture, etc is dropped on its dock icon?
Some applications, like Photoshop, allow users to drag a picture from a web browser, or drag a file from the filesystem, onto the application's icon in the dock. Doing this opens the file in that ...
5
votes
2answers
696 views
Hide Java application from command-tab application switcher and dock in OSX
I have a java application which has a tray icon in the top menu bar of
OSX. When I minimize the application I would like it to disappear from
the dock and the command-tab application switcher and only ...
4
votes
4answers
2k views
Overriding Home button for a Car Home replacement app
I have been working on a replacement for the stock Car Home app for a bit, and I am completely stumped on how to override the Home button so that my app will be brought back to the foreground whenever ...
3
votes
1answer
175 views
Can I customize AvalonDock context menu?
I am using AvalonDock in a project to take advantage of the tool windows.
I don't have any need for Tabbed Documents and would like to disable the "Dock as Tabbed Document" context menu item when I ...
3
votes
1answer
75 views
Cross Platform Tray App
I'm looking to develop a type of system tray/dock application that will run in the background and perform some tasks. I want to target Windows and OSX. After doing some research and based on my own ...
3
votes
1answer
122 views
SWT on OS X: how to add badges to the dock icon
IntelliJ IDEA, a Swing based application, for example, can show a progress indicator on the dock icon when compiling and checkmark when finishes. How can this be done for the dock icon of an SWT ...
3
votes
1answer
110 views
Double cursor problem in windowed opengl game under dock
I created game in opengl and i have problem with double cursor (my and system) in windowed mode.
I hide system cursor and use only my cursor in game.
When window is under dock and i move cursor over ...
3
votes
3answers
414 views
Winforms: FlowLayoutPanel with Docking
This is in winforms. I am creating a User control that is basically a FlowlayoutControl filled with other User Controls. I need each of the controls added to be docked to the top of the previous (from ...
3
votes
1answer
191 views
bundle a jnlp so you can add to dock on a mac?
I want to be able to drag Findbugs to the Dock on my Mac.
The problem is it's a JNLP.
Is there a distilled idiots guide to creating an Mac application bundle from a JNLP?
I saw this article on the ...
3
votes
1answer
379 views
OSX application shortcut folder in dock and icon updates after installation
Here is the setup: I have the Applications folder right in the dock, which is the default after installation (Snow Leopard) afaik.
Now I have a custom build DMG with an application in there which I ...
3
votes
1answer
709 views
Preventing window overlap in GTK
I've got a Python/Linux application that displays bits of info I need in a GTK window. For the purposes of this discussion, it should behave exactly like a dock - exists on all virtual desktops, and ...
3
votes
4answers
2k views
How to dock a windows form in C#?
I just would like to know if it is possible to dock a windows form on top of the user screen? I have been trying to do this by manually setting the position of my form to the coordinates I want. But ...
3
votes
1answer
189 views
how to get the pid_t of the running dock.app in max os X
More or less everything is in the title, I am looking for a way to get from a cocoa application, pid_t of the running dock.app.
Thanks in advance for your help.
3
votes
3answers
2k views
Dropping Files onto Dock Icon in Cocoa
How can I drop a file(or select to open it in Finder) of a type specified in the Info.plist onto my dock icon and then calling a method with the full path of the file?
2
votes
3answers
37 views
How can I re-size controls based on resolution?
Inside a WinForms application what is the best way to handle re-sizing controls to match based on screen resolution and maximizing and re-sizing the window. I have 3 columns that are set like this. ...
2
votes
1answer
96 views
Make downloads dock icon bounce programmatically
How can I make the dock Downloads icon bounce programmatically? Notice that I don't want my app icon to bounce, but only Downloads' icon.
In particular, I'm downloading a file from my app to ...
2
votes
2answers
103 views
Add/remove application icon from dock at runtime?
Is there a public Apple API which allows you to remove an application's dock icon at runtime?
I have tried substituting an empty view with zero size via NSApplication's dockTile, but that simply ...
2
votes
1answer
113 views
Java Hide Application from Mac/Linux Dock
I have read a few articles about this, however, none of them tell me how to even go about doing this. I believe that I need to incorporate some Mac file called info.plist.
Well, what do I do for ...
2
votes
3answers
302 views
SIMBL/Bundle/dylib injection into Dock.app
I'm working on a simple SIMBL bundle to decrease the FullScreen animation time in Lion. It's no big deal to change the animation of the windows, however doing that for the menubar/desktop animation ...
2
votes
1answer
175 views
Getting the position of my application's dock icon using Cocoa's Accessibility API
How can I get the position of my application's dock icon using the Accessibility API?
2
votes
5answers
440 views
How to implement this type of Docking?
Take a look at this Open Source Application called Construct
.
It uses Panel Docking where you can drag a Panel, and then some on screen visual aids to show where the Panel may be docked, as seen ...
2
votes
3answers
303 views
How do I add a QTCreator-like left bar to my program?
I'm designing the GUI for a project, and I want a left bar like this ones
How do I put them in my .ui file?
2
votes
3answers
596 views
How do you change the Dock Icon of a Java program?
How can I change the Dock Icon of a program, in Java, on the Macintosh platform? I have heard about using Apple's Java library (that provides some sort of extra support on the Mac platform), but I ...
2
votes
1answer
180 views
How to tell if a modifier key is down during drop on Dock
My Cocoa application supports dropping files onto its Dock icon, but I'd like different behavior depending on whether a modifier key is held down (Command, Option, etc.).
I tried checking the ...
2
votes
1answer
216 views
Difference between UnPin and Close UnPinned
When the user clicks 'x' on a Pinned Form OnClose is called.
When the user clicks 'x' on an Unpinned Form OnHide is called
When the user clicks 'UnPin' on a Pinned Form OnHide is called.
I'm trying ...
2
votes
1answer
147 views
How to know dock size?
In my app, I need to know what the dock size is at the moment my app is running (I don't want to modify the dock, only know its size).
Here is what I found until now :
no direct way to interact with ...
2
votes
2answers
239 views
cocoa: know the position of the app icon in the dock
I need to show a special menu when the dock icon is hovered. In order to do this I need to find a way to get the coordinate of the app icon in the dock.
Do you know how I can get this info?
Thanks ...
2
votes
2answers
2k views
Programatically setting the dock:name Java Mac OS X JVM property
Is there a programatic alternative to setting the dock:name Java Mac OS X property by doing
java -Xdock:name="My App Name" -jar myapp.jar
, or is this the only way to set the dock:name property?
2
votes
1answer
184 views
Child docked window
Greetings,
I would like to have child window docked next to my parent window. If I move parent window, child window should be also moved. This image should explain what i would like to achieve.
Can ...
2
votes
3answers
797 views
OS X: Setting at runtime the Application name as it appears in Dock and Menu Bar
I have an app that may get launched with current user's or with root permissions.
In fact, there's the possibility that the app runs twice at the same time - once under the current user and once as ...
2
votes
1answer
1k views
AvalonDock dock a window
I am trying to convert my app in WPF to work with AvalonDock. I have a few windows(about 10) and main form that has DockingManager. I would like to put those windows inside that DockingManager.
I've ...
2
votes
2answers
2k views
How to change Qt applications's dock icon at run-time in MacOS?
I need to change my Qt application's dock icon (in MacOS X) in run-time according to some conditions.
I've found several recipes on trolltech.com:
QApplication::setIcon()
setApplicationIcon()
...
2
votes
1answer
2k views
WPF - How to dock a Border onto a Canvas?
I have a Border inside a Canvas. The Border's height/width are varying according to its contents. I want the Border to stretch out to fill up the entire Canvas. How can I do that?
I have tried this ...
1
vote
0answers
48 views
Drag & Drop on Dock icon in Cocoa - Messes up file associations
I've implemented a drag-and-drop function in my application. The app let's you open .kext files.
I've used -(void)application:openFiles: as well as having set the Document Types:
All works well, ...
1
vote
1answer
24 views
How to re-size add/remove from list controls in window's form to provide anchoring like behavior
I want to anchor below datagridviews to top, left, right & down in a way that they don't over lap when the size of form is increased or decreased. Dock and Anchor both don't seem to provide any ...
1
vote
1answer
39 views
Verify if iphone was connected to a dock
When I connect the iphone to a dock my app display the message: "Conector dock". I want to detect when the phone is connected with other device and hide the MPVolumeView to avoid those messages.
I am ...
1
vote
1answer
69 views
In Android, how can I tell my app to use a headset that's connected to the USB port on my car dock?
I have a Motorola RAZR and a car dock for it (this one). That dock has a special USB cable that not only charges the phone, but has a 3.5mm audio plug on it. I can connect a headset to it (instead of ...
1
vote
0answers
71 views
How to hide the Java SWT program icon in the Dock when the application is in the tray
I know there are a lot of questions similar to mine, but I actually couldn't solve my problem even after reading all of them.
I have a Java application that as soon as it starts it goes on tray. The ...
1
vote
0answers
59 views
Liferay 6 create 'Add Page' link outside of dockbar
Is it possible to replicate the 'add page' link outside of the dockbar?
It is possible to replicate the 'add application', 'control panel', 'toggle controls' and 'page layout' links outside of the ...
1
vote
1answer
35 views
How do I dock a UserControl into a FlowLayoutPanel?
I have a FlowLayoutPanel and a UserControl.
I've added multiple usercontrols into the FlowLayoutPanel, and I'm trying to dock them to the top, so when I change the size of the FlowLayoutPanel the ...
1
vote
2answers
93 views
Find the location of the Dock programmatically?
Is there a way in code to find out if the Dock on a Mac is located on the bottom, left, or right side of the user's monitor?
1
vote
1answer
119 views
Is it possible to show the dock icon when a new Window is called?
I have an app that's shown as a Menu on the Status Bar, so I switched the "Application is agent (UIElement)" in plist to YES (because I dont want an icon on the dock just for a Menu on the Status ...
1
vote
1answer
265 views
A WPF docking library supporting MVVM
I've already seen some questions like this one, but the docking library I'd like to use must have an important feature, which was not asked: it must support MVVM.
So, among Telerik, DotNetBar, ...
1
vote
0answers
117 views
UserControl not rendering within FlowLayoutPanel when dock changed
When I add my UserControls to a FlowLayoutPanel, they display properly. When I change the Dock or Anchor properties on the UserControls before adding them, they are still added but do not render.
...
1
vote
1answer
115 views
Can I dock Lync SDK conversation on WPF without using winformshost?
I'm trying to build an application taking Lync SDK as a base, according to documentation on MSDN I need to dock the conversation windows on a winformshost.
But the problem here is winformshost is ...