Am 15.11.2005 23:46 Uhr schrieb "Randy Becker" unter <[EMAIL PROTECTED]>:

You already received valuable information on the other topics.

> And finally, how can I do something like the WOExamples
> WXCheckBoxList - I tried importing some of the frameworks in the
> examples project, but couldn't get it to work - what I want to do is
> present a list of checkboxes with a single submit button that will
> perform an action on all of the objects represented by the selected
> boxes.
You probably get a NSArray as the result (i.e. selectedObjects of a ***NOT
WORepetition*** *****WODisplayGroup instead*****!) of a multiple select.
You should be able to perform an action with
NSArray.makeObjectsPerformSelector on each object, or i.e. drop all of them
from the current EC. What else would you need?

HTH

Wolfram


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to