elips-studio

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 to exit our application.

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.... ...

how to increase the content of the data in itemrenderer of the list?

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...

how to solve Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found?

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..... ...

wht's the difference btwn height and $height?

Hi, i want to know the ifference between height, $height and _height,width,$width and _width ...

how to deallocate memory space?

Hi, I want to deallocate my variable? can u help me? ...

how to write bulk of data into xml file from backend and i want to bind the xml file into list?

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.. ...

how to send authenticated email for every user ?

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 ...

how to slide images ?

Hi, I want to slide images from right to left or left to right,is it possible? Thank's in advance... ...

How to move component in circular path in flex?

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.... ...

how to calculate the xmldata?

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...