Hello Martin.
I have updated to last msegui and adapted all sak_mse procedures.
Ok, all works perfect, and TWidgetGrid is speaking now ;-).
Sadly, there is a problem with "cek_enter".
At compilation, there is that error:
=> sak_mse.pas(1019,17) Error: Identifier not found "cek_enter"
The procedure =>
procedure TSAK.docellevent(const sender: iassistiveclientgrid;
const info: celleventinfoty);
var
mstr1: msestring;
begin
if (Sender.getinstance is Twidgetgrid) then
begin
if info.eventkind = cek_enter then begin // => Here error
mstr1:= sender.getassistivecelltext(info.cell);
SakCancel;
espeak_key(mstr1);
end;
end;
end;
///////////////////
Thanks.
Fre;D ------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk