wxruby
Problem after installing wxruby, no suitable image found, on Mac OS 10.6 & 10.7 & Red-Hat
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[详细]
2023-03-28 00:40 分类:问答" wrong number of arguments" error in frame class initialization in wxRuby
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][详细]
2023-03-24 23:54 分类:问答Is it possible to use RMagick to draw overlays on to other application windows?
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[详细]
2023-03-04 20:24 分类:问答StaticText / StaticBitmap on Button blocking events
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.[详细]
2023-02-20 00:27 分类:问答Does wxRuby run with Ruby 1.9.2
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,[详细]
2023-02-10 08:26 分类:问答How to make a control invisible?
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).[详细]
2023-02-02 07:24 分类:问答Ruby 1.9 compatible plotting / graphic library?
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.[详细]
2023-01-16 03:52 分类:问答Can't add menu item using wxRuby
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:[详细]
2023-01-13 05:18 分类:问答How to write a wxRuby program that will just drawText and setPixel without going into main_loop?
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[详细]
2023-01-10 01:51 分类:问答"gem install wxruby" but require 'wxruby' won't work
I did gem install wxruby on Win 7 and in Ruby 1.8.6 require \'rubygems\' require \'wxruby\' but it will say[详细]
2023-01-09 16:34 分类:问答