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
0 answers

How to make custom keyboard undock-able?

As of iOS 5, iPad keyboard can undock/split. But my custom keyboard can not undock when my app is first launched. Only after, say, an alert view is shown and dismissed, the keyboard becomes undock-able. I made a test project based on the Single View…
Ding Curie
  • 147
  • 7
4
votes
2 answers

Getting dock area where an MFC CDockablePane was docked

I am working on a project that totally does not want to use the built-in window/dock state and position saving of MFC. This means that in my main frame, I set EnableLoadDockState(FALSE). As much as I love to change it back to TRUE, I can't. I plan…
Detox
  • 71
  • 1
  • 5
4
votes
1 answer

Xcode - Show "scene dock" - it is hidden

at first, I'm not even sure how this thing is really called. On some websites it seems to be called "dock" or "scene dock", well this black bar below an view while editing the GUI in Xcode. Example Image My problem is, that this bar appears in every…
zen
  • 122
  • 10
4
votes
1 answer

LSUIElement=YES + kProcessTransformToForegroundApplication: duplicated dock icons

I noticed some weired behaviour under 10.7.3 and higher (also under 10.8). My app is a little helper app that has an NSStatusItem and a dock icon by default. The user can configure, if he wants to display only the StatusItem, the Dock icon or…
holtmann
  • 6,043
  • 32
  • 44
4
votes
2 answers

Mac status bar item but not on Dock

I'm trying to make a java application on Mac that puts an icon in the status bar, but I don't want the jar icon on the Mac dock (the one that has the coffee cup on the paper). So I tried to use the System.setProperty(java.awt.headless, true)…
Shawn Shroyer
  • 901
  • 1
  • 8
  • 18
3
votes
3 answers

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. LABEL TEXTBOX in each column. You could count…
ab5124
  • 33
  • 1
  • 4
3
votes
1 answer

Detecting Mouse Over Dock, Any Dock Icon Click

Is there any way of detecting when a user has moused over ANY icon on the dock? Furthermore, is there any way of detecting when a user has clicked ANY icon on the dock? There must be a way that hover is detected, since App Store apps like hyperdock…
aroooo
  • 4,726
  • 8
  • 47
  • 81
3
votes
3 answers

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 Bar), but when I click an Item on the Menu a new…
Crackoder
  • 115
  • 1
  • 6
3
votes
1 answer

I got error when try to run docker-compose up -d

Im just getting started with Golang and am trying to build go gin with docker-compose. Here is my Dockerfile FROM golang:1.18 WORKDIR /docker-go # pre-copy/cache go.mod for pre-downloading dependencies and only redownloading them in subsequent…
3
votes
0 answers

Prevent macOS app from staying in 'Recent' section of Dock

My application is an Agent (doesn't show up in dock) until one specific window is shown, before showing that window I set the following to let the dock display the icon: NSApp.setActivationPolicy(.regular) When the window gets closed I set the…
Ruzard
  • 1,167
  • 3
  • 16
  • 33
3
votes
1 answer

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 application?
Mot
  • 28,248
  • 23
  • 84
  • 121
3
votes
2 answers

Plank Dock - wrong icons/wmclass

I have a problem with plank. Unfortunately I could not find any entries here on stackoverflow nor anywhere else that address my problem. Because of this, I decided to open a new question here. My Problem: Some appliactions (.desktop files) show the…
Faetu
  • 53
  • 5
3
votes
2 answers

Add files to Dock on macOS using the command line

How can I add a file to the Dock in macOS using the Terminal? Typically this is done using Finder, by dragging and dropping the file icon into the Dock. I am looking for a programmatic way using the command line / Terminal.
Timur Shtatland
  • 12,024
  • 2
  • 30
  • 47
3
votes
1 answer

How to create a customized dock menu for my macOS application in the dock using Xcode

I am trying to create a customized dock menu for my swift application in the dock so that when the user right click on the dock tile of my app after it has been launched, it will show my customized item in addition to the default dock menu items. I…
Kenny
  • 429
  • 6
  • 22
3
votes
0 answers

Traefik docker-compose multiple networks

I have Traefik configured just fine with two docker networks. I need has come up recently that I need a third network to configure to proxy traffic to another network. I am trying to add the lan network to the traefik container to proxy request to…
Brandon Wilson
  • 4,462
  • 7
  • 60
  • 90