Dynamic UI: can it be done in Cocoa
Dynamic UI: can it be done in Cocoa
- Subject: Dynamic UI: can it be done in Cocoa
- From: <email@hidden>
- Date: Tue, 13 Nov 2007 11:01:16 -0000
- Importance: Normal
I have a UI library in which UI is dynamically generated by calls in
code. The result of the calls is a description of the contents,
position, and sizing of dialogs, and a list of callbacks for
events. The dialogs are then shown (modal or modeless) and the
callbacks which were specified are used.
Ok... this currently exists and uses deprecated Carbon functions. So
I had been looking for the way forward. I had until just now assumed
that HIViews (in Carbon) would be the way to achieve this. Now it
seems that the answer might be Cocoa, something completely unknown
here.
So, I have one specific question.
With Cocoa, can one implement completely dynamic UI (dialogs), with all
dialogs, elements, sizes and positions specified at runtime through some
kind of API? (Never mind how, at this point: implementation isn't likely
to start for some time. It's just whether this is a viable path
at all).
Thanks in advance,
Aandi
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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