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
4
votes
3 answers

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 part (where the menubar+desktop slide to the left)…
YllierDev
  • 571
  • 4
  • 16
4
votes
2 answers

Double cursor 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 dock (cursor is still inside window) system…
Chudziutki
  • 41
  • 1
4
votes
5 answers

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 below: Before Dragging/Docking During…
user741875
4
votes
2 answers

Gitlab ci selenium testing with docker not connecting to RemoteWebDriver

I want to run automatically selenium tests with gitlab-ci, docker. Locally everything works fine, but it seems like, there are some connection issues with docker and selenium. The job is failing with selenium.test.dashboard.MyTest > myFirstTest…
Jens H
  • 105
  • 1
  • 10
4
votes
2 answers

How to hide a PyQt application's icon from Mac OS X dock

How do I make a PyQt application (with which the user interacts solely via the system tray (in the Menu Bar)) hide itself from the Mac OS X dock?
Sridhar Ratnakumar
  • 81,433
  • 63
  • 146
  • 187
4
votes
1 answer

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 dock using com.apple.dock.plist, I can know the…
Ael Khan
  • 41
  • 2
4
votes
1 answer

Is there a way to place the appbar at the bottom in flutter?

Is there a way to dock the appbar at the bottom in flutter? Thanks.
Raul Marquez
  • 948
  • 1
  • 17
  • 27
4
votes
1 answer

Drop on Dock Icon

I was looking through the docs to find how to allow dropping on the dock icon. From what I've seen, it is recommended that you use LSItemContentTypes, as CFBundleTypeOSTypes is deprecated. However, I can not get LSItemContentTypes to work, only…
Nick Paulson
  • 111
  • 1
  • 5
4
votes
1 answer

OSX Java System Tray (menu bar)

Does anyone know of a way to have an application (Java on OSX) run in a system tray state but when a window is visible on the screen to have a dock icon? Currently I have a trade off between having the app running in the tray but also shown in the…
user445136
  • 41
  • 2
4
votes
1 answer

Drag messages from Mail onto Dock using Swift

I am trying to get my application to accept a mail message that was dropped onto my application's dock icon directly from Mail. I have followed this link Dropping Files onto Dock Icon in Cocoa and tried to convert in into Swift and the latest…
iphaaw
  • 6,764
  • 11
  • 58
  • 83
4
votes
1 answer

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.
AP.
  • 5,205
  • 7
  • 50
  • 94
4
votes
2 answers

Cocoa Application with Menubar but no Dock Icon / switch menu

This is yet one more of those "how to switch from running with a dock icon to running without one" questions with a twist.. I don't want the dock icon but I do want a menu bar when the application is at the front. Is that possible? Running an…
Frank R.
  • 2,328
  • 1
  • 24
  • 44
4
votes
0 answers

Mac OS .app package is ignoring the Info.plist

I've written a simple bash script which I have in turn manually bundled into a .app. All I have is the .app container directory, a Contents sub-folder, a MacOS sub-sub-folder, the bash script executable, and the Info.plist file. The executable is in…
fvgs
  • 21,412
  • 9
  • 33
  • 48
4
votes
2 answers

change dock-title programmatically

Is it possible, to change the title of my application at runtime, which is displayed in the dock?
Nobik
  • 771
  • 2
  • 7
  • 20
4
votes
1 answer

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. The image below should explain what i would like to achieve:…
niao
  • 4,972
  • 19
  • 66
  • 114