I have this application that I canged the background color to RED.
 
But at run time it still shows grey why ?
 
 
Also I have this script that is supposed to help me validate enteries into 2 text boxes but is not doing what its supposed to do?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 public function ValidateEntries():void
 {
     if ( ((NameBox.text.length<3) || (NameBox.text = "Enter Name Here....")) && (PhoneBox.text.length < 11) )
     {
      Alert.show("Please supply appropriate\n search criterion!", "Error:", Alert.OK);
     }
     else
      Alert.show("We call web\n service here..!", "Good To Go", Alert.OK);
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
What am I doing wrong? .

__._,_.___

--
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
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to