Hi you all! Does anyone know what are the following AS Studio handlers’ names in ASObjC?
on should close
on will move
on will resize
on will miniaturize
on will zoom
on will resize sub views
Thanks in advance
Hi you all! Does anyone know what are the following AS Studio handlers’ names in ASObjC?
on should close
on will move
on will resize
on will miniaturize
on will zoom
on will resize sub views
Thanks in advance
Have a look at the NSWindowDelegate Protocol Reference in the xcode docs, I think you’ll find the cocoa equivalents there.
Ric
Great, a lot of stuff there and that’s exactly what I was looking for! Thank you!
…even if… well, I found everything but “on will resize sub views”. Ideas?
The only one I’m aware of is the splitViewWillResizeSubviews method in the NSSplitViewDelegate Protocol
Ric
Exactly what I was looking for.
Thanks again!