Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Problem with DocBoundsChanged (Read 5068 times)
rolf
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jun 28th, 2010
Problem with DocBoundsChanged
Jun 30th, 2010 at 9:02pm
Print Post  
Hello,
I have problem with new event DocBoundsChanged, at runtime we get the message "Error reading Flochart1.OnDocBoundsChanged: property OnDocBoundsChanged does not exist." at design-time we could see the event and I wrote my code.
I use FlowChartX version 4.3.1, with delphi.
Just in 1 another pc with installed windows 2003 I could compile and run my application without problem.
I'm sure that I'm using the right version of .dll since if I try to remove or rename that I get an error.

Thanks
Rolf
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem with DocBoundsChanged
Reply #1 - Jun 30th, 2010 at 10:00pm
Print Post  
I suppose this could happen if you use Delphi wrapper classes generated with the new dll, but then end up using an older version dll in runtime. Does the flowchartx32.dll on the first system show v4.3.1 in the properties window?
  
Back to top
 
IP Logged
 
rolf
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jun 28th, 2010
Re: Problem with DocBoundsChanged
Reply #2 - Jul 1st, 2010 at 6:47am
Print Post  
Hello,
yes the system show v4.3.1 in the properties window. It's very strange because I tried in another system and I have just the new version of the DLL and I get the same message ( also in debug mode )
Thanks
Rolf
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem with DocBoundsChanged
Reply #3 - Jul 1st, 2010 at 8:46am
Print Post  
Hi,

If you copy the compiled .exe file from windows 2003 to your other systems, does it work there?

Stoyan
  
Back to top
 
IP Logged
 
rolf
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jun 28th, 2010
Re: Problem with DocBoundsChanged
Reply #4 - Jul 1st, 2010 at 8:53am
Print Post  
Hello, Yes it works.. and I think that my windows 2000 system will be retired..

Thanks
Rolf
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problem with DocBoundsChanged
Reply #5 - Jul 1st, 2010 at 8:57am
Print Post  
If the Delphi wrapper classes on your other systems were created with older version of the control, maybe they do not include support for DocBoundsChanged and display that error when the event is raised. Could you try to generate them again, or copy them from the win2k3 system?

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint