Tour de Flex as Web Application
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 whole Flex [...]
Add Users in CVSNT
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 CVSROOT=:pserver:administrator@sachin-pc:/sachin_rep The details [...]
Creation of Repository in CVSNT
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 change based on your requirement
Enter [...]
Installation of CVSNT in Windows
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 [...]
Refresh(F5) Handling in Flex application
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 : Download the [...]


