Hi ,
i work with D2007 and Intraweb X11, the install it's ok, i run demo without Pb.
But i have PB for reload image TIWChart after event Async (mode ajax).
Exemple :
Step 1 ) i have create Form intraweb with TIWChart1 and link Chart1 on design time
Step 2 ) if i run, it's Ok, the form Intraweb is create correctly but without Data it's normally for seep loading page.
Step 3) In TimerAsync (mode ajax), i run thread for extract Data in background task (on other server with long time)
Step 4) after load Data, i creta and trace series chart without PB
Step 5) how force reload image Chart1 included TIWChart after load Async Data ??? reloading partial page ? Render ? Update ?
I try many solution without succès.
How reload Chart Intraweb in Async Event(Ajax)
Re: How reload Chart Intraweb in Async Event(Ajax)
Hi,
Try to use the TIWChart.RenderHTML function.
Try to use the TIWChart.RenderHTML function.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How reload Chart Intraweb in Async Event(Ajax)
Sorry for the late reply,
There's really nothing about the function RenderHTML.
I tried another solution presented byby Stephen10 Jul 2012 6:44 Topic: OnMouseDown event on TIWChart Does not workbut it does not work.
TeeChart charged image in intraweb, it must be simple yet
There's really nothing about the function RenderHTML.
I tried another solution presented byby Stephen10 Jul 2012 6:44 Topic: OnMouseDown event on TIWChart Does not workbut it does not work.
TeeChart charged image in intraweb, it must be simple yet
Re: How reload Chart Intraweb in Async Event(Ajax)
Hi,
Sorry for the delayed reply here.
I'm trying to prepare an environment like yours
Sorry for the delayed reply here.
You mean the code in this post, right?mivchart wrote:I tried another solution presented byby Stephen10 Jul 2012 6:44 Topic: OnMouseDown event on TIWChart Does not workbut it does not work.
I'm trying to prepare an environment like yours
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |