From: Leslie Viljoen Date: 2006-08-08T00:05:05+09:00 Subject: FxRuby FxChoiceBox segfault Hello! I am trying the following: puts FXChoiceBox.ask(@app, 0, "Export to database?", "#{exp.devices.length} records accepted, #{exp.rejected} records rejected.\n" + "Would you like to continue with the export?", nil, ["Yes", "No"]) ...and getting: D:/Work/Workspace/Massage/publish_to_hub.rb:277: [BUG] Segmentation fault ruby 1.8.4 (2006-04-14) [i386-mswin32] I'm not sure if this is a bug or not. This is with FxRuby1.6 that comes with the latest Ruby one-click installer. Any ideas? I am finding the documentation to be a bit lacking in practical information. Is there a place on the web where there are more FxRuby EXAMPLES than the few that come with FxRuby? Les