dock Questions
1
Is it possible to modify for example the Info.plist to prevent a certain app from making its Dock icon jump using -[NSApplication requestUserAttention:]? There is a system-wide setting no-bouncing ...
Toting asked 7/7, 2016 at 11:12
4
Solved
I just would like to know if it is possible to dock a windows form on top of the user screen? I have been trying to do this by manually setting the position of my form to the coordinates I want. Bu...
Mahatma asked 9/7, 2010 at 15:55
8
Solved
How can I change the Dock Icon of a program, in Java, on the Macintosh platform? I have heard about using Apple's Java library (that provides some sort of extra support on the Mac platform), but I ...
12
Solved
How do I set up a shell script to execute from the Mac OSX dock? It seems that simply creating a shortcut will open the file in my editor. Is there a flag I need to set somewhere to tell it to run ...
5
When a SwiftUI app is minimized and the dock icon is clicked. The app won't be deminimized and put to the front just like other apps do.
import SwiftUI
@main
struct MyApp: App {
@NSApplicationDel...
Zaria asked 17/4, 2022 at 18:18
1
Solved
After upgrading to Pop!_OS 22.04 (which uses COSMIC interface) I am not able to have a transparent dock. The dock is just solid black and there is no option in settings to change its transparency.
...
Oxpecker asked 2/6, 2022 at 10:47
2
Adding Google to the dock works like this:
defaults write com.apple.dock persistent-apps -array-add '<dict><key>tile-data</key><dict><key>file-data</key><di...
3
Solved
How to move/dock the "Outline" Panel to the right of the editor
1. So we can have more "vertical" space in the left for the explorer...<br>
2. and also more "vertical...
Epicure asked 6/10, 2020 at 10:36
7
Solved
I want to make a preference for hiding the Dock icon and showing an NSStatusItem.
I can create the StatusItem but I don't know how to remove the icon from Dock. :-/
Any ideas?
Doxia asked 6/3, 2009 at 23:15
1
I am trying to create a customized dock menu for my swift application in the dock so that when the user right click on the dock tile of my app after it has been launched, it will show my customized...
Boomerang asked 24/4, 2020 at 0:7
3
I have a weird problem. My iPad app on iOS12 works fine, but on padOS13 it shows problems.
On the simulator, it won't show in the dock.
On the device, it shows in the dock, but tapping there won't...
2
Solved
Is there a way to report every mouse click on the application dock icon?
2
Solved
I'm trying to remove (all) items from the dock. I can remove them by name like so:
tell application "System Events"
tell UI element "Launchpad" of list 1 of process "Dock"
perform action "AXShow...
Highway asked 13/5, 2019 at 23:28
3
Solved
I'm trying to get position and width of Mac OS X Dock in my C++/Qt app.
But I can only find ways to get Available space of Desktop, it means I can get Dock height, but not width.
Is there ways to ...
6
Solved
I'm trying to do something very simple that is giving me huge problems in C# Winforms. I have two group boxes on a TabPage. One docked right and one docked bottom. I also have a Chart on the page (...
1
Solved
I am trying to set the Dock icon in Java 9.
With previous versions of Java this was possible with something like
com.apple.eawt.Application.getApplication().setDockIconImage(image);
but unfortuna...
8
Solved
Is there any complete guidance on doing AppBar docking (such as locking to the screen edge) in WPF? I understand there are InterOp calls that need to be made, but I'm looking for either a proof of ...
4
Solved
After upgrading to OSX 10.8.4, background Java processes started placing a Java Cup icon in the Dock. It causes the currently active window to loose focus which is very annoying when running some s...
2
How can I launch Emacsclient with GUI from the Dock (or maybe also from the terminal) on Mac OS X?
The EmacsWiki describes how to create an "Emacs from Dock" app using Automator. It worked for me ...
Imprescriptible asked 13/9, 2016 at 8:1
2
I am not able to move buttons inside of a dock panel to the right, I tried few solutions, and after all I put them in stack panels and tried to move them to the right, but acctualy they wont move a...
4
I am writing an application uninstaller in which I want to remove the icon of our app from Dock. During instalation the icon was added to dock using the following on commandline:
sudo -u "$USER" d...
Emelineemelita asked 12/11, 2013 at 0:11
2
Solved
I am creating an app in which I want to give the user the ability to show or hide the dock icon at run time. I have a preferences window with a checkbox, setting a user default value, which fires t...
2
When I add my UserControls to a FlowLayoutPanel, they display properly. When I change the Dock or Anchor properties on the UserControls before adding them, they are still added but do not render.
...
Conceive asked 15/9, 2011 at 19:51
2
Solved
How can I get the position of my application's dock icon using the Accessibility API?
Irrational asked 13/7, 2011 at 19:11
1
When you right click on the application in the dock a context menu pops up. How can I add a menu item to this?
As for example with Safari you got New window in the context menu.
1 Next >
© 2022 - 2025 — McMap. All rights reserved.