The stacking is already set above to ensure that alarms are above other
windows. The problem is with Message() which does not go above other alarms.


Jussi

On Mon, Nov 9, 2015 at 9:18 AM, zainudin ahmad <author.i...@gmail.com>
wrote:

> 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.lahti...@gmail.com>
> 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@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> >
>
> ------------------------------------------------------------------------------
> Presto, an open source distributed SQL query engine for big data, initially
> developed by Facebook, enables you to easily query your data on Hadoop in a
> more interactive manner. Teradata is also now providing full enterprise
> support for Presto. Download a free open source copy now.
> http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to