> > I cannot make tabs assisted, I cannot find a way to make him say, when a
> > tab has changed => "tab the_file.pas focused" for example...
Excellent, many thanks.
By the way, tested yesterday (long) night => sender.getassistivecaretindex()
for TWidgetGrid.
Perfect, it works now. And to get the character typed =>
...
char_typed:= sender.getassistivecelltext(info.cell);
char_typed := char_typed[sender.getassistivecaretindex()];
...
=> result for assistive-TWidgetGrid => like TMemoEdit => 2x voices (one say the
character, other the word). => perfect.
I did not find how to get the key pressed (for example "left", "right", "up",
"down") so I use sender.getassistivecaretindex() for "left", "right" compare
it with the earlier character entered (> or <).
For "up" and "down", I use info.cell.row and compare it too to with earlier
character entered.
PS: If you have a other idea, i am open ;-)
Martin I am really happy that we did it, till the end, totally and efficient.
I will make tab assisted this we and after that, we may say that msegui is
totally and perfectly assisted.
Many thanks Martin.
I re-test all this we and hope to give you the final commit before Xmas.
Fre;D
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk