dock

Can't change this javascript to read less for height than width on mousemove

Hey, So I'm trying to set up this jQuery CSS dock menu and you can enter in a proximity in the setup. The proximity determines when the zoom will be triggered, but you only get to put in one distance -- same for height and width. How can I change this code to allow to enter in a single one for height and a single one for width -OR- how ...

OS X: Setting at runtime the Application name as it appears in Dock and Menu Bar

I have an app that may get launched with current user's or with root permissions. In fact, there's the possibility that the app runs twice at the same time - once under the current user and once as root. I like to inform the user when the app is running under root. Currently, I show this in its window title, but I'd prefer to change th...

Giving focus to GNOME docked window

I've got a GTK/GDK docked window that I need to give keyboard focus to, so accelerator keys (shortcuts) work. Does anybody know if GNOME even allows a docked window to have keyboard focus, and if so, how can I enable it? Thanks, Mike ...

Can NSDockTile accept mouse events?

As the title states, I've tried adding standard NSResponder methods to the NSView subclass that I'm using with my app's NSDockTile, but it doesn't accept any kind of events. Has anyone successfully done this? (Is it possible?). ...

Iphone syncing via cable

Hi guys I've made an IPhone App that communicates to a service by calling a webservice and exchanging data as xml. For this to take place, there should be WIFI access. What I'm trying to do now is to do the same but in places without WIFI access. The only way I can think of doing this would be through the USB cable (dock cable?). Unfor...

Mac shell script running java program puts two icons in the dock

I have a Mac application bundle which is executing a shell script. The shell script calls java program 1 to do some stuff and then launches the main java application. This process leaves one icon in the Dock for the shell script which shows the name from the application folder and one icon in the Dock for the java program. Is there ...

Closed state of QDockWidgets not restored by restoreDockWidget?

I'm trying to get the positions and state of QDockWidgets saved/restored when the application is exited and relaunched. The flow in my main window is as follows: restoreState(state.toByteArray()); // Dock widget gets created restoreDockWidget(dockWidget); This works great excepted for one thing: if dock widgets are closed when the a...

Child docked window

Greetings, I would like to have child window docked next to my parent window. If I move parent window, child window should be also moved. This image should explain what i would like to achieve. Can someone help me please. I'm writing in WPF. Does anybody has an idea how to do this? ...

iPhone SDK TV Output

Hi all, 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 ...

change dock-title programmatically

Is it possible, to change the title of my application at runtime, which is displayed in the dock? ...

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

Hello, 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): wx.Frame.__init__(self, parent, id, title, pos, size, style) self._mgr = wx.aui.A...

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. (http://cocoadev.com/forums/comments.php?DiscussionID=1431) Is nzbdrop creating a view which just looks like an stack to display...

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

Hi, 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; dock.UniqueName = Guid.NewGuid().ToString(); dock.ID = string.Format("RadDock{0}", do...

Dropping Files onto Dock Icon in Cocoa

How can I drop a file(or select to open it in Finder) of a type specified in the Info.plist onto my dock icon and then calling a method with the full path of the file? ...

How to do Animation like Dock in Macintosh [iPhone]

In iPhone I want to do animation like Dock in Mac how can I do. please suggest me. thanks. ...

OS X Dock API? Retrieve OS X active application's icon with badges and other modifications.

Is there an API for retrieving the icons of the currently open apps on Mac OS X? I am trying to retrieve all the icons of the active applications along with any badges on top of the application (i.e. number of new messages in mail, or current download rate in Transmission). Is there some sort of Dock API? The only mention of an OSX API ...

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 control must always be displayed at the bottom of the parent form in every application. It mus...

Programatically setting the dock:name Java Mac OS X JVM property

Is there a programatic alternative to setting the dock:name Java Mac OS X property by doing java -Xdock:name="My App Name" -jar myapp.jar , or is this the only way to set the dock:name property? ...

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 LSUIElement set to "1". This does not seem to be hiding my application from the Dock. I hav...

User controls do not properly fit on the screen

Hi, 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 do not properly fit on the screen. I tried with different different tricks like tab...