Am 07.05.2013 um 10:06 schrieb Marnaud <[email protected]>:

> Greetings,
> 
> I'd like to have effects like the “genie” effect, or the window coming with 
> zoom out rectangles (or other effects that are available with 
> TransitionWindow in Carbon). What's the magical command?

There may be none.

The animator does indeed offer some animations:

  dim w as new NSWindowMBS(self)
  
  dim r as NSRectMBS = w.frame
  r.x = r.x + 10
  w.animator.setFrame r


In general we use API for the TransitionWindow function which is Carbon only.

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to