On Wednesday 04 January 2017 23:14:11 Fred van Stappen wrote:
> Hello Martin.
>
> Some comment after test:
>
>  if (Sender is tshowmessagewidget) then ...
>
> =>  Error: Identifier not found "tshowmessagewidget" Fatal: Compilation
> aborted
>
> OK, replaced by:
>
>  if (Sender is tmessagewidget) then ...
>
> => Compiles ok.
>
You should not need the class type, message widgets have the asf_message-flag 
set in iassistiveclient.getassistiveflags() result.

> But when, for example, a error message is sent, I do not understand how the
> assistive interface works:
>
> Is it with one of this actions ? :
>
>   procedure doenter(const sender: iassistiveclient);

iassistiveserver.doenter() is called by the widgets after activating.

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to