Re: setting the selection index of a popup
Re: setting the selection index of a popup
- Subject: Re: setting the selection index of a popup
- From: "Cheong Hee" <email@hidden>
- Date: Mon, 10 May 2010 12:14:18 +0800
Hi
May be this is relevant:
MyObject firstObject = myObjectArray.objectAtIndex(0);
selectedObject = firstObject;
Then bind this selectedObject to "selection" in WOPopUpButton.
Cheers
Cheong Hee
----- Original Message -----
From: "David LeBer" <email@hidden>
To: "Theodore Petrosky" <email@hidden>
Cc: <email@hidden>
Sent: Monday, May 10, 2010 11:24 AM
Subject: Re: setting the selection index of a popup
On 2010-05-09, at 10:58 PM, Theodore Petrosky wrote:
maybe i am barking up the wrong tree... but, I am reading a list (array)
of clients for a popup. after the array is read, I create a new client
called "All Clients" and add it to the array at index 0.
My WOPopup displays and works... however, how can I set the 'current'
object to be the zeroth object?
something like myPopup.setCurrentObjectAtIndex(0); would be nice.
I am Observing a checkbox (in the same Form) and I stuck some javaScript
to submit the form to see what happens and voila.. the 'last' object shows
up in the popup.
Can I wrap the popup in an AjaxUpdateContainer and fire it in code? I know
that if the AUC had an id = "myAUC" is automatically creates a javascript
myAUCUpdate(). But can I access this from a method?
Or is this even what i want...???
WOPopupButton has a 'noSelectionString' binding. Does that do what you want?
;david
--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site: http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
twitter: http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden