[CLOSED] asAxisBreaks --> Access violation
[CLOSED] asAxisBreaks --> Access violation
hello
I use TeeChart ActiveX with Windev.
tools "coloband"
TChart1>>Tools>>Add (5)
TChart1>>Tools>>Items(TChart1>>Tools>>Count - 1)>>asColorband>>Axis = 3
"annotate"
TChart1>>Tools>>ADD(10)
TChart1>>Tools>>Items(0)>>asAnnotation>>Shape>>CustomPosition = true
...
"magnify"
/ / Zoom tool
TChart1>>Tools>>ADD (36)
...
work well.
but the tool "axisbreak"
TChart1>>Tools>>Add(44)
TChart1>>Tools>>Items(TChart1>>Tools>>Count - 1)>>asAxisBreaks>>Axis = 3
returns the error
Module: TeeChart2012.ocx
Base Address: 093D0000
System Error: Access violation (GPF)
EIP = 09438772
OS: Windows 8 (6.2.9200)
the error occurs on the word "asAxisBreaks"
no problems with axisbreaks in VB6
do you have an answer
I use TeeChart ActiveX with Windev.
tools "coloband"
TChart1>>Tools>>Add (5)
TChart1>>Tools>>Items(TChart1>>Tools>>Count - 1)>>asColorband>>Axis = 3
"annotate"
TChart1>>Tools>>ADD(10)
TChart1>>Tools>>Items(0)>>asAnnotation>>Shape>>CustomPosition = true
...
"magnify"
/ / Zoom tool
TChart1>>Tools>>ADD (36)
...
work well.
but the tool "axisbreak"
TChart1>>Tools>>Add(44)
TChart1>>Tools>>Items(TChart1>>Tools>>Count - 1)>>asAxisBreaks>>Axis = 3
returns the error
Module: TeeChart2012.ocx
Base Address: 093D0000
System Error: Access violation (GPF)
EIP = 09438772
OS: Windows 8 (6.2.9200)
the error occurs on the word "asAxisBreaks"
no problems with axisbreaks in VB6
do you have an answer
Last edited by jika on Wed Apr 10, 2013 10:32 am, edited 1 time in total.
Re: asAxisBreaks --> Access violation
Hi,
What TeeChart build are you using?
What TeeChart build are you using?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: asAxisBreaks --> Access violation
V2012.0.0.9 120921 and I use Windows 8
- Attachments
-
- TEECHARTBUILD.PNG (109.2 KiB) Viewed 21004 times
Re: asAxisBreaks --> Access violation
do you have an answer for this post
Re: asAxisBreaks --> Access violation
Hi,
Excuse us for the delay here.
I can't reproduce the error with VB6 and TeeChart v2012.0.0.9 in a Windows 7 x64 machine.
I'm afraid we don't have experience with WinDev, but I'd assume TeeChart ActiveX should work on it as any other ActiveX control, if this IDE supports this kind of components.
Excuse us for the delay here.
I can't reproduce the error with VB6 and TeeChart v2012.0.0.9 in a Windows 7 x64 machine.
I'm afraid we don't have experience with WinDev, but I'd assume TeeChart ActiveX should work on it as any other ActiveX control, if this IDE supports this kind of components.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: asAxisBreaks --> Access violation
TeeChart works well with Windev.
I use the tools Colorband, annotate, magnify, cursor, no problems
single tool axisbreaks causes the error access violation.
I tested with VB6 on Windows 8 everything is ok.
I use the tools Colorband, annotate, magnify, cursor, no problems
single tool axisbreaks causes the error access violation.
I tested with VB6 on Windows 8 everything is ok.
Re: asAxisBreaks --> Access violation
Hello,
I've done some tests with WinDev Express.
As you say the Chart seems to be loaded correctly except for the AxisBreaks tool.
When the second line here is going to be executed
I'm getting a window with the following message:
I also get another error if I try to add a break instead of assigning the axis to the tool:
The error here is:
I've done some tests with WinDev Express.
As you say the Chart seems to be loaded correctly except for the AxisBreaks tool.
When the second line here is going to be executed
Code: Select all
TChart1>>Tools>>Add(44)
TChart1>>Tools>>Items(TChart1>>Tools>>Count - 1)>>asAxisBreaks>>Axis = 3
And then I get another window with the information you provided in the first in this thread.wdtst.exe has stopped working
Windows is checking for a solution to the problem...
I also get another error if I try to add a break instead of assigning the axis to the tool:
Code: Select all
TChart1>>Aspect>>View3D=False
TChart1>>AddSeries(0)
TChart1>>Series(0)>>FillSampleValues(50)
TChart1>>Tools>>Add(44)
//TChart1>>Tools>>Items(TChart1>>Tools>>Count - 1)>>asAxisBreaks>>Axis = 3
TChart1>>Tools>>Items(TChart1>>Tools>>Count - 1)>>asAxisBreaks>>Breaks>>Add(5, 10)
I'm investigating if I can get something clear from here.Access to Breaks Automation member.
Erreur 80020006, Nom inconnu
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: asAxisBreaks --> Access violation
merci pour votre travail sur ce sujet, windev ne soit pas un outil que vous utilisez couramment.
PCSOFT not help me and asked me to consult the documentation of the creator of the activex
PCSOFT not help me and asked me to consult the documentation of the creator of the activex
Re: asAxisBreaks --> Access violation
there is no error on these lines
TChart1>>Tools>>Clear
TChart1>>Tools>>Add (44)
TChart1>>Tools>>Active = True
TChart1>>Tools>>Items(0)>>Active = True
adding the tool axisbreak >> ADD (44) does not cause an error
but
TChart1>>Tools>>Items(0)>>asAxisBreaks>>Axis = 0
or
LRESULT est un entier = TChart1>>Tools>>Items(0)>>asAxisBreaks>>Breaks>>Add(50, 100)
cause an error
this is clearly ">>asAxisBreak>>" that causes the error
TChart1>>Tools>>Clear
TChart1>>Tools>>Add (44)
TChart1>>Tools>>Active = True
TChart1>>Tools>>Items(0)>>Active = True
adding the tool axisbreak >> ADD (44) does not cause an error
but
TChart1>>Tools>>Items(0)>>asAxisBreaks>>Axis = 0
or
LRESULT est un entier = TChart1>>Tools>>Items(0)>>asAxisBreaks>>Breaks>>Add(50, 100)
cause an error
this is clearly ">>asAxisBreak>>" that causes the error
Re: asAxisBreaks --> Access violation
Hello,
It seems this IDE is some way more strict than VB6, our main testing environment.
I'll send the fixed .ocx to the mail account you have registered in this forum. You just have to register it with the command "regsv32 TeeChart2012.ocx" with the IDE closed.
And of course, the next maintenance release will also include the fix.
Thanks for reporting it.
Merci a vous pour votra patiencejika wrote:merci pour votre travail sur ce sujet, windev ne soit pas un outil que vous utilisez couramment.
I'm afraid they were right. After further investigation we found an error in the sources that was causing this error.jika wrote:PCSOFT not help me and asked me to consult the documentation of the creator of the activex
It seems this IDE is some way more strict than VB6, our main testing environment.
I'll send the fixed .ocx to the mail account you have registered in this forum. You just have to register it with the command "regsv32 TeeChart2012.ocx" with the IDE closed.
And of course, the next maintenance release will also include the fix.
Thanks for reporting it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: [CLOSED] asAxisBreaks --> Access violation
to this important issue you answered quickly and professionally. I am totally satisfied
Re: [CLOSED] asAxisBreaks --> Access violation
Thank you!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |