Displaying 2 results from an estimated 2 matches for "fxsplashwindow".
2008 Jan 21
1
FXSplashWindow
I saw Jeroen''s suggestion on how to use FXSplashWindow on the
foxgui-users list and thought I''d try it.
My attempt was as follows:
require ''fox16''
include Fox
app = FXApp.new("App")
icon = nil
File.open(''icon.gif'', ''rb'') { |f|
icon = FXGIFIcon.new(app, f.read)
}...
2006 Dec 18
0
[fxruby] howto show a warningmessage 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?
Hum, then have you tried the FXProgressD...