I'm not clear on the problem.  Seems like a new entry could be added to
the ComboBox's dataProvider which would then drive what goes in ABox and
BBox

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Preet
Sent: Monday, March 03, 2008 1:40 AM
To: [email protected]
Subject: [flexcoders] Select and Click Events generation

 

Hi All,

 

In my application am using one List , Combo box and other two List
boxes(named as ABox, BBox).
In the List box and combo box it contains some attributes.

when am selecting a object from comboBox, using related object am
retriving some more objects using remote object
and displayed within the Listboxes ABox and BBox it was working good.

Here, I have List contains with different object(not related to combobox
objects)
for this, under List  I have used a button.

Now my requirement is when I select the object from List andthen click
on Add(button) thenonly
the object is displayed in List box(ABox and BBox).
(i.e; select and click event both are raised at a time).

 

then all the object are displayed(append) from combox objects, and list
objects all are displayed in List(ABox, BBox)

 

can any one give me some suggestions how to achieve this.

 

Thanks in advance,

 

--tomt

 

Reply via email to