On Saturday 19 September 2015 19:02:03 che fou wrote:
> thanks
> zengl has its active rendering loop internally (which is bad design)
> so handling msegui event should be inside this rendering loop .
> is there a way to know if an event has been triggered ? , so in the
> rendering function i'll write some thing like :
> if application.some_event_is_going_to_be_handled then
>  application.processmessage else
>  begin
>    rendering;
>  end;
>
There is gui_hasevent() from unit mseguiintf. It will not resolve the modal 
dialog problem.

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to