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

RE: [flexcoders] flex and automation

2008-06-27 Thread Seth Hodgson
If you're rendering the charts in the browser player and then pushing a bitmap back to the server, that needs to run in a browser (or in AIR, also not headless). Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of netdeep Sent: Friday, June 27, 2008 7:44 AM To:

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