Team,
I am trying to learn a GUI for Ruby and I picked wxRuby.
The problem is that I am kind of slow learning this and I now feel
frustrated after trying for about at least 7 hours.
I am trying to design a simple Sudoku 9x9 grid to display numbers, 1 -
9,
using buttons.
I posted a question on Ruby forum ruby-talk and a gentleman, Alex
Fenton,
answered my questions.
Alex gave me what appear to be great hints. However, as I said earlier,
I am
kind of slow and learn by example.
I tried reading the bigdemo that comes with wxruby and looked on RDOC
and
google, but can’t find any help.
Alex suggested to use this forum to get help.
I don’t want you to provide me with a solution but I need some solid
hints,
if you have the time and will not mind helping me.
I am including a code that I am using to play and learn wxruby. Please
take
a look at it and see if you can tell me why I can’t display all the
buttons
a defined. Only the first button, 1, is displayed.
Once I get those working I will be able to add the rest. The total for a
“normal” Sudoku puzzle is 81 for the 9x9 grid.
Thank you very much for your help.
PS: Is there a wxruby book that I can purchase?