04-16-2007 02:10 PM
04-17-2007 10:55 AM
Hi Terry,
I've included a very simple example. I hope it's clear enough for you understand the problem.
Click and drag on the cwgraph to create the annotation.
04-18-2007 03:45 PM
04-19-2007 02:22 AM - edited 04-19-2007 02:22 AM
Hi,
I am aware I can change the Pointindex and, as I wrote before, this is not the behaviour I want.
Changing the pointindex won't change the behaviour, it only changes the start position of the behaviour (which is this "center around" thing).
Hereby a quote from the reference about tis behaviour:
From the pointindex property:
"Specifies the index of a plot point to center the shape around."
As you maby could notice from the code in my example I don't want the selection to be drawn -around- the position I click and drag on yet I want like the selection to start one end of the selection at the point I press the mousbutton, and stop the other end at the position where I drag the mouse to (while holding the mousebutton). Thus only changing the shape at one side, not both.
Thereby selecting a part, as you would select a sentence in microsoft Word for example. Just click and drag.
A clear example:
I click at xposition 9 and I hold down the mousbutton to xposition 15.
The selection I see would start at position 9 an end at position 15.
If I would try this with pointindex the selection would not start at postition 9, instead this would be in the middle.
That's it.
I'm affraid I cannot show it more clearly as I tried.
Is this possible with the software at all?
Thanks,
-Michanovich
Message Edited by Michanovich on 04-19-2007 02:27 AM
04-23-2007 02:01 PM
04-24-2007 01:58 AM - edited 04-24-2007 01:58 AM
Ok,
Well in any case thanks for the help thusfar. I hope the solution shall be included within the next update.
Regards
-Michanovich
Message Edited by Michanovich on 04-24-2007 01:58 AM
08-13-2007 04:52 PM
08-14-2007 02:33 AM
Dear Jonathan,
Please do not look too much at the little example I wrote, since it is merely a simple display of the basic problem I have.
As for the problem, actually the word "bug" might not be completely fair to use problem since I'm sure the pointindex mode is working just like it should. The problem could just as well be called a new feature.
As I tried to explain in my previous posts, the wished-for behaviour is though not possible with the current version. It is only possible to simulate the behaviour by writing code in the event handlers and such which can be a tedious thing to do.
It would be great if there would be a support for a "region border"-snap function, this would save me (and I presume a lot more people) much time.
08-14-2007 08:36 AM
08-14-2007 09:07 AM