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:

  1. does apple allow removal of app's re-launcher image dock when minimized?
  2. 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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -