| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jun 2002
Location: usa
Posts: 6
|
ok here is my problem....i got a e_commerce site that is done...yet....ofcourse... there is one problem...combo box...i have a combo box that adds prices to a shopping cart...is there a way for this same combo box to add the label information along with the data. here is a file of what im doing...please help.
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2002
Location: France
Posts: 50
|
you might use the getSelectedItem() method of the combobox object.
from the actionscript dictionnary : Quote:
|
|
|
|
|
|
|
|
|
|
#3 |
|
Worldkit Vote Holder
|
Code:
myComboBox.getSelectedItem().label += myAdditonalInformation;
__________________
Cordially, Abelius Commuting between Birmingham, AL, Miami, FL and Beijing, China http://www.worldkit.com |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jun 2002
Location: usa
Posts: 6
|
you guys saved my ass.....thanks to both... and thanks for giving me my first actionscript.org victory. i learned alot from this.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XML to combo box to XML to combo box... | JoeFlo | Components | 1 | 12-03-2007 03:39 AM |
| Combo box and list box skinning | zns72 | Components | 1 | 06-09-2007 05:50 PM |
| Combo Box MC | crazybuffalo | Components | 1 | 05-30-2007 11:48 PM |
| Trigger and event from combo box item? | Dougiemcn | Components | 3 | 05-21-2007 07:35 AM |
| Combo Box Simple question. | mitchrichie | Components | 1 | 05-14-2007 06:20 AM |