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

OSX two dock icons for same application

I have two versions of the same application: version 1 located in /Applications(app1) and version 2 located in /Application Support(app2). In this context, I want that when launching app1, to redirect to app2, that means quitting app1, and launching…
ciprian
  • 175
  • 7
0
votes
0 answers

(Mac OS X) How to get the sizes/rectangles of the Dock and Menu bar?

I can`t find any info about: how to get the dock size/rect? Also How to get the menu bar size/rect? (and all it sub-parties as status menu rect, application menu rect, etc.)
AeroSun
  • 2,401
  • 2
  • 23
  • 46
0
votes
1 answer

Size of controls when anchoring/docking is problematic

I'm having some problems with anchoring and resizing stuff in my forms. This (above) is what the control looks like in the first instance when the user's focus is on groupbox1. All good. Notice groupbox2 is anchored on all 4 sides. Now, when the…
Code Vader
  • 739
  • 3
  • 9
  • 26
0
votes
0 answers

Programmatically get/set the bundle-identifier (not CFBundleString) & _CFURLString of the app that gets written to com.apple.dock.plist

Firefox allows you to run multiple profiles in parallel, which puts multiple icons in the dock. This gets confusing, so my users of my Firefox addon, free open source, requested two features: One to change the icon per their selection per profile.…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
0
votes
1 answer

Change app icon during runtime

In OSX 10.5+ the application icon is drawn on the miniaturized windows. Mac Developer Library :: AppKit Framework Reference > NSDockTile > setShowsApplicationBadge: Miniaturized windows include the application badge by default to convey the…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
0
votes
2 answers

how to change dock icon using setContentView to display one big character in mac os x

I want to change the dock icon of an app into one big character like an "A" or "B" for example using swift or objective C
0
votes
1 answer

OSX make command line app show icon in dock while running

I have a simple command line app #include int main(int argc, const char* argv[]) { sleep(100); return 0; } Is it possible to make that command line app show an icon in the dock while it's running or do I have to turn it into a full…
gman
  • 100,619
  • 31
  • 269
  • 393
0
votes
1 answer

How can I display multiple dock items for jFrames within one Java application?

I have a modular Java application: a single jar launches a 'control panel', from which the user can open several modules. Each module uses its own jFrame. (A discussion of whether this is a good or bad practice can be found here - in my case the…
rosa
  • 108
  • 1
  • 5
0
votes
1 answer

How to create a FullScreen NSWindow which should show the dock but hide menu bar?

I'm new to OS X. I would like to to create a fullscreen NSWindow which should show the dock but hide menu bar like launchpad.
Vibin
  • 1
  • 3
0
votes
1 answer

How to keep the Spring Tool Suite maven JVM processes from placing java icons on Dock for a mac?

Using: Mac OS X 10.9.5 Spring Tool Suite 3.6.1.RELEASE Using the maven-surefire-plugin to run unit tests in a forked mode. Spring Tool Suite 3.6.1.RELEASE Using the maven-surefire-plugin to run unit tests in a forked mode. All the solutions to…
pjtallman
  • 23
  • 4
0
votes
1 answer

setting an central widget for a tab page

I have created an QTabWidget with Tabs. Now I want to set an CentralWidget for an only TabPage, I have tried this with this code: msgList = new QListWidget(ui->msgTab); msgList->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); But…
Jan
  • 139
  • 10
0
votes
1 answer

User controls do not properly fit on the screen

My application has several controls. Like in one screen has TreeView on left side, GridView with paging in the middle and 4 buttons at right side. The controls properly appear when the form is in a maximized state, but if I minimize it the controls…
Royson
  • 2,851
  • 13
  • 36
  • 50
0
votes
2 answers

How to hide a Mono application on the OSX Dock

I have a Mono application that should not show on the dock, but will occasionally show a window. I want neither menu bar nor dock icon to show for this application. I have my application wrapped in an app bundle, and my info.plist file has the…
Chris
  • 236
  • 3
  • 13
0
votes
2 answers

Universal control - simple question about dock and anchor

I use Visual Studio .NET to develop internal applications. I create a Windows control that will display custom status bar information. Different developers will use the control to display the same information in many different applications. The…
vts123
  • 1,736
  • 6
  • 27
  • 41
0
votes
1 answer

How to Dock a control in Monodroid?

I want to dock the image-button (btn_add) to bottom of the activity. I found couple of similar questions on there but they were useless for me. Because of the way I used Scroll & Linear & Relative layout. (Actually I can't set a relative-layout as…