Results 63 comments of ashbb

Are you using Shoes3 (0.r1514)? If so, I guess that there is a gem which requires rubygems over 1.3.5. What platform are you using? If you use Windows, try out...

Hi @Skyblues, Umm,... strange. How did you install Green Shoes? If you installed Green Shoes by `gem install green_shoes`, all runtime dependencies should be installed... The following is the list...

Hi Jim, I found my old environment with ruby 1.9.2. C:\tmp>ruby -v ruby 1.9.2p290 (2011-07-09) [i386-mingw32] C:\tmp>gem list *** LOCAL GEMS *** atk (1.0.4 x86-mingw32) bundler (1.0.18) cairo (1.10.1 x86-mingw32)...

@BeenaShetty Thanks for the post. There is no special method to display data in table format in Shoes. But you can write the code by yourself. ;-) How about using...

Yes, you are right. Red Shoes can run this code: class ListCell < Shoes::Widget def initialize(entry) fill black r = rect() r.width= 600 r.height= 27 para entry, :stroke => white...

Hi facetoe, Thank you for trying Green Shoes. I looked at both http://pastie.org/3230151 and http://pastie.org/3234189 But sorry, I don't have a Mac, so I can't recreate your problem. :( The...

Umm,... maybe IRB could be the problem. Could you try to save a snippet to a local file (e.g. test.rb) and execute (`ruby test.rb`)?

And, try to the following snippet. require 'cairo' require 'pango' require 'gtk2' win = Gtk::Window.new win.set_default_size 300, 300 canvas = Gtk::Layout.new surface = Cairo::ImageSurface.new Cairo::FORMAT_ARGB32, 300, 300 context = Cairo::Context.new...

Oh, bingo! It seems that you found a bug of Ruby/GNOME2 (Pango, Cairo or something) for OSX. I'm going to post this issue to ruby-list ML (Japanese ML), so please...

OH, wait! Before I post a mail to ruby-list ML, could you try to update some gems? The gtk2-0.90.5 and cairo-1.10.0 are old. The latest vesion is 1.1.2.