Re: [flexcoders] Flex builder automation?

2010-02-12 Thread Mykola Dzyuba
Hi Nick, Yes, it is possible. What is the goal of the automation? If you want just a clean build done automatically, the ANT build would be a good option. If you want to automate Flash Builder UI, you can develop an Eclipse plugin that would do that. Or you can use Eclipse UI automation

[flexcoders] Flex builder automation?

2010-02-11 Thread Nick Middleweek
Hello, Is it possible to setup an automation task to do this... 1. Open Project Properties of a Flex Library Project 2. Deselect all items in the Classes tab 3. Reselect all items in the Classes tab 4. Deselect assets in the Classes tab 5. *Reselect all but 'com' in the Assets

[flexcoders] flex and automation

2008-06-27 Thread netdeep
There are no flex user groups in my area and I've been trying for a long time to find a solution to this problem with no success. I need to generate a series of charts every few minutes/hours/days on an automated basis. I pull the data for the charts from the database and draw the chart,

RE: [flexcoders] flex and automation

2008-06-27 Thread Seth Hodgson
To: flexcoders@yahoogroups.com Subject: [flexcoders] flex and automation There are no flex user groups in my area and I've been trying for a long time to find a solution to this problem with no success. I need to generate a series of charts every few minutes/hours/days on an automated basis. I pull

Re: [flexcoders] flex and automation

2008-06-27 Thread Pascal Robert
It might work with a command-line browser (curl, wget)? There are no flex user groups in my area and I've been trying for a long time to find a solution to this problem with no success. I need to generate a series of charts every few minutes/hours/days on an automated basis. I pull the