Cheers man - but I think this is getting above my head a bit or am I close?
I have pasted the code for both sections that return the results - could you suggest where and how this coded of yours may be integrated?
// 1 // call the server for the group details after selecting the group drop down
function getGroupDetails_Result(result) {
}
// 2 // call dbase to draw sites clips on stage
getGroupsSites_Result = function(rs){
server.getGroupsSites();
Your help is greatly appreciated.
Cheers
jas
At 11:21 AM 2/07/2004, you wrote:
Hey Jas,
I have a "fair" idea I know what you're trying to do. See if this helps
for your change handler.
returnedDatabaseList = new Object();
returnedDatabaseList .change = function(evt) {
myFunctionToTargetMC_SiteArrow();
};
myComboBox_cb.addEventListener("change", returnedDatabaseList );
Regards
Matt
BTW - Not too sure if its related (or relevent), but I have some
comboBoxes calling data and hiding/showing images in my Flash AppLocater
play app i've been mucking around with here -
http://www.schematic.com.au/resources/
___________________________________________________
Matt Voerman
Partner
RocketBoots Pty Ltd
Professional Services for Macromedia Technologies
m +61 9315 4645
f +61 2 9798 0070
[EMAIL PROTECTED]
http://www.rocketboots.com.au
___________________________________________________
Jason Davey wrote:
Hi Chris - yep done that...should I now add a ListenerObject to notify the "mc_site"? and then action the visible?
At 04:03 PM 1/07/2004, you wrote:
On Thu, 01 Jul 2004 14:37:16 +1000, Jason Davey <[EMAIL PROTECTED]> wrote:*Jason Davey | Project Manager | Reading Room Sydney
heres how I've got it so far...
1. i set a function and variable "sites" to get records from db.
2. i loop through db and attach a movie clip from the library "mc_site" to
variable "k"
3. i use dataglue to bind the dynamic clip and the x & y db entries to set
the clips location
4. i set the dynamic text field in the "mc_site" clip to pull the data from
db table.
This all works.
Then...
5. i have 2 drop down combo boxes that populate and return details in a
text box [big word up to Andrew M!]
6. results returned in "result.items[0]"
so...
I need to target the already positioned "mc_site" using the variable
"sites" and then turn on the "arrow"._visible
Try using the onChanged event on the combo box to work out which object to make visible.
Chris
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
*16/101 Locomotive Workshop | Australian Technology Park | Eveleigh | NSW 1430
*T:* +61 2 8374 5050 | *F:* +61 2 8374 5060 | *E:* [EMAIL PROTECTED]
*_New Address As Of Monday 5th July 2004;
_*Suite 1A Level 1 60-64 Reservoir Street | Surry Hills| NSW 2010
*T:* +61 2 9212 2160 | *F:* +61 2 9212 2209 | *E:* [EMAIL PROTECTED]
--------------------------------------------------------------------------------------
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
16/101 Locomotive Workshop | Australian Technology Park | Eveleigh | NSW 1430
T: +61 2 8374 5050 | F: +61 2 8374 5060 | E: [EMAIL PROTECTED]
New Address As Of Monday 5th July 2004;
Suite 1A Level 1 60-64 Reservoir Street | Surry Hills| NSW 2010
T: +61 2 9212 2160 | F: +61 2 9212 2209 | E: [EMAIL PROTECTED]
--------------------------------------------------------------------------------------
LONDON/MANCHESTER/SYDNEY
www.readingroom.com.au
Winner - New Media Age Effectiveness Award 2004 - www.raceforlife.org
(Charity and Voluntary Sector)
Ranked 5th in UK - Digital Media, Design High Flyers (Design Week 2004)
Most Respected Agency 2003 Top 10 [New Media Age]
Best Tax Site � taxfac.co.uk (Butterworths Tolley Awards 2003)
Best UK Design Agency (Webspace Awards 2002)
Best B2C eCommerce Site� thetrainline.com (Webspace Awards 2002)
The information transmitted is intended only for the person or entity to which it is addressed
and may contain confidential and/or privileged material. Any review, re-transmission,
dissemination or other use of, or taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is prohibited.
If you are not the intended recipient please notify us by telephone immediately
on 02 8374 5050 or return it to us via e-mail. Please then delete it from your system.
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
