• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Dynamic UI
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>)

  • Prev by Date: Dynamic UI
  • Next by Date: Re: Dynamic UI
  • Previous by thread: Dynamic UI
  • Next by thread: Re: Dynamic UI
  • Index(es):
    • Date
    • Thread