Re: Dynamic UI
Re: Dynamic UI
- Subject: Re: Dynamic UI
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 30 Nov 2003 09:22:46 -0800
On Nov 30, 2003, at 9:03 AM, George Bridgeman wrote:
How can I adjust the number/position/size/type of controls on the UI
at runtime? [...] As the UI is defined by the NIB file, I'm guessing
not.
From
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaOverview/Articles/DevelopmentEnviron.html>:
"A nib file is actually a file wrapper (an opaque directory) that
contains the objects appearing on a user interface in an archived
form."
You can still, obviously, send messages to the objects in the UI...
NSControl is a subclass of NSView. You can move and resize views at
runtime:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/DrawViews/
Tasks/MovingResizingViews.html>
mmalc
_______________________________________________
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.
References: | |
| >Dynamic UI (From: George Bridgeman <email@hidden>) |