Re: Cocoa UI
Re: Cocoa UI
- Subject: Re: Cocoa UI
- From: Sam DeVore <email@hidden>
- Date: Wed, 13 Dec 2006 09:14:30 -0700
have you seen what TextMate lets you do now? It's not exactly what
you are talking about but it is really cool
http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-
commands/
check out the screen cast
On Dec 13, 2006, at 8:03 AM, Jerrod Fowkes wrote:
Well now that I think about it, I suppose ONLY in the realm of MVC
It could be possible to use it a-lot like XAML does. Currently I
don't use bindings, I am using the old jaguar style with actions.
Ok, now my question is this. Lets say I compile program X and it
uses nib a and b. Is there a way to design the UI of the program
without compiling the actual program X? I would like to distribute
an application where as the UI can be totally changed but still
subscribe to events using bindings? I suppose that is the real
adavantage that I would like to have here.
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
References: | |
| >Re: Cocoa UI (From: Jerrod Fowkes <email@hidden>) |