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

Telerik ASP.NET AJAX - Ajax Update Label with dynamic created Docks

i try to Update a simple Label on Close Event of dynamic created RadDock. Works fine so far, Label gets the correct values but doesnt updates it. RadDock dock = new RadDock(); dock.DockMode = DockMode.Docked; …
csharpnoob
  • 505
  • 1
  • 9
  • 24
0
votes
2 answers

Dock Icon twice of same instance and Non-Gui process wrongly tagged "not responding"

I have a problem with my app written in C++. After I started my app, it run 3 subprocesses. In the activity monitor it looks so: MyApp - process1 - process2 - process3 process1 is a vncserver. If a client connects, the "process1" is now called…
plettix
  • 133
  • 2
  • 9
0
votes
1 answer

Bind or marge or dock the conetnt of sub form into the main form

I have system where from the main from will generate some sub forms. My point, when the user need to merge the child information on the main form, to see the child form as part of main form. Such like many system, when view sub window, then it is…
Hana90
  • 943
  • 5
  • 17
  • 37
0
votes
1 answer

ACTION_DOCK_EVENT subtypes

I need to know when the device is connected or disconnected to a dock (car or desk). To do that I have a broadcast receiver and this line in the Manifest: And this is the…
Ton
  • 9,235
  • 15
  • 59
  • 103
0
votes
2 answers

Suggestion for dragster/dropzone like dock menu

I'd like to create a dragster/dropzone like dock menu. Looks a bit like a stack with a nsview in it. After a lot if documentation searching and googling I've found a way to determine a dock icon's location.…
Ger Teunis
  • 945
  • 1
  • 14
  • 30
0
votes
1 answer

Add Spacer Tile to Mac 10.9.3

Since receiving a new Macbook with 10.9.3 installed, I have not been able to create spacer tiles in the Dock. Running the following commands normal and sudo yield no result: defaults write com.apple.dock persistent-apps -array-add…
iamredseal
  • 31
  • 4
0
votes
1 answer

Is it possible to dock wx.auiManager panes onto tops/bottoms of another panes?

with this code: import wx import wx.aui class MyFrame(wx.Frame): def __init__(self, parent, id=-1, title='wx.aui Test', pos=wx.DefaultPosition, size=(800, 600), style=wx.DEFAULT_FRAME_STYLE): …
aF.
  • 64,980
  • 43
  • 135
  • 198
0
votes
2 answers

Adobe Air System Tray / Dock Icon Menu Handlers

I'm working on an Air app (JavaScript, not Flex) and I cannot make system tray (dock on Mac) menu handlers to work. I can see my custom menu when I right-click on system tray (dock) icon, but when I click on the menu items, nothing happens, callback…
Kvakes
  • 31
  • 3
0
votes
0 answers

AppBundler App doesn't stop hopping in Dock

I use AppBundler vers 1.0 for bundling my jar file to a OSX App. My application does not have any UI and I think this is the reason why my problem occurs: When starting the app the icon will hop on the dock just like any other app would do, but it…
user3471768
0
votes
1 answer

iPhone SDK TV Output

does someone know something about TV output with dock connector. I would like to create a new application that use TV output. Is there some official API/documentation? Thx, Paolo
SlowTree
  • 1,275
  • 1
  • 10
  • 19
0
votes
0 answers

How do I reserve screen space for my VB application

Hi I know this may seem like a simple question, but I have been searching the internet for weeks and can't seem to find a straight answer. Basically I am trying to make my own sidebar that will always be on the side of my screen. Similar to how the…
slister
  • 769
  • 1
  • 13
  • 29
0
votes
1 answer

how to prevent control disappearing when form's width is decreased?

I want to make a resizable menu on the top of my main Windows form. I added a TableLayoutPanel and set its Dock property to Top. There are equal 4 columns on this TableLayoutPanel. I have added a button on every columns and set their Dock property…
cihadakt
  • 3,054
  • 11
  • 37
  • 59
0
votes
0 answers

x11 query top-level windows and map them to application which created it (making task bar)

I want to recreate what DockBarX does but in Java. So I need to be able to query the top level windows in X11 (I can do that already) find the PID (got that too : _NET_WM_PID) but then map that to the application that created the window. I need to…
Peter Quiring
  • 1,648
  • 1
  • 16
  • 21
0
votes
0 answers

Setting Custom Docks for ALL users in Mavericks?

I work in a domain setting where the domain is managed by Active Directory. The macs are set up with domain logins, no local profiles. I am trying to set the default dock for Mavericks. I used to copy the com.apple.dock.plist file into the template…
0
votes
1 answer

Why I can't see some controls when I'm using Syncfusion to docking them in C#.NET?

I'm using Syncfusion 6.1 to dock my controls in my main Form in C#.NET. When I use below code to show my control, I can't find some controls in my form. MainPageDockingManager.SetDockVisibility(myControl, true); I know that Syncfusion store the…
Ali Sepehri.Kh
  • 2,468
  • 2
  • 18
  • 27