Plug-in?
Plug-in?
- Subject: Plug-in?
- From: Lorenzo <email@hidden>
- Date: Tue, 17 Feb 2004 13:06:22 +0100
Hi,
I have to give to the user the opportunity to load
new categories in a pop-up menu.
At present time the categories are only 2: software and hardware.
When the user selects software from the pop-up menu, I show the subview
"software" which has some text-fields like name, release date, author,
license...
When the user selects hardware from the pop-up menu, I show the subview
"hardware" which has different fields like name, kind, producer, model...
Since the category list could change day after day including new categories
with new text-fields, I thought to give the user, time after time, a new nib
file containing all the category-subviews containing each one its own
fields.
This would avoid he reinstall my software all the time. But suddently I
realized that my application should need the "code" to manage those new
subviews and text-fields. For example, I need to make some control before
accepting the values entered by the user. So more than the nib file I should
give the user something else.
Do I need to give the user a sort of plug-in?
If so, how to do that?
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
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.