Page 1 of 1
TeeCommander???_OnEditedCart() in 2011
Posted: Tue Dec 20, 2011 5:39 pm
by 16660887
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.
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Tue Jan 03, 2012 5:13 pm
by 16660887
Any progress on this?
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Wed Jan 04, 2012 8:25 am
by yeray
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.
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Thu Jan 05, 2012 12:22 pm
by narcis
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.
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Fri Jan 06, 2012 3:20 pm
by 16660887
Yes, please send me the update as soon as possible. I assume I'll need both *.ocx and updated *.cab file. Thank you!
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Thu Jan 12, 2012 1:02 pm
by yeray
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
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Fri Jan 13, 2012 4:00 pm
by 16660887
I plan to try it on Monday, the 16th. Sorry for the delay. I assume the maintenance release is available for download now, correct?
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Fri Jan 13, 2012 4:25 pm
by yeray
Hi Wieselberg,
Wieselberg wrote:I assume the maintenance release is available for download now, correct?
Yes, of course.
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Mon Jan 16, 2012 3:52 pm
by 16660887
I applied maintenance release 5, but it did NOT fix this problem.
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Tue Jan 17, 2012 12:31 pm
by yeray
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.
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Thu Jan 19, 2012 3:24 pm
by 16660887
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?
Re: TeeCommander???_OnEditedCart() in 2011
Posted: Mon Jan 23, 2012 9:24 am
by yeray
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.