Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic error in Delphi IDE - property ArrowText, BoxText (Read 4509 times)
filo
YaBB Newbies
*
Offline



Posts: 3
Location: Czech Republic
Joined: Jan 31st, 2007
error in Delphi IDE - property ArrowText, BoxText
Feb 13th, 2007 at 12:39pm
Print Post  
Hello,
I'm testing FlowChartX in Delphi and some AccessViolation error appears when I erase text in property ArrowText (or BoxText) and confirm by enter in next step.
Thanks for answer.

FlowChart.dll 4.1.2.0, Delphi5 Ent SP1
  

D5 Ent, XPP SP2
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: error in Delphi IDE - property ArrowText, BoxT
Reply #1 - Feb 13th, 2007 at 12:59pm
Print Post  
Hi,

Does that happen when you edit the ArrowText property in the FlowChart class from the property browser?

Stoyan
  
Back to top
 
IP Logged
 
filo
YaBB Newbies
*
Offline



Posts: 3
Location: Czech Republic
Joined: Jan 31st, 2007
Re: error in Delphi IDE - property ArrowText, BoxT
Reply #2 - Feb 13th, 2007 at 1:14pm
Print Post  
  

D5 Ent, XPP SP2
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: error in Delphi IDE - property ArrowText, BoxT
Reply #3 - Feb 13th, 2007 at 1:14pm
Print Post  
Ok, it seems Delphi passes a null pointer to the property setter, instead of an empty string, and the control doesn't check for this condition. For now you can assign an empty string to it from code.

Stoyan
  
Back to top
 
IP Logged
 
filo
YaBB Newbies
*
Offline



Posts: 3
Location: Czech Republic
Joined: Jan 31st, 2007
Re: error in Delphi IDE - property ArrowText, BoxT
Reply #4 - Feb 13th, 2007 at 1:16pm
Print Post  
OK, no problem, just testing for now, thanks for ultraquick response Wink
  

D5 Ent, XPP SP2
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint