Wow THANK YOU SHAUN FROM DOWN UNDER !

For anyone dealing with the Combobox save issue
Here is an example of a great solution from someone whom I really owe.
thank you Shaun for solving this for me!

The App is here 

http://www.archaeolibrary.com/Gezer/Staff.html

The View source is here.
http://www.archaeolibrary.com/Gezer/srcview/

Yaba Daba Do





--- On Thu, 10/9/08, shaun <[EMAIL PROTECTED]> wrote:

> From: shaun <[EMAIL PROTECTED]>
> Subject: Re: [flexcoders] Re: ComboBox in Component won't open to Saved Value
> To: flexcoders@yahoogroups.com
> Date: Thursday, October 9, 2008, 12:14 AM
> Dan Pride wrote:
> > My problem is there seems to be no way to kick the
> event to change
> > the value. Here is the code, all of it. It can be seen
> in action at
> 
> [snip]
> 
> Change:
> public var currentPerson:Object = new Object();
> 
> To:
> private  var _currentPerson:Object = new Object();
> [Bindable] public funciton set currentPerson(p:Object)
> void{
>       _currentPerson = p;
> 
>       openRolePop(null);
> }
> 
> public funtion get currentPerson():Object{
>       return _currentPerson;
> }
> 
> - shaun


      

Reply via email to