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
10
votes
1 answer

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 problem is on Mac, because only there the icon is…
hurtledown
  • 673
  • 6
  • 18
9
votes
1 answer

Changing Eclipse Dock Icon

So a while back, I downloaded Eclipse for JS developers. It always launched with the "JS" icon showing in my Win7 dock. Recently, I started using Eclipse for Java EE development, as well. But regardless of what perspective I'm using, the dock icon…
wisner
  • 523
  • 1
  • 5
  • 18
9
votes
1 answer

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 Downloads folder. No problem with this, but I want the…
Manlio
  • 10,768
  • 9
  • 50
  • 79
9
votes
2 answers

Adding an NSProgressIndicator to the dock icon

I'm creating an application which should show a progress bar in the dock icon. Currently I have this, but it's not working: NSProgressIndicator *progressIndicator = [[NSProgressIndicator alloc] initWithFrame:NSMakeRect(0.0f, 0.0f, 10.0f, 20.0f)]; …
user142019
9
votes
2 answers

Launch Emacsclient with GUI (from Dock) on Mac OS X

How can I launch Emacsclient with GUI from the Dock (or maybe also from the terminal) on Mac OS X? The EmacsWiki describes how to create an "Emacs from Dock" app using Automator. It worked for me but I don't want to launch Emacs but Emacsclient. So,…
Mekeor Melire
  • 502
  • 5
  • 15
8
votes
4 answers

How to connect an iOS device to a custom USB device?

I'm developing a custom electronic device - think of it as a special kind of data logger, and I need to connect a computer to it to configure it and to extract the data. I know I can do this without too much trouble on a PC, but I'd like to use an…
Steve
  • 6,332
  • 11
  • 41
  • 53
8
votes
3 answers

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?
Michael Wildermuth
  • 5,762
  • 3
  • 29
  • 48
8
votes
3 answers

Failure to launch app from dock on iPad with PadOS13

I have a weird problem. My iPad app on iOS12 works fine, but on padOS13 it shows problems. On the simulator, it won't show in the dock. On the device, it shows in the dock, but tapping there won't launch it. I've put breakpoints into the app…
August
  • 229
  • 4
  • 6
8
votes
3 answers

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 root. I like to inform the user when the app is…
Thomas Tempelmann
  • 11,045
  • 8
  • 74
  • 149
8
votes
2 answers

Hide Dock icon without closing window

I am creating an app in which I want to give the user the ability to show or hide the dock icon at run time. I have a preferences window with a checkbox, setting a user default value, which fires the following code using KVO: if (!hideDockIcon) { …
sgvd
  • 3,819
  • 18
  • 31
7
votes
6 answers

DockStyle Fill for RunTime Generated Controls

I'm trying to do something very simple that is giving me huge problems in C# Winforms. I have two group boxes on a TabPage. One docked right and one docked bottom. I also have a Chart on the page (System.Windows.Forms.DataVisualization.Charting).…
ImGreg
  • 2,946
  • 16
  • 43
  • 65
7
votes
1 answer

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 erases the dock icon without reclaiming its space and…
ctpenrose
  • 1,467
  • 2
  • 18
  • 28
7
votes
1 answer

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 right click on a tool window title bar. Is this…
Alan Spark
  • 8,152
  • 8
  • 56
  • 91
7
votes
2 answers

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. According to "How to: Anchor and Dock Child Controls"…
user664939
  • 1,977
  • 2
  • 20
  • 35
7
votes
3 answers

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 left to right). Unfortunately it looks like the…
Alex
  • 2,114
  • 9
  • 25
  • 34
1
2
3
31 32