4
votes
5answers
524 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 …
0
votes
1answer
28 views
Is it possible to dock a normal panel to a pop up panel in flex?
Hi All.
I'm a newbie in flex, right now I want to create a panel docking to a pop up panel in my flex app, like Winamp's playlist window can dock to main window. but I didn't find …
0
votes
0answers
121 views
Create shortcut to start menu (not IN start menu)
I have been experimenting with object dock and rocket dock. So far I like object dock better, but it takes FOREVER to start up on my machine (more than a minute). I am running on a …
19
votes
6answers
2k 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 e …
0
votes
1answer
83 views
Programmatically add an alias to the Dock in OS X
I know it is not recommended, but is it possible? The only references I can find relate to updating com.apple.preferences.plist but those changes will not take effect until the nex …
0
votes
0answers
94 views
how to add safari icon to the Mac System tray? [closed]
Hi,
my mac mini system tray having so many icons.But,anyhow my safari browser icon is not exist in the system tray.i can see the safari.app in the macintoshHD->Applications->safar …
0
votes
4answers
178 views
Basic cocoa application using dock in Python, but not Xcode and all that extras
It seems that if I want to create a very basic Cocoa application with a dock icon and the like, I would have to use Xcode and the GUI builder (w/ PyObjC).
The application I am int …
0
votes
0answers
97 views
Stick application to the Desktop on Vista
I have an application that I want to stick to the desktop. Stick to the desktop means that every time that someone click windows+D or the show desktop icon the desktop will appear …
0
votes
1answer
288 views
Create a Mac OS X Style Dock Bar in Swing
Hi all,
I want to create a Mac OS X style Dock Bar to be placed at the bottom of a JFrame. Does anyone know how I can do this?
0
votes
2answers
126 views
desktopdock or stardock in Qt
Is there any opensource/sample application in qt/c++, just like desktopdock or objectdock..?
1
vote
2answers
210 views
Programmatically docking a User Control at Run Time
I need to dock a WinForms user control at run time but I'm encountering an issue.
In my main form, I have a menu strip at the top of it. I want to programmatically add a UserCont …
0
votes
0answers
54 views
callback dock demo in Miglayout
can anyone suggest where i can get a hold of the source code for the callback dock demo application in Miglayout site. such a tutorial would also be ok. thanks.
1
vote
2answers
333 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()
setApp …
0
votes
3answers
191 views
Delphi & Vista Dragging Forms Glitch
I wondered if you have a work around for the problems with docking forms in Vista, such as the close button being partially obscured, and the gray border when being dragged renderi …
1
vote
2answers
133 views
How do I make the dock icon stop bouncing after my app wrapper script starts?
So I recently made an .app wrapper for a zsh script, but when I run it, the icon for the app keeps hopping in the Dock.
The app is basically:
% find Example.app -type f
Example.a …
