Questions tagged [dock]

A dock or Quick Launch bar is a graphical user interface element that typically provides the user with a way of launching, switching between, and monitoring running programs or applications. The dock can exist as an autonomous entity or incorporated within another GUI element, such as a Taskbar.

A dock or Quick Launch bar is a graphical user interface element that typically provides the user with a way of launching, switching between, and monitoring running programs or applications. The dock can exist as an autonomous entity or incorporated within another GUI element, such as a Taskbar.

The earliest known implementation of what we now know of today as a "Dock", is the icon bar in RISC OS, released in 1987.

Other early implementations of the dock concept include the Dock at the right side of the screen in NeXT's NEXTSTEP operating system in 1988 (which led to Apple Inc.'s Mac OS X). The Common Desktop Environment that Sun Microsystems and others introduced in 1993 uses a dock. In 1994, OS/2 3.0 Warp also introduced a floating dock to its interface similar on CDE. Microsoft Office provided the Office Shortcut Bar between the 1993 version 4.0 and XP versions of the product, similar functionality has been offered via a section of the Windows task bar, in all variants since Windows 98, or on Windows 95 or NT 4.0 systems patched with the Windows Desktop Update.

AmigaOS 3.9 and newer versions include a standard dock utility called AmiDock. It was a third party freeware utility which became de facto standard into AmigaOS previous than 3.9 and then included in the OS since AmigaOS 3.9 launch in 2000. AROS Intel based AmigaOS clone keeps available to its users the freeware utility called Amistart, and leave them free to install it. MorphOS has its own docking utility included standard into the system, but is not compatible with Amiga Amidock.

Other dock implementations included: Apple's Newton OS in 1993 and iOS (iPhone OS In 2007-June 2010) in 2007, and a variety of third party applications are available that can add dock features to operating systems such as Microsoft Windows and Linux. The patent on Apple's desktop implementation was applied for in 1999, the year before the new Mac OS X interface was first publicly demonstrated, and granted in October 2008.

Early beta versions of Be Inc's BeOS had an icon containing dock located on the left hand side of the screen, before they developed their own hybrid taskbar approach. The Xfce desktop environment and the Étoilé desktop environment are open source projects that provide docks inspired by CDE and OS X respectively.

Source:http://en.wikipedia.org/wiki/Dock_%28computing%29

477 questions
7
votes
1 answer

How can I add a menu to the application in the dock?

When you right click on the application in the dock a context menu pops up. How can I add a menu item to this? As for example with Safari you got New window in the context menu.
Mark
  • 16,906
  • 20
  • 84
  • 117
7
votes
1 answer

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 be in the tray. I've seen other OSX applications…
mystro
  • 347
  • 3
  • 11
7
votes
2 answers

How to open device dock settings programmatically?

I have to open device dock setting through code. I searched but not got proper solution. In samsung galaxy s-3 it goes through settings->Accessory. I tried following code but didn't work startActivityForResult(new…
The iCoder
  • 1,414
  • 3
  • 19
  • 39
6
votes
1 answer

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() qt_mac_set_app_icon() but none of it works: there is no…
Michael
  • 903
  • 1
  • 8
  • 16
6
votes
3 answers

Making a Pure CSS Dock

After playing with CSS 3, I had the crazy idea to make an OS X-style dock with it (a DIV container with elements inside it, which, using the CSS :hover subclass, increase in size upon mouseover). However, I'm running into some strange effects when…
Ky -
  • 30,724
  • 51
  • 192
  • 308
6
votes
1 answer

Transparent dock in Pop!_OS 22.04 COSMIC

After upgrading to Pop!_OS 22.04 (which uses COSMIC interface) I am not able to have a transparent dock. The dock is just solid black and there is no option in settings to change its transparency.
Kvetoslav
  • 443
  • 3
  • 15
6
votes
2 answers

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?
Chetan
  • 46,743
  • 31
  • 106
  • 145
6
votes
2 answers

How do I test my Dock Application

I don't have a Dock, but I'm writing an Dock replacement app. Can I simulate the Clock Dock somehow? I know I can for the Car Dock, but that's not the dock I'm replacing. Can I flip my device to Desk Mode through ADB somehow? Maybe with something…
David Shellabarger
  • 1,523
  • 2
  • 15
  • 23
6
votes
1 answer

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 maximized windows do not overlap it. The first…
Josh
  • 179
  • 1
  • 9
6
votes
0 answers

Can I disable the Dock icon bouncing behavior of a particular OS X app?

Is it possible to modify for example the Info.plist to prevent a certain app from making its Dock icon jump using -[NSApplication requestUserAttention:]? There is a system-wide setting no-bouncing which allows to disable the bouncing behavior…
Lenar Hoyt
  • 5,971
  • 6
  • 49
  • 59
6
votes
3 answers

How to get Position, Width and Height of Mac OS X Dock? Cocoa/Carbon/C++/Qt

I'm trying to get position and width of Mac OS X Dock in my C++/Qt app. But I can only find ways to get Available space of Desktop, it means I can get Dock height, but not width. Is there ways to get Dock position and width using native OS API?
IGHOR
  • 691
  • 6
  • 22
6
votes
3 answers

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 using this method, however, allows the user to…
Smiley
  • 3,207
  • 13
  • 49
  • 66
6
votes
4 answers

How to remove an application Icon from Dock from Mac OSX Mavericks?

I am writing an application uninstaller in which I want to remove the icon of our app from Dock. During instalation the icon was added to dock using the following on commandline: sudo -u "$USER" defaults write com.apple.dock persistent-apps…
user1172562
  • 173
  • 3
  • 7
6
votes
2 answers

Multiprocessing Qt app: How can I limit it to a single icon in the MacOS/X Dock?

I've got a Qt application that (for reasons that are outside the scope of this question) launches each of its windows as a separate process. This works fine, but under MacOS/X, each window/process shows up as a separate entry in the Dock. Thus when…
Jeremy Friesner
  • 70,199
  • 15
  • 131
  • 234
6
votes
1 answer

Hide Python rocket dock icon when using ScriptingBridge

I'm retrieving the current track playing in iTunes, Mac OS X, with ScriptingBridge. from ScriptingBridge import SBApplication iTunes = SBApplication.applicationWithBundleIdentifier_("com.apple.iTunes") print iTunes.currentTrack().name() But when I…
chbrown
  • 11,865
  • 2
  • 52
  • 60
1 2
3
31 32