[Gambas-user] How to use MessageView when closing a form?

Bruce Steers bsteers4 at gmail.com
Thu Aug 26 19:21:55 CEST 2021


Use mvwOutpit_Close() event to close form?


On Thu, 26 Aug 2021, 18:09 bb, <adamnt42 at gmail.com> wrote:

> (Internal #614)
>
> We are trying to show a MessageView when the user clicks on a button
> that closes the form or presses ESC. So in btnCancel_Click() we have
>
> Public Sub btnCancel_Click()
>
>   Action["Exit"].Enabled = False
>   mvwOutput.Open("Search abandoned", Picture["icon:/32/emote-sad"])
>
>   While mvwOutput.Visible
>     Wait 0.1
>   Wend
>
>   Me.Close
>
> End
>
> which works, but seems a terrible waste of electrons (top shows it
> using 7% CPU).
>
> Anyone got a better idea?
>
> tia
> bruce (&Caarol, Joe and Fels)
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210826/8879f8b2/attachment.htm>


More information about the User mailing list