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

How to pin items in the MacOS dock programatically without killing the dock?

I want to pin an item (an app or a .webloc file) in the MacOS dock. I have seen in other forums and threads that it could be done using the following command. defaults write com.apple.dock persistent-others -array-add…
-1
votes
1 answer

How to undock Game Window for SetParent

Hello everyone. [DllImport("user32.dll")] public static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent); public void DockAllNote(System.Windows.Forms.Panel panel) { Process[] MultiClients =…
ÖMER
  • 15
  • 6
-1
votes
1 answer

winforms - usercontrol with dockstyle fill not correct size during form load

My main form has two panels, left docked and right docked. The right side panel has two child panels with top dock and bottom dock settings. The usercontrol is added to the right side top panel. My usercontrol has a panel and a label. The panel is…
TWood
  • 2,563
  • 8
  • 36
  • 58
-1
votes
1 answer

Delphi 2007 - ManualFloat causes widget controls to float above all other windows

we have some Widget controls in a Delphi 2007 application. The widgets inherit from TWinControl. On the widget we call the TControl method ManualFloat to undock the widget. The issue is that when MainFormOnTaskBar is true calling ManualFloat…
There is no spoon
  • 1,775
  • 2
  • 22
  • 53
-1
votes
1 answer

how can i stack the open documents (textedit) file icons in the dock?

I have about 20 textedit documents open and don't like seeing them in the dock. Is there a way to stack them so that they take up only one space on the dock? Or not show them at all?
Darby
  • 769
  • 1
  • 8
  • 26
-1
votes
2 answers

Docking library for C#

I'm looking for a Docking library for using in the C# application. It can be designed for WPF, but I prefer WinForms applications. Of course, it should provide standart docking opportunities. I'm going to use it in an application where user can…
alexeykuzmin0
  • 6,344
  • 2
  • 28
  • 51
-1
votes
1 answer

Ubuntu 12.10 auto-hide dock fragments

I just installed a new graphics card (NVIDIA GTX 650) to my Ubuntu 12.10 computer. Since installing the card, the Ubuntu dock leaves a grey bar whenever the dock autohides. Has anyone of you experienced that kind of behaviour? Thanks in…
user1050133
  • 324
  • 5
  • 12
-1
votes
2 answers

desktopdock or stardock in Qt

Is there any opensource/sample application in qt/c++, just like desktopdock or objectdock..?
apache
  • 133
  • 1
  • 2
  • 9
-2
votes
0 answers

dock remains even after disabling dash to dock debian

Perhaps there is a bug with dash to dock or debian defalut dash. When I enabled dash-to-dock extension and used it for a while, I locked the screen and hang out a little, when I returned I found the dock bar showed on the lock screen. I loggin my…
-2
votes
1 answer

NameError: name 'AUTH' is not defined

from django.contrib.auth.models import AbstractBaseUser, BaseUserManager, PermissionsMixin class User(AbstractBaseUser, PermissionsMixin): email = models.EmailField(unique=True) name = models.CharField(max_length=150) objects =…
Darwin
  • 1,695
  • 1
  • 19
  • 29
-3
votes
1 answer

How to get icon back in dock(Mac)?

I delete by mistake. How can I get it back? Thanks!
testcode
  • 131
  • 1
  • 6
-5
votes
1 answer

Dockable div wih css

I need to have a div, docked to right, with fixed horizontal size. I dont know how to set a correct position for it. his left coord must be smth SCREENWIDTH - 500. I see only left positioning with position absolute. This is really not what i want.
Alexander
  • 431
  • 2
  • 5
  • 19
1 2 3
31
32