| View previous topic :: View next topic |
| Author |
Message |
HPW Senior Member
Joined: 25 Feb 2006 Posts: 120 Location: Germany
|
Posted: 19/03/06 14:08 Post subject: Graph new after merge give access violation |
|
|
Porting over to 2.1 I found in plugin and standalone-demo that calling 'new' (SimpleGraph.Clear) after using merge gives an accessviolation. Also trying to delete the component (SimpleGraph.Free) after using merge gives an accessviolation.
I have added:
FEO_SETFONTSTRIKEOUT = 25;
FEO_RESETFONTSTRIKEOUT = 26;
for use in 'ForEachCallback'.
_________________ Hans-Peter |
|
| Back to top |
|
 |
HPW Senior Member
Joined: 25 Feb 2006 Posts: 120 Location: Germany
|
Posted: 19/03/06 16:12 Post subject: |
|
|
Seems to have to do with the fact that the merged objects kept being selected after merging. When I deselect them first. it seems to work further a bit.
They should also be unselected, because after LoadFile there is also no objects selected.
_________________ Hans-Peter |
|
| Back to top |
|
 |
HPW Senior Member
Joined: 25 Feb 2006 Posts: 120 Location: Germany
|
Posted: 19/03/06 16:17 Post subject: |
|
|
Merge to 0.0 does not select any objects.
At other values it does.
_________________ Hans-Peter |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 1044 Location: Tehran, Iran
|
Posted: 19/03/06 16:50 Post subject: |
|
|
Thanks HPW!
The bug is fixed, and the update is on the site.
| HPW wrote: | | They should also be unselected, because after LoadFile there is also no objects selected. |
I agree.
_________________ Kambiz |
|
| Back to top |
|
 |
HPW Senior Member
Joined: 25 Feb 2006 Posts: 120 Location: Germany
|
Posted: 19/03/06 17:26 Post subject: |
|
|
Thanks again for the very fast fix!
Great work!
_________________ Hans-Peter |
|
| Back to top |
|
 |
|