Feeds:
Posts
Comments

Archive for September, 2007

Hi Friends,
The Bangalore Flex User Group Meeting was held on August 31, 2007 between 5:00 pm – 7:00 pm and was hosted by Hosted By Prayank Swaroop, an evangelist for Adobe Systems India, Bangalore.

 
Mrinal, Prayank, John, Puneet and me @ FUG Bangalore in Adobe office

We had a 1hr discussion on:
“How to make your Flex applications [...]

Read Full Post »

The following example shows you how to use the StringUtil.trim() method in Flex to remove leading and trailing whitespace from form fields before validating user input.It automatically removes the whitespace when the focus is out from the form field.
<?xml version=”1.0″ encoding=”utf-8″?>
<mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”absolute”>
 <mx:Script>
        <![CDATA[
            import mx.controls.Alert;
            import mx.controls.TextInput;
            import mx.utils.StringUtil;
            import mx.validators.Validator;
            private function trimStr(evt:FocusEvent):void [...]

Read Full Post »

I got this information from sys-con and found it interesting and thought of sharing it with you all.
The SystemManager is a main manager that controls the application window, creates and parents the Application instance, popups, cursors, manages the classes in the ApplicationDomain, and more. The SystemManager is the first class that is instantiated by Flash Player [...]

Read Full Post »

Welcome!!

Hi Friends,
I have just started a new blog “FLEXing Experience” and would try my level best to provide my experience with Adobe Flex and many useful information related to Adobe Flex.
Any postings that are related to this are always welcome and will be highly appreciated.
 Thanks

Read Full Post »