TeeCommander???_OnEditedCart() in 2011

TeeChart for ActiveX, COM and ASP
Post Reply
Wieselberg
Newbie
Newbie
Posts: 14
Joined: Thu Dec 01, 2011 12:00 am

TeeCommander???_OnEditedCart() in 2011

Post by Wieselberg » Tue Dec 20, 2011 5:39 pm

Can I use the client-side VBscript event "Sub TeeCommander<%=pIntBlkNumb%><%=intChartCount%>_OnEditedChart()" in ActiveX 2011? It worked fine before the upgrade with version 7.x but now on closing the editor I do not enter this routine at all. :(

Wieselberg
Newbie
Newbie
Posts: 14
Joined: Thu Dec 01, 2011 12:00 am

Re: TeeCommander???_OnEditedCart() in 2011

Post by Wieselberg » Tue Jan 03, 2012 5:13 pm

:x Any progress on this?

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeCommander???_OnEditedCart() in 2011

Post by Yeray » Wed Jan 04, 2012 8:25 am

Hi Wieselberg,

Excuse us for the delay here.
We've found some problems with the ASP examples and we are trying to solve them as soon as possible.
We'll be back to you here asap.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

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

Re: TeeCommander???_OnEditedCart() in 2011

Post by Narcís » Thu Jan 05, 2012 12:22 pm

Hi Wieselberg,

This is a bug with the current TeeChart 2011 ActiveX release which has been fixed for the next maintenance release. If it's necessary we could send you a an *.ocx with the fix in the next weeks.
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

Wieselberg
Newbie
Newbie
Posts: 14
Joined: Thu Dec 01, 2011 12:00 am

Re: TeeCommander???_OnEditedCart() in 2011

Post by Wieselberg » Fri Jan 06, 2012 3:20 pm

:!: Yes, please send me the update as soon as possible. I assume I'll need both *.ocx and updated *.cab file. Thank you!

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeCommander???_OnEditedCart() in 2011

Post by Yeray » Thu Jan 12, 2012 1:02 pm

Hi Wieselberg,

We've just announced the v2011.0.0.5 that should include the fix. Could you please give it a try?
http://www.teechart.net/support/viewtop ... =1&t=12950
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Wieselberg
Newbie
Newbie
Posts: 14
Joined: Thu Dec 01, 2011 12:00 am

Re: TeeCommander???_OnEditedCart() in 2011

Post by Wieselberg » Fri Jan 13, 2012 4:00 pm

I plan to try it on Monday, the 16th. Sorry for the delay. I assume the maintenance release is available for download now, correct?

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeCommander???_OnEditedCart() in 2011

Post by Yeray » Fri Jan 13, 2012 4:25 pm

Hi Wieselberg,
Wieselberg wrote:I assume the maintenance release is available for download now, correct?
Yes, of course.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Wieselberg
Newbie
Newbie
Posts: 14
Joined: Thu Dec 01, 2011 12:00 am

Re: TeeCommander???_OnEditedCart() in 2011

Post by Wieselberg » Mon Jan 16, 2012 3:52 pm

I applied maintenance release 5, but it did NOT fix this problem. :(

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeCommander???_OnEditedCart() in 2011

Post by Yeray » Tue Jan 17, 2012 12:31 pm

Hi Wieselberg,

The following works for us here:

Code: Select all

Sub TeeCommander2_OnEditedChart()
  TChart2.Header.Caption = "aaaaaaaaa"
end sub
Please, make sure you have the v2011.0.0.5 registered in the machine.

If you still have problems with it, please try to arrange a simple example asp page we can run as-is to reproduce the problem here.
Thanks in advance.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Wieselberg
Newbie
Newbie
Posts: 14
Joined: Thu Dec 01, 2011 12:00 am

Re: TeeCommander???_OnEditedCart() in 2011

Post by Wieselberg » Thu Jan 19, 2012 3:24 pm

Mainenance release 5 was definitely regisered when I ran my test. 4 did not exist on my machine at that time. I cannot create a simple example from our codebase. Can you send me an entire working example, which I'll try to enhance with what we have, piece by piece?

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeCommander???_OnEditedCart() in 2011

Post by Yeray » Mon Jan 23, 2012 9:24 am

Hi Wieselberg,

Find it attached. Simply overwrite the file with the same name in the ASP demos (backup it before overwriting it) and run the first example in the demos.
Attachments
TeeFromWebClient.zip
(1.22 KiB) Downloaded 748 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply