objective c - Hide app icon in dock when minimized -
i new @ mac osx development.
the app creating requires removing app icon dock throughout application. app allows minimizing , closing of app window. relaunching or reopening of closed or minimized app window done clicking app's icon status bar.
i able set dock icon disabled during app launching; however, when app minimized (clicking minimize button), captures image of app's current window , adds dock. don't want occur. app should not add item dock.
questions:
- does apple allow removal of app's re-launcher image dock when minimized?
- if apple allows this, how can hide or remove app dock?
any big help! thanks!
you cannot disable display of proxy tile when window minimized -- that's primary way users restore minimized window. if you'd rather window disappear entirely when it's not being used, disable minimization (in window's flags) , have user close window instead.
Comments
Post a Comment