For days I'm trying to resize 2 subviews of a NSSplitView
programticly. It kinda works but the views are too slow drawing
themselves. I somehow think I should trigger a live resize so the
subviews no they gotta be fast (they are optimized for it and it
works just fine when manually moving the divider.
here is the code I use to resize my views. I still hope, people can
help me:
// right aligned -> right view is repositioned and only for vertical
splitter
//BUGBUG: Enable liveResize
-(void) resizeForLeft:(NSSize)leftSizeAtTheEnd RightSide:(NSSize)
rightSizeAtTheEnd withAnimation:(BOOL)flag {
[self releaseAnimationAndReset:YES];
Regards,
Dominik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden