Re: [Gambas-user] Passive wait ???

2009-09-23 Thread Ricardo Díaz Martín
I think you need to use a Timer control inside the form to control your status bar message. It's simple to use. Regards, Ricardo Díaz 2009/9/23 M0E Lnx m0e@gmail.com Never heard of a statuslabel before... but yes... I need it to clear after 5 seconds On Sep 22, 2009 5:07 PM, Benoît

Re: [Gambas-user] Passive wait ???

2009-09-23 Thread M0E Lnx
Timer seems to do the trick Just to be sure though.. 5 seconds = 5000 miliseconds? Can somebody verify that for me? -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you

Re: [Gambas-user] Passive wait ???

2009-09-23 Thread Lee McPherson
Yes M0E Lnx wrote: Timer seems to do the trick Just to be sure though.. 5 seconds = 5000 miliseconds? Can somebody verify that for me? -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is

Re: [Gambas-user] Passive wait ???

2009-09-23 Thread M0E Lnx
Great. Thank you. This takes care of what I needed to do On Sep 23, 2009 2:47 PM, Lee McPherson leemcpher...@gmail.com wrote: Yes M0E Lnx wrote: Timer seems to do the trick Just to be sure though.. 5 seconds = 5000 milise...

[Gambas-user] Passive wait ???

2009-09-22 Thread M0E Lnx
I'm trying to implement soft of a status bar on my application. When certain actions are performed, I want to display the successful results on this status bar, rather than a pop-up message. This is an attempt to reduce the number of clicks necessary (get annoying after a while). So I thought, to

Re: [Gambas-user] Passive wait ???

2009-09-22 Thread David Villalobos Cambronero
What about using MessageLabel? Regards -- David - Original Message From: M0E Lnx m0e@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, September 22, 2009 2:55:24 PM Subject: [Gambas-user] Passive wait ??? I'm trying to implement soft

Re: [Gambas-user] Passive wait ???

2009-09-22 Thread Benoît Minisini
I'm trying to implement soft of a status bar on my application. When certain actions are performed, I want to display the successful results on this status bar, rather than a pop-up message. This is an attempt to reduce the number of clicks necessary (get annoying after a while). So I

Re: [Gambas-user] Passive wait ???

2009-09-22 Thread Benoît Minisini
I'm trying to implement soft of a status bar on my application. When certain actions are performed, I want to display the successful results on this status bar, rather than a pop-up message. This is an attempt to reduce the number of clicks necessary (get annoying after a while). So

Re: [Gambas-user] Passive wait ???

2009-09-22 Thread M0E Lnx
Never heard of a statuslabel before... but yes... I need it to clear after 5 seconds On Sep 22, 2009 5:07 PM, Benoît Minisini gam...@users.sourceforge.net wrote: I'm trying to implement soft of a status bar on my application. When certain actions are p... Sorry: ...and starts a timer to