Philippe Lang
2006-Dec-18 07:17 UTC
[fxruby-users] [fxruby] howto show a warning message thatdisappears again?
fxruby-users-bounces at rubyforge.org wrote:> Dear all, > > I have an application in which I want to show a warning > message "this will take some time..." if somebody presses a button. > I have tried to do this with FXSplashWindow, but without much success > so far:I''m sorry I cannot help, but is a Spash Screen the best widget to use in your case? This is normally used during startup. What about using an FXMessageBox instead? --------------- Philippe Lang Attik System -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3125 bytes Desc: not available Url : http://rubyforge.org/pipermail/fxruby-users/attachments/20061218/165833fb/attachment.bin
Axel Etzold
2006-Dec-18 16:16 UTC
[fxruby-users] [fxruby] howto show a warning message thatdisappears again?
Dear Philippe, thank you for responding. I think I normally would have used FXMessageBox, but here, I want to tell an impatient user to wait a while while an external application is started. I want the MessageBox to be shown, say 3 to 5 seconds, and then disappear again, without further user action, like clicking a button. I don''t think that''s possible with FXMessageBox, is it ? Thank you, Best regards, Axel -------- Original-Nachricht -------- Datum: Mon, 18 Dec 2006 08:17:19 +0100 Von: "Philippe Lang" <philippe.lang at attiksystem.ch> An: fxruby-users at rubyforge.org Betreff: Re: [fxruby-users] [fxruby] howto show a warning message thatdisappears again?> fxruby-users-bounces at rubyforge.org wrote: > > > Dear all, > > > > I have an application in which I want to show a warning > > message "this will take some time..." if somebody presses a button. > > I have tried to do this with FXSplashWindow, but without much success > > so far: > > I''m sorry I cannot help, but is a Spash Screen the best widget to use in > your case? This is normally used during startup. What about using an > FXMessageBox instead? > > --------------- > Philippe Lang > Attik System >-- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
Ernest Ellingson
2006-Dec-18 17:34 UTC
[fxruby-users] [fxruby] howto show a warning message thatdisappears again?
Why not try a modal dialog. When it shows start a thread with a timer to close the modal dialog after x number of seconds. Ernie Axel Etzold wrote:> Dear Philippe, > > thank you for responding. > I think I normally would have used FXMessageBox, but > here, I want to tell an impatient user to wait a > while while an external application is started. > I want the MessageBox to be shown, say 3 to 5 seconds, > and then disappear again, without further user action, > like clicking a button. > I don''t think that''s possible with FXMessageBox, is it ? > > Thank you, > > Best regards, > Axel > > -------- Original-Nachricht -------- > Datum: Mon, 18 Dec 2006 08:17:19 +0100 > Von: "Philippe Lang" <philippe.lang at attiksystem.ch> > An: fxruby-users at rubyforge.org > Betreff: Re: [fxruby-users] [fxruby] howto show a warning message thatdisappears again? > > >> fxruby-users-bounces at rubyforge.org wrote: >> >> >>> Dear all, >>> >>> I have an application in which I want to show a warning >>> message "this will take some time..." if somebody presses a button. >>> I have tried to do this with FXSplashWindow, but without much success >>> so far: >>> >> I''m sorry I cannot help, but is a Spash Screen the best widget to use in >> your case? This is normally used during startup. What about using an >> FXMessageBox instead? >> >> --------------- >> Philippe Lang >> Attik System >> >> > >