Displaying 1 result from an estimated 1 matches for "placement_owner".
2008 Jan 21
1
FXSplashWindow
...t 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)
}
splash = FXSplashWindow.new(app,icon)
splash.create
splash.show(PLACEMENT_OWNER)
app.runModalWhileShown(splash)
I get a Segmentation fault at the splash.create line. Does
FXSplashWindow work in fxRuby 1.3.13?
Thanks,
Jason Thomas
This message and any enclosures are intended only for the addressee. Please
notify the sender by email if you are not the intended recipie...