ELIPS Studio 3 - Validating email address
How can I check the given email id is valid or not using ELIPS Studio 3? Is it possible? Thanks in Advance. ...
How can I check the given email id is valid or not using ELIPS Studio 3? Is it possible? Thanks in Advance. ...
Hi, I'm new for Elips studio, how to exit from my application?how to add, option and exit option in my application? Thank's in advace.... ...
hi, i'm binding data into list which comes from the backend ,i want to increase the height of each content,i have used height ='some value',it's get increased ,i want to increase the size of the content with the value of 32 but it didn't get increased but i gave the itemrenderer (hbox)height as 100%..is it any inbuilt bug on flex or bug...
Hi, I have created application, it showing this error message during initialization (Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.),how to fix it? thank's in advance..... ...
Hi, i want to know the ifference between height, $height and _height,width,$width and _width ...
Hi, I want to deallocate my variable? can u help me? ...
Hi, I want to write the bulk of data into xml file ,the data coming from the backend(mysql) using cgi by httpservice, read the xml file and bind it into list... can anyone send the sample code for this? Thank's in advance.. ...
Hi, i have created two application,if user signed in one application,i have to sent authenticated email to the user but the link is for activating their account for another application.i.e)the user name and password for both the application is same for the particular user,instead of creating new user name and password for another ...
Hi, I want to slide images from right to left or left to right,is it possible? Thank's in advance... ...
Hi, I want to move flex components(image) on circular path for my application.Is It possible? If SO please send a sample for this? Thanks in advance.... ...
Hi, i'm getting the xmldata from the httpservice (using cgi) and i have not set resultformat(it is coming as an object only),the xml data in this format <root> <employee name="xxx" age="xx" gender="xxx"/> <employee name="xxx" age="xx" gender="xxx"/> <employee name="xxx" age="xx" gender="xxx"/> </root> when i was tried to count the emplo...