Oct09
Adobe is adding new features to Adobe AIR 2.0 which is going to come beta version at the end of this year 2009. Probably we can expect the Final version of the Adobe AIR 2.0 in first half of the next year 2010. The new capabilities are available in Adobe AIR 2.0 Native process API [Read More...]
Aug09
Today Adobe released new update for Adobe AIR from 1.5.1 to 1.5.2 which has inculded new features and many bug fixes. API changes Before AIR 1.5.2, pressing the ESC key in full-screen or full-screen interactive mode would exit full-screen mode, and there was no way to prevent it. With AIR 1.5.2, when using the full-screen [Read More...]
Aug09
Adobe conducted very good event "Adobe Dev Summit, 2009 – Bangalore" for the Adobe Flash platform developers on Adobe Flash Builder 4, Flash catalyst, LCDS 3.0, Flash light, Flex and Java/J2ee, Flex and PHP and may more wonderful topics held in Kalinga Hall, Hotel Lalit Ashok, Bangalore. The place and food was nice. Totally the [Read More...]
Aug09
Now Tour de Flex is available as both Web application and Desktop application. The Tour de flex has more than 200 live samples of flex components, various APIs like Google Search, Google Map, Yahoo Map, Amazon, Flickr, SalesForce, Ebay etc and coding techniques with all the source code is available at one place. So the [Read More...]
Jul09
Once the repository has been created successfully.The next step is to add users to the repository to Check-out/Check-in the project. To create users in the CVSNT repository we should have administrator privilege. Step 1 : Open command prompt. Start -> Run -> Command Step 2 : Set CVSROOT path to connect to the server. set [Read More...]
Jun09
If you not installed CVSNT follow the steps as mentioned in the previous post Step 1 : All programs “CVSNT” -> Service Control Panel Service Control Panel Step 2 : Before configuration/Creation of Repository we need to stop both Services Stop Both Services Step 3 : By default it takes computer name as server.You can [Read More...]
May09
CVS is a version control system. Using it, you can record the history of your source files. Step 1: Download the CVSNT Setup file from here Step 2: Double click on the CVSNT Setup file Step 3: Click Next to Start Step 4: Accept the License Agreement and Press Next Step 5: Keep the default [Read More...]
Apr09
Problem : Refresh(F5) Handling in Flex application Description : Are you facing problem with the Refresh(F5) option available in the browser for your flex application.Here is the solution for this.The Refresh is a good option to reload the page again.But in Flex/Flash(swf) file it reloads the view as it was started. Project Demo : Download [Read More...]
Mar09
Problem : How to create Google map in flex application Description : Creating Google Map in Flex application is very easy.Use the Flex Map Component from Google then get the API Key from here.Follow the below mentioned steps Project Demo : Download : Download the Flex Google Map project source here Code Description : Sign [Read More...]