I have an application that has this code in a method which is called after it 
launches another application, in order to hide itself:

  dim p As new ProcessMBS
  
  p.GetCurrentProcess
  
  if p.MacCreator = kAppSignature Then // kAppSignature is its own MacCreator 
-- it's looking for a match on itself
    p.Visible = False
  end if

This works great in Snow Leopard and earlier versions of Mac OS X. The 
application is hidden away, and its icon goes to the end of the App Switcher 
display that appears when you hit Command-Tab.

In Lion, it hides the application, but the application simply gets moved down 
one notch in the App Switcher, like any other application that was just 
deactivated. Is there something I can do in Lion to reproduce the earlier 
behavior? 
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to