Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Extensions and Plugins > Components

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-17-2002, 08:30 PM   #1
thawki
Registered User
 
Join Date: Jul 2001
Location: Phoenix, AZ
Posts: 44
Default Dynamic Text Boxes from Functions

I have a combobox component successfully filling in a dynamic text box with the variable (AwardDet)

I would like to populate the text box via my buttons so I put this text on the buttons and it fills it in.

on (press) {
_root.DetailsText._alpha= 100;
_root.cb_AwardDrop.setSelectedIndex(1);
_root.cb_AwardDrop.setChangeHandler(getAwardDetail s);
}
thawki is offline   Reply With Quote
Old 10-17-2002, 08:35 PM   #2
thawki
Registered User
 
Join Date: Jul 2001
Location: Phoenix, AZ
Posts: 44
Default It Cut me off....

Anyway, that code does populate the box and fill in my variable, but if I press a different button with the same code but different index, nothing happens.

Do I need to unload the variable somehow?

Thanks.

Tim
thawki is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:59 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.