Questions tagged [fxruby]

FXRuby is a well documented graphics library in the scripting language Ruby.

FXRuby is a well documented graphics library in the scripting language Ruby.

34 questions
0
votes
1 answer

Bundle Update Error - Fix for kernel_require.rb:55:in `require':

I am have essentially the same issue that the guy has in this question: kernel_require.rb:55:in `require': cannot load such file error I am trying to do the bundle fix but I cannot update bundle. $ sudo gem install bundle Fetching: …
user3738936
  • 936
  • 8
  • 22
0
votes
2 answers

Exit dialog box after clicking

I am using fxruby to create a dialog box which has few options. Here is the part where I display one option and what happens after clicking that one. # Download file dwd_file= FXButton.new(contents, "&Download\tDownload file", :opts =>…
Ross
  • 109
  • 2
  • 10
0
votes
4 answers

Best way to create GOOD LOOKING, multi-platform, desktop Ruby apps?

I've got an idea for an idiotically simple application, one that converts HAML and SASS into HTML & CSS files for the user by watching directory changes (like Compass). Almost all the components are already available in the community, I just need to…
btelles
  • 5,390
  • 7
  • 46
  • 78
0
votes
1 answer

FXRuby intercept window close

I've created a 'confirm exit' dialog box to prompt the user when exiting. I've successfully connected it to an 'exit' menu command, but I also want to connect it to the window-close (X) button. How can I do this? I've had some experience with Java…
Daniel Brady
  • 934
  • 3
  • 11
  • 27
1 2
3