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

How to display Child form on the top of all elements of MDI form

I have created a MDI form and also a Child form. However my MDI form contains a ribbon menu docked in top, sidebar docked in left and a Panel container docked to be filled. Now when i am invoking the child form, it gets shown behind all theses MDI…
Django Anonymous
  • 2,987
  • 16
  • 58
  • 106
0
votes
1 answer

Programmatically add an alias to the Dock in OS X

I know it is not recommended, but is it possible? The only references I can find relate to updating com.apple.preferences.plist but those changes will not take effect until the next time the Desktop is restarted
Daniel Lopez
  • 3,297
  • 2
  • 30
  • 29
0
votes
1 answer

how to use dock window & non-dock together

I need some part of UI to behave like dock window, but not all. I wonder if that's possible to mix the two. Say, I want 3 datagrids to be fixed in their positions, but I want settings windows to dock on right side or in middle of main window, when…
toosensitive
  • 2,335
  • 7
  • 46
  • 88
0
votes
3 answers

Can the Windows Mobile device detect when it's docked?

I have an app and I need to know when the windows mobile device it's running on is docked, any ideas how to do this?
meds
  • 21,699
  • 37
  • 163
  • 314
0
votes
1 answer

How to place Forms controls?

I have a Form and I want to add two controls: a ComboBox and a ListView. The ComboBox has to occupy the upper part, while the ListBox all the remaining space. Like in the following picture: What have I to do? What are the right properties to…
Nick
  • 10,309
  • 21
  • 97
  • 201
0
votes
1 answer

Custom dock with jquery

I am attempting to create a show/hide doc with jquery. Now I am animating the top position from -200pc to 0 with this code: $('#play-the-series').click(function(){ $('#main-nav #content').animate({ top: '0' …
EZDC
  • 682
  • 1
  • 17
  • 33
0
votes
0 answers

Facebook messenger application like docking

The Facebook messenger for windows 7 docks on the side of the screen and does not allow any other application to go on top of it.For example when i maximize another window , it does not cover the Facebook window. How can i do this in java. So far i…
Mustafa
  • 1,738
  • 2
  • 24
  • 34
0
votes
1 answer

Dock icon in Mountain Lion disappears for open app

This is a perplexing issue: a program icon for a RUNNING program disappears from my Mountain Lion (10.8.1) Dock once the documents it was displaying are closed. The offending App is TextEdit, although I suspect this will also happen in other apps.…
goddogsrunning
  • 1,099
  • 8
  • 8
0
votes
1 answer

Calulating free area in CFrame

I have 4 CToolbars in MyCFrame. They are docked on MyCFrame. How can I calculate free CFrame client area? I need to find some CRect with value (CFrameClientRect without size of docked bars).
diego2la
  • 97
  • 10
0
votes
1 answer

Where are the API for short range communication with iOs?

I want to develop an IOS program that will communicate with internet and also communicate with nearby stuffs. Basically we want to notify the iPhone of cars plate numbers that's coming in. I understand how iPhone can communicate with internet. But…
user4951
  • 32,206
  • 53
  • 172
  • 282
0
votes
3 answers

How to dock multiple plots/images in main figure window?

I have a GUI that shells a program generating a plot as output. Each time the user presses 'OK', a new plot is made, appearing in a new window. What I'd like to have is the following: User starts GUI, enters required input parameters and presses…
kadéem
  • 187
  • 2
  • 10
0
votes
1 answer

Cocoa : Access the event queue ?

I've an app that opens a menu when clicking on the dock icon (- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag) The menu "stops" the execution of the current thread until it's closed. Therefore, I…
Matthieu Riegler
  • 31,918
  • 20
  • 95
  • 134
0
votes
1 answer

OSX/Cocoa : adding objects on the Dock

For one of my software, I might need to have to add some objects that could have the same behavior as any of object already present (apps/stack etc.), having a contextual menu. Is it some how possible ? Thx.
Matthieu Riegler
  • 31,918
  • 20
  • 95
  • 134
0
votes
2 answers

Delphi & Vista Dragging Forms Glitch

I wondered if you have a work around for the problems with docking forms in Vista, such as the close button being partially obscured, and the gray border when being dragged rendering extremely slow, making a appearing / disappearing…
Steve Hill
-1
votes
1 answer

Is there a Grid Alignment System in JavaScript?

I was wondering whether anyone knew of a JavaScript alignment system like the one on this page: http://trilancer.com/jpolite2/index1.html where you can drag the modules on the page into place? Thanks in advance.
Gabriel Ryan Nahmias
  • 2,135
  • 2
  • 26
  • 39
1 2 3
31
32