I am trying to install wxruby. I\'ve tried gem install wxruby, gem install wxruby-19-2.0.0 download开发者_StackOverflow中文版ing the wxruby-2.0.1-universal-darwin-9.gem. I tried the arch -i386 ruby ch
I am trying to find my bearings using wxRuby, and am using this, perhaps outdated, tutorial with ruby 1.9.2p180 (2011-02-18) [i386-mingw32]
I am building a desktop app that will put a simple graphical HUD on to other application windows. So basically I need for my app to be able to access another app as the parent, and then build out the
So I have a simple setup here where I make a button, place a bitmap and some text on it, and then hook up an event handler.
I am investigating cross-platform GUI tool开发者_运维问答kits with Ruby bindings. wxRuby appears to be a pretty good one, but I am wondering if it has bindings for Ruby 1.9.2.It does work with 1.9.2,
I\'ve made several TextCtrls and Button, but currently users of my application don\'t want to see them. So I have to hide them temporary (for current build).
I feel like I have a simple desire that no one can satisfy: I want to be able to graph a set of points, and I am using Ruby 开发者_如何转开发1.9.2.
I am just starting to play with wxRuby, using the samples which come with it. However, I can\'t seem to add a menu item. I have tried a bunch of things, but here is what I want to do:
I want to write a prog开发者_运维问答ram that will constantly compute numbers, and draw on the window canvas, including drawing text and setting pixels.So the program probably cannot go into an event
I did gem install wxruby on Win 7 and in Ruby 1.8.6 require \'rubygems\' require \'wxruby\' but it will say