Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Sailor_Sea
Sailor_Sea
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
1

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sailor_Sea
Customize the badges you want to showcase on your profile
Re: Automatically update chart every second. - Adobe LiveCycle 16-10-2008
Hi again John, everything works with Firefox. It updatesevery 30sec.Code:public function initTimer():void {var myTimer:Timer = new Timer(30000); myTimer.addEventListener(TimerEvent.TIMER, updateData); myTimer.start(); }But with Internet Explorer, it only updates every +/-30min???Do you have any idea what can cause this issue?Thanks!

Views

182

Likes

0

Replies

0
Flex / Data / Create Application from Database - Adobe LiveCycle 09-10-2008
Hi, I had a question, When I create an application from a Database (Flex / Data /Create Application from Database).Can I modify the coded to convert it into a module?I have a main application that I would like to load theDatabase as a module. I tried replacing the Tags to Module but didn't work... Thanks.

Views

254

Likes

0

Replies

0
Re: Automatically update chart every second. - Adobe LiveCycle 09-10-2008
Hi John, I got everything working great! Thanks!But I now have a new problem... As an application, it works great! but if I convert it to amodule, this is what happens:I load the module, works great.I unload the module, no problem.When I re-load the module, as soon as the graph loads I getthe follow error when I mouse over the columns:An ActionScript error has occured:TypeError: Error #1034: Type Coercion failed: cannot convertmx.managers::DragManagerImpl@3a0cd09 to mx.managers.IDragManager.at m...

Views

182

Likes

0

Replies

0
Re: Automatically update chart every second. - Adobe LiveCycle 03-10-2008
Hi John, haven't been able to collect my XML data and store it in anArrayCollection...My XML data is genetared from a PHP file which connects to aMySQL database.Do you have any examples?Thanks.

Views

182

Likes

0

Replies

0
Automatically update chart every second. - Adobe LiveCycle 02-10-2008
Hi, I created a php file that connects to a MySQL databaseand converts the info into XML data.I then created a chart in Flex 3 that uses that ".php" fileas the dataProvider.Everything works great but I would like to have my chartautomatically update (refresh) every sec to show the latest infofrom the database.Can this be done?Thank you.

Views

1.8K

Likes

0

Replies

7