> > > Can't you use iassistiveserver.doitementer()?
> >
> > For Ttoolbar? No, I did not try it.
> > I will try it asap.
Hello Martin.
For TToolbar I have lot of luck with tcustomtoolbar.getassistivehint() ;-)
This is used successfully =>
if (Sender is ttoolbar) then
Result := 'tool bar, ' + ttoolbar(Sender).getassistivehint()
But with last MSE commit there is that error while compiling.
=> error => "no indent for getassistivehint()"
The trick was to:
=> transfered from "protected" => to "public" and it works. ;-)
But maybe there was a reason to make getassistivehint() protected...
PS: Problem to retrieve special key (like "Enter", "left", "F10", "Shift", ...)
in TWidgetGrid solved. ;-)
Thanks.
Fre;D
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk