I\'ve written a program that measures my typing speed. As part of this, I need it to count how many characters I\'ve typed. I did that with
I\'ve got a problem when using Shoes. I\'m basically trying to open an excel document and pass the names of the worksheets to a list_box. The following method is called on a button press after selecti
I\'ve got this as my code openAll = File.open(\'N:\\Josh\\Blondie\\db.txt\') allNumbers = Array.new allNumbers=[]
first..sorry for my poor english and my big noob question..the problem is... I need create a little shoes app than show the excel files inside a folder (this is only a part)...I define a method like
I\'m using the shoes GUI toolkit, and I\'d like to have a tooltip show up when the user rolls over a button.
I\'m new to ruby ... and shoes... and programming but here is my prob: I made a timer which puts the timed amount into a txt file as a log. It also keeps an all time running total in a separate txt f
The rotate command i开发者_C百科n shoes rotates the entire canvas around its upper left corner. I only want to rotate a line (or other shape) around its own corner, though. How do I do that?Rotate doe
I want to run a program which changes the background depending on which gender you choose in a edit list.
I\'m trying to learn Shoes and decided to make a simple GUI to run a SQL-script line-by-line. M开发者_运维技巧y problem is that in GUI pressing the button, which executes my function, freezes the GUI
Where is the mistake? If a request for hard-coded \'test\' instead @edit.text then a success, but if using a variable then the request fails.