ScreenSaverView and subviews
ScreenSaverView and subviews
- Subject: ScreenSaverView and subviews
- From: Jesus De Meyer <email@hidden>
- Date: Sat, 5 Jul 2003 22:48:24 +0200
I'm doing a little test screensaver which uses a custom view from a nib
file. Now the view gets loaded and get show in the screensaver, but it
the subview doesn't fit the screen. I have tried setting the frame from
the subview but when I do so, I just get a white screen.
Here's my code in the initWithFrame method:
[self setAnimationTimeInterval:10];
wv = [[wo webView] retain];
//resizing wv doesn't work
[self addSubview:wv];
[self setNeedsDisplay:YES];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.