Re: Cocoa UI
Re: Cocoa UI
- Subject: Re: Cocoa UI
- From: Jerrod Fowkes <email@hidden>
- Date: Wed, 13 Dec 2006 07:25:32 -0800 (PST)
"application that modifies itself" Well it wouldn't do that per-say. The application binary and in memory wouldn't be modified at runtime. I wouldn't comprimize that stability for this feature. I just want the ability to modify the presentation layer of the application before it starts up so that it will have a different look and feel but it would still sit on top of the core application but just subscribe to the core program using bindings (basically modifying a nib without compiling the actual program since the nib is just a resource). -Jerrod
Michael Watson <email@hidden> wrote: If you're suggesting writing an application that modifies itself, you
should rethink this approach. You can't guarantee that a user will
have write access to an application, among other concerns.
--
m-s
On 13 Dec, 2006, at 10:03, Jerrod Fowkes wrote:
> Let me attempt to almost anwser my own question. in Xcode, you
> include your nibs and they end up being put together as a resource
> part of the compilation. However on the filesystem, the end result
> of the program is actually a folder or a directory. The nibs are
> part of that folder as a resource. I suppose if you really wanted
> to, you could open up that folder and rip out the nibs, change
> them, and then put them back. However I don't think this is really
> a standard way. Need some guidance here. -Jerrod Fowkes
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
---------------------------------
Want to start your own business? Learn how on Yahoo! Small Business.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: Cocoa UI (From: Michael Watson <email@hidden>) |