Expand my Community achievements bar.

Sailor_Sea
Sailor_Sea
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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...

    Type

    Questions

    Views

    494

    Likes

    0

    Replies

    0
  • 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 <mx:Application>Tags to Module but ...

    Type

    Discussions

    Views

    373

    Likes

    0

    Replies

    0
  • 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...

    Type

    Questions

    Views

    494

    Likes

    0

    Replies

    0
  • 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.

    Type

    Questions

    Views

    494

    Likes

    0

    Replies

    0
  • 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 th...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    7
Top badges earned by Sailor_Sea
Customize the badges you want to showcase on your profile