dock

WPF DevComponents Dock Control will not fill screen.

I am using the DevComponents third-party control to create a screen with multiple docking components organized in three rows, the last row having three columns. I have been successful in creating this layout, however I cannot figure out how to expand the height of the DockSite to the borders of the screen. I have posted the XAML below:...

Cocoa osx: Add a menu item on dock elements for all running applications

I'm working to an application for OSX and I would to add a new menu item on the menu shown when you click on a dock icon. The menu isn't for my application but it must appear for all running apps. I've found only this doc http://cocoadevcentral.com/articles/000036.php but it adds to its own app. My app will run on OSX 10.6 or superior ...

OSX Java System Tray (menu bar)

Does anyone know of a way of if it is possible to have an application (Java on OSX) run in a system tray state but when a window is visible on the screen to have a dock icon? Currently I have a trade off between having the app running in the tray but also shown in the dock and with a menu bar or to have (using the plist hack) the app run...

Copying the entire telerik docklayout from one page to another page

Hello I'm trying to copy the docklayout from one page and try to recreate it in another page. Here is my code- Default.aspx <div> <telerik:RadDockLayout ID="dockLayout" runat="server" OnSaveDockLayout="dockLayout_SaveDockLayout"> <telerik:RadDockZone ID="dockZone" runat="server"> <telerik:RadDock ID="dock" runat="server" UniqueName="d...

css set element on bottom fixed with scrolling

Hello, i'm using the jquery dock in my project, but i have the following problem: i want to set the dock at the bottom of the page permanently. When i resize the height of the page so that i can scroll it, the dock is going with the scrolled page. how can i fix my dock at the bootm like in this demo: http://www.ndesign-studio.com/dem...

how to make child dialog poped-up from and embedded into the parent window by double clicking it in Java SWing?

I want a main window with several child widgets and i want the child widget to be shown in the main frame at the same time and they can coordinate with each other to layout through the main window area. When i double click the child widget it can pop-up and when double click again it can embed back. I have done this in QT by QDockWidget ...

Looking for Windows macro utility that creates toolbars that can be docked in other Windows apps

About 10 years ago there was a macro utility that created toolbars that could be docked within other Windows applications. I can't remember the name of this product and have been unable to find it via Google. Are there any Windows macro utilities that have this capability? I've seen some utilities like Quick Macros (QM) that allow one t...

How to patch xorg-server (about compositing problem of ATI)?

I'm sorry, the official driver of ATI is just woking!!! Here is a solution: http://blog.jasondonenfeld.com/190 I tried to make install xorg-server, but it seems not working. (Download from:http://xorg.freedesktop.org/releases/individual/xserver/) I change the source code as mentioned above..But why? Should I make install all of xo...

Preventing window overlap in GTK

I've got a Python/Linux application that displays bits of info I need in a GTK window. For the purposes of this discussion, it should behave exactly like a dock - exists on all virtual desktops, and maximized windows do not overlap it. The first point is pretty easy, but I have spent days bashing my head against my monitor trying to ...

How to make the dock reload all dock tile plugins?

I am making an application which uses a dock tile plug-in. However, when I recompile my dock tile plugin, the dock still uses the old one, even when I killall the dock. The only way to fix this is by rebooting my Mac, but I don't want to reboot it for every little code change I make. Also, dock tile plugins are poorly documented. Can any...

Adding an NSProgressIndicator to the dock icon.

I'm creating an application which should show a progress bar in the dock icon. Currently I have this, but it's not working: NSProgressIndicator *progressIndicator = [[NSProgressIndicator alloc] initWithFrame:NSMakeRect(0.0f, 0.0f, 10.0f, 20.0f)]; [progressIndicator setStyle:NSProgressIndicatorBarStyle]; [progressIndicator setIndet...

DevEnv Vs2008 crashing on exit when output window is undocked?

VS2008 SP1 I have a bunch of windows (output, call browser, error list, Find Results 1) docked in the lower pane of VS. If I simply undock those windows, then go to File->Exit, VS crashes with "microsoft visual studio has encountered a problem and needs to close" I attach a debugger, it takes me to line 75 of atlcomcli.h "if (*pp)" ...