Jump to content
Software FX Community

PostPaint Event


User (Legacy)

Recommended Posts

I need to know when the chart has been completed, so l am using the 

postpaint event.

I am using this code below to know when the chart has completed, but it

fires over and over again.

How can l know when the chart has fully completed????

<script language="javascript" for="Chart1" event="PostPaint(args,obj)">

window.alert("System Check - Pass");

</script>

Link to comment
Share on other sites

Francisco,

When the chart has finished everything. I need to know when the chart has

displayed all it´s data and is ready for the user.

The post paint fires on every re-draw, on a simple example l can get the

event to fire over 40 times.

"Software FX" <noreply@softwarefx.com> wrote in message

news:dO7m%23L9SHHA.2224@webserver3.softwarefx.com...

> What do you mean by "completed"?

>

> --

> Francisco Padron

> www.chartfx.com

Link to comment
Share on other sites

Any Help?

"Sean" <sean.brown@exago.net> wrote in message

news:wswBSjmTHHA.3900@webserver3.softwarefx.com...

> Francisco,

>

> When the chart has finished everything. I need to know when the chart has

> displayed all it´s data and is ready for the user.

>

> The post paint fires on every re-draw, on a simple example l can get the

> event to fire over 40 times.

>

> "Software FX" <noreply@softwarefx.com> wrote in message

> news:dO7m%23L9SHHA.2224@webserver3.softwarefx.com...

>> What do you mean by "completed"?

>>

>> --

>> Francisco Padron

>> www.chartfx.com

>

>

Link to comment
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...