Home » U++ Library support » ScatterDraw & ScatterCtrl » TestScatter2 compile error
Re: TestScatter2 compile error [Using ScatterCtrl] [message #46730 is a reply to message #46716] |
Thu, 21 July 2016 07:19   |
 |
deep
Messages: 268 Registered: July 2011 Location: Bangalore
|
Experienced Member |
|
|
Hi,
Now I am using ScatterCtrl.
Moving from Scatter to ScatterCtrl
One major difference I noticed is
In Scatter Data series
Vector<XY> s1 can be released once it is added to scatter. It can have local scope.
But Vector<Pointf> s1 must exists after it is added to ScatterCtrl.
If s1 scope is local within function then program crashes with Assertion failed error.
It took quite some time to realize that my data series should have global scope.
Warm Regards
Deepak
[Updated on: Thu, 21 July 2016 10:43] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun May 11 22:59:44 CEST 2025
Total time taken to generate the page: 0.00762 seconds
|