[Gambas-user] How to ensure Message is visible?

zainudin ahmad author.ilmi at ...626...
Mon Nov 9 08:18:47 CET 2015


I hope this code can help

Public Sub BtnOK_Click()
    ......
  Me.Stacking = Me.Above '<==== position in above TODO
  'TODO: How to ensure the message is top of other forms?
    .....

    If Object.IsValid(Me) Then Me.Stacking = Me.Normal '<====  postion in
above End
End

On Fri, Nov 6, 2015 at 6:30 AM, Jussi Lahtinen <jussi.lahtinen at ...626...>
wrote:

> See attachment. Look up tasks tab and the relevant TODO.
> If there are multiple alarms, and you will set one of the alarms to alarm
> later,
> then the confirmation message stays behind the alarms. And thus the program
> seems to be frozen.
>
> The code which is commented out causes random crashes. And generally wont
> work.
> Is there easy way to do what I want?
>
>
>
> Jussi
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>



More information about the User mailing list