|
Try Alert.show(textVar,
‘Message’) Make sure you have the control imported import
mx.controls.Alert; also make sure that the first argument
in the show method (“show” in lowercase, btw) is actual a string
type. You may need to use the .toString() method to get there From: try tracing the model.currentUser. and then put this vaule in textfield like: textid.text = model.currentUser. and then Alert.Show(textid. I had come acrros the same problem. where i could value into trace but while passing to some function , it
was null I tried with this and it worked..It sound wired but its true... Regards, PS On 10/16/06, boy_trike
<[EMAIL PROTECTED] [Bindable] -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |

