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
183
votes
12 answers

Executing Shell Scripts from the OS X Dock?

How do I set up a shell script to execute from the Mac OSX dock? It seems that simply creating a shortcut will open the file in my editor. Is there a flag I need to set somewhere to tell it to run instead of opening it for editing?
Wilco
  • 32,754
  • 49
  • 128
  • 160
87
votes
7 answers

How to hide the Dock icon

I want to make a preference for hiding the Dock icon and showing an NSStatusItem. I can create the StatusItem but I don't know how to remove the icon from Dock. :-/ Any ideas?
papr
  • 4,717
  • 5
  • 30
  • 38
66
votes
12 answers

Visual studio forgets window settings and makes a mess

I have this problem where I open Visual Studio and the internal windows are scattered all over the place. None of them are docked; some that should be visible have become invisible and vice versa. I then have to spend ages getting the windows back…
cbp
  • 25,252
  • 29
  • 125
  • 205
64
votes
8 answers

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 either a proof of concept based on a simple WPF form, or a…
paulwhit
  • 8,719
  • 4
  • 29
  • 30
59
votes
4 answers

Stop Java Coffee Cup icon from appearing in the Dock on Mac OSX

After upgrading to OSX 10.8.4, background Java processes started placing a Java Cup icon in the Dock. It causes the currently active window to loose focus which is very annoying when running some script that forks many short running Java processes…
Eugene
  • 826
  • 1
  • 7
  • 7
47
votes
3 answers

Recommendations for a docking library for Delphi / C++Builder?

My team is currently thinking of moving our existing MDI-based application to a more modern, docking-based approach. We're still thinking, but we'd like to move it to something like VS2010's docking and visual look: This has the following…
David
  • 13,360
  • 7
  • 66
  • 130
42
votes
3 answers

Can Margin be enforced even with Dock property set?

I have a WinForms Form with a few controls on it. All of them are GroupBox controls and I want them stacked, with a vertical margin set between them. I have set the Dock property to Top and it stacks them alright, but ignores the margin (controls…
Kornelije Petak
  • 9,412
  • 15
  • 68
  • 96
31
votes
8 answers

How do you change the Dock Icon of a Java program?

How can I change the Dock Icon of a program, in Java, on the Macintosh platform? I have heard about using Apple's Java library (that provides some sort of extra support on the Mac platform), but I have yet to find some actual examples.
Martin Tuskevicius
  • 2,590
  • 4
  • 29
  • 46
30
votes
4 answers

Debugging an iOS app with an external accessory connected via Dock

Am I missing something glaringly obvious or is there no way to debug an iOS app which uses an external accessory that's connected via the 30-pin dock without using a bucket load of logs etc. I want to be able to use things such as breakpoints and…
DJ Bouche
  • 1,154
  • 1
  • 9
  • 17
28
votes
1 answer

What is the difference between Dock and Anchor

I have a windows form which have a lot of controls in that(Listbox,Groupbox,Combobox,TextBox,ListBox etc). I need to resize and arrange the controls automatically whenever the form's size gets changed. I need to know the difference between Dock and…
Sarath Subramanian
  • 20,027
  • 11
  • 82
  • 86
18
votes
5 answers

Dropping Files onto Dock Icon in Cocoa

How can I drop a file(or select to open it in Finder) of a type specified in the Info.plist onto my dock icon and then calling a method with the full path of the file?
Tristan
  • 3,058
  • 6
  • 40
  • 68
15
votes
2 answers

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 the file in that application. How is this done? I'd like to use…
stalepretzel
  • 15,543
  • 22
  • 76
  • 91
12
votes
2 answers

Programmatically setting the dock:name Java Mac OS X JVM property

Is there a programatic alternative to setting the dock:name Java Mac OS X property by doing java -Xdock:name="My App Name" -jar myapp.jar , or is this the only way to set the dock:name property?
ksullivan
  • 496
  • 1
  • 7
  • 12
11
votes
3 answers

Visual Studio Code move or dock the 'Outline panel' to the right side of the Editor

How to move/dock the "Outline" Panel to the right of the editor 1. So we can have more "vertical" space in the left for the explorer...
2. and also more "vertical" space in the right for the Outlined items
Looks like this should be a pretty…
ZEE
  • 2,931
  • 5
  • 35
  • 47
11
votes
4 answers

Docking/Filling in WPF

This seems like such a simple question, but I have been trying for an hour and can't seem to figure it out. All I want to do is fill the MainWindow with a Canvas. I couldn't find any properties to allow this, and the only way I could think of to do…
Eric
  • 2,098
  • 4
  • 30
  • 44
1
2 3
31 32