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

zainudin ahmad author.ilmi at ...626...
Tue Nov 10 00:01:18 CET 2015


in my mind the solution only create messagebox by myself (but  I never try
it  before) from a form and the stacking property set to above. or may be
someone have a better idea ?

On Mon, Nov 9, 2015 at 10:28 PM, Jussi Lahtinen <jussi.lahtinen at ...626...>
wrote:

> 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.ilmi at ...626...>
> 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.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
> > >
> > >
> >
> >
> ------------------------------------------------------------------------------
> > 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 at 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list