Hi Antonio,
You mean it is windows behaviour (get position). But I have not seen any get like i mentioned in any windows application.
I have created to new project in BRW and add Edit Text Style in a dialog. When I test it, get position is past of the last character.
I also examine the UEStudio. There is not any get like i mentioned. (in Configuration)
double click event is also our get class problem i think. In order to use GET system, we should the set initial value to determine the get size (as a character).
- Code: Select all Expand view
cText := "Hello world! "
So, end of our most variables has the space characters. When you double click the "Hello" word, its ok. It select the "Hello ". But the "world!" word is selected, it select the "world! " (There are 3 space). Because we have the space characters end of variable. But I think I should be only "world!" without space characters.
> (in fact we just copy the cursor position from the Harbour GET to the Windows GET).
When did you do this change. It might be its my version porblem.
Thanks again.