WebChart onmouseover javascript

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Eric
Newbie
Newbie
Posts: 99
Joined: Wed Sep 14, 2005 4:00 am

WebChart onmouseover javascript

Post by Eric » Tue Aug 07, 2007 7:48 am

Dear sir

Ok.. Problem solved. Thank

Thank
Eric
Last edited by Eric on Wed Sep 05, 2007 8:31 am, edited 1 time in total.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Aug 07, 2007 10:33 am

Hi Eric,

Here you'll find an example of an event assigning in VB.NET.

You may also be interested on TeeChart's ASP.NET features without using javascript. I strongly recommend you to have a look at our on-line ASP.NET demo which contains source code examples as well.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Eric
Newbie
Newbie
Posts: 99
Joined: Wed Sep 14, 2005 4:00 am

Post by Eric » Wed Aug 08, 2007 2:26 am

Dear Narcís,

I think you don't understand what I need and of-course we already go through the web demo. but we still don't know where to put the javascript onMousemove event.

We need the JAVASCRIPT onMousemove on the web chart (the whole chat image), not the chart series (Bar, Pie..).

As I said we want to detect whether the user still moving the mouse, if yes we need to use javascript + ajax to request server side to extend the session life. If we don't do that, it will occurs the error when the user click on the series to drill down after session timeout.

I try to set the javascript on the server side, it since like not correct render the tag. You can try below the code see whether is render correct or not.

WebChart.Attributes.Add("onmouseover","alert('d')")

Last. Please try to understand what I need, I not asking the server side trigger event. I need a JAVASCRIPT onMouseMove event on the chart, not the series.

Eric :?

Marc
Site Admin
Site Admin
Posts: 1229
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Wed Aug 08, 2007 9:23 am

Hello Eric,

The format you describe, to add attributes via code such as WebChart.Attributes.Add("onmouseover","alert('d')");, is supported but not functioning correctly in the current version. It has been fixed and the correction will be included in the next maintenance update. Apologies for the inconvenience caused.

Regards,
Marc Meumann
Steema Support

Eric
Newbie
Newbie
Posts: 99
Joined: Wed Sep 14, 2005 4:00 am

Post by Eric » Wed Aug 08, 2007 10:23 am

Dear Marc Meumann,

Ok hopefully you can release latest version as soon as possible.

Thank

Eric
Newbie
Newbie
Posts: 99
Joined: Wed Sep 14, 2005 4:00 am

Post by Eric » Wed Sep 05, 2007 8:13 am

Dear Sir.

When you're going to release next maintenance update?
We need that feature as soon as possible else we can't continue develop our software. we really need both of the javascript event onmouseover and oncontextmenu.

Do there any work around methods for me to solve it?

Eric

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 05, 2007 8:24 am

Hi Eric,

Please notice that, as announced on this forum, we released new v2 and v3 versions last week:

http://www.teechart.net/support/viewtopic.php?t=6516
http://www.teechart.net/support/viewtopic.php?t=6510

Could you please try using latest version available?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply