Re: [Wxart2d-users_dev] Editing curves on a plot

2007-06-18 Thread Klaas Holwerda
Yesid Hernandez wrote: That worked, but not complete for example the user can move the plot and selected, the idea is to disable this features and just alow the user to changed the points for the graph. Any idea to get that working?. This evening i will check in a change/bug fix that

Re: [Wxart2d-users_dev] Editing curves on a plot

2007-06-11 Thread Klaas Holwerda
Yesid Hernandez wrote: This a some how old post, but I haven't found the complete solution, appreciate all your help. I am currently in the middle of some changes to the editing of objects. And can not test your problems now. Once it is in good state again, i will have a look. I checked

Re: [Wxart2d-users_dev] Editing curves on a plot

2007-06-06 Thread Yesid Hernandez
This a some how old post, but I haven't found the complete solution, appreciate all your help. Klaas Holwerda escribió: SetEditable(bool editable) is to disable editing on an object and all its children object. But hierarchical object like a2dPlot, can only be edited inside(children) if

Re: [Wxart2d-users_dev] Editing curves on a plot

2007-04-16 Thread Klaas Holwerda
Yesid Hernandez wrote: 1. I set the a2dRecursiveEditTool and Push it with the a2dStToolContr, my idea is to just edit the curves on the plot and not for example the axis size, or de complete plot size, so I was looking for a porpierty that allow me to block this edit, I supposed this:

[Wxart2d-users_dev] Editing curves on a plot

2007-04-13 Thread Yesid Hernandez
I'm able to edit a plot just like in the samples, but my app requires some especial behavior, so I have some question on this subject: 1. I set the a2dRecursiveEditTool and Push it with the a2dStToolContr, my idea is to just edit the curves on the plot and not for example the axis size, or de