I'll try this one out in the morning but I don't think it will work.  For
now I am just replacing all instances of "New" with "n3w" hahaha.

-----Original Message-----
From: Kevin Aebig [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 29, 2005 4:37 PM
To: CF-Talk
Subject: RE: What were they thinking?

As a matter of reference, you might be able to trick the Coldfusion AS
compiler into doing it for you if you do this:

subArray.push({label:"New York"});

Cheers,

Kevin

-----Original Message-----
From: Tyler Clendenin [mailto:[EMAIL PROTECTED]
Sent: August 29, 2005 1:59 PM
To: CF-Talk
Subject: What were they thinking?

Please could someone explain what some moron developer was thinking when
they decided this:
 
 http://www.macromedia.com/devnet/coldfusion/articles/adv_flashforms_07.html
 
This describes being able to tie one drop down box to another using
actiuonscript in a cfform.
 
It sounds great in theory right?  Until you do seomething like this
 
......
subArray.push('Tampa');
subArray.push('New York');
subArray.push('Seattle');
......
 
It throws this error:
 
 


Illegal usage of actionscript. 

The following actionscript commands are not allowed: "import, new, delete,
createChild, loadmovie, duplicateMovieClip, AttachMovie, registerclass,
createTextField, __proto__".    
 
 
 
Want me to tell you why?
 
And just to let you know it has nothing to do with the single quotes versus
double quotes.
Because of the value "New York"  Just because my $#%^&%$# string has the
word "new" in it the thing balks.
 
Arg, I wouldn't be so agrivated if things like this didn't happen all the
time.  Love the ideas, hate the implementation.
 
I hate telling someone I can do something just to find out that someone f'ed
up their own job and now I can't do it.
 
Tyler Clendenin
 






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216720
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to