Shoes is a cross-platform toolkit for writing graphical apps easily and artfully using Ruby. Unlike most other GUI toolkits, Shoes is designed to be easy and straightforward without losing power.

learn more… | top users | synonyms

0
votes
1answer
36 views

List Box in Ruby Shoes

I've been using Ruby Shoes for the past week or so, trying to get a nice introduction to it. I just started using the list_box but I can't figure out how to code it out so that when a specific choice ...
0
votes
0answers
21 views

Using the Ruby Shoes GUI toolkit, how would I go about being able to edit my GUI in different areas of code

I'm writing a horse race/bet game using Shoes and I was wondering how I would be able to change the GUI in different areas of code. When I run this, I get the horse on one application and then the ...
5
votes
1answer
214 views

Facebook Desktop Application

So I'm trying to program a simple desktop application to login into someone's facebook. Right now that's my only objective, just log into facebook. I'm coding in Ruby and am using shoes GUI toolkit. ...
0
votes
0answers
31 views

Ruby Shoes - Package Application, error : no such file to load — rubygems

I have a shoes application find_time.rb, I packaged and got a find_time.run and find_time.shy file. I run that find_time.shy file as follows chmod +x find_time.run ./find_time.run and get ...
1
vote
1answer
35 views

ruby shoes - removing minimize and exit buttons

I've been looking for any ideas of how this could be done using the Shoes toolkit, but with no great success. Does anyone know at least a point to start from? I am building a small mail client and I ...
1
vote
1answer
67 views

Ruby Enumerable and Yield usage

Sorry in advance if I am not asking my question in the correct way. Trying to get this bit of Ruby code to work. What I don't understand is how to make the click do at the bottom call the yield ...
0
votes
1answer
48 views

How to create non editable edit_box with autoscroll with Ruby and Shoes?

Hi I'm create chat application with Ruby and Shoes. This code is prototype def send @dialog.text += "\n" +">> nickname: " + @user_message.text @user_message.text = "" end Shoes.app :width ...
1
vote
1answer
46 views

Permission Denied - External Program Call Using Shoes With Ruby

Warning, I'm a complete beginner, probably in way over my head, but I like to dive in head first with most things. Here is my code, I'm trying to simply open Adobe Acrobat Reader. When I use this ...
3
votes
0answers
63 views

Including Shoes in Shoes package

I've been having a problem with including Shoes in a Shoes app for Windows. The Packager tool wokrs perfectly when i don't ask to include Shoes in the app : I get a .exe that, if launched on a ...
0
votes
1answer
40 views

Output answers in to textfile?

I'm using ruby and shoes to create a test for some students. I want to know how to have them click a button and their answers in the text boxes are sent to the desktop in a text file format. Thanks.
0
votes
0answers
32 views

Exiting Shoes app breaks my loop! How can I prevent this?

I have a command_line (shell) loop that waits for the user to input characters. Depending on what the user types, different things will happen but the loop will always continue until a user types ...
0
votes
0answers
30 views

RailsApp to (kind of) Standalone?

I did a first small Rails-App. I thought about running it purely localy at a friends computer (It is made to track his students payments, for different schools). Is there a chance to do a small ...
2
votes
1answer
90 views

Handling tables in ruby shoes framework

Could any one please tell me a nice tutorial regarding how to create edit and delete table in ruby shoes framework??
0
votes
0answers
52 views

Removing Focus in Ruby Shoes

Essentially I have a drawn box that I want to move with the arrow keys: def geneSelector #(geneArray) pixelsAcross = 32 pixelsDown = 28 size = 18 stroke rgb(255, 215, 0) nofill ...
0
votes
1answer
61 views

Ruby Shoes, multiple element deletion

Basically I'm trying to reprint this method every time a dropbox option is selected. However, the: inscription "test", :margin => 1, :stroke => rgb(x, x, x) Elements do not delete. They just ...
0
votes
1answer
54 views

Ruby Shoes Hover element

Hover element dosen't work. Where is problem? How fix it? Shoes.app :width => 635, :height => 410 do background image "http://PATH_TO_IMAGE" a = stack :width => 360, :height => ...
1
vote
0answers
45 views

Accessing Msacess database using shoes ruby framework

Could any one tell me how to access ms acess database using shoes(ruby framework). I want to create a form in shoes could anyone help me out of this.
3
votes
1answer
96 views

Is there a way to run directly a ruby shoes app?

I managed to build shoes on Linux (Mint 14), but apparently I can only run my script by first running the shoes executable and selecting "Open an App". That's a bit tedious, but when I run ruby ...
1
vote
0answers
40 views

How to set a default directory for ask_open_folder() in Ruby Shoes?

I am writing a small app in Ruby using Shoes GUI. In this app user need to select several directories as import destinations. Is there any way to give a default path for ask_open_folder() (based for ...
0
votes
1answer
42 views

Can't align middle a list_box

I can't align middle a list_box in ruby shoes. I have test a few things, including :right => "50" or :left => "50", but it still not work. Shoes.app do stack :width => "100%", :height => ...
1
vote
2answers
62 views

Ruby shoes, communicating between stacks

I'm having a big issue here. I can't communicate between shoes stacks. Here is a resumed exemple, in order to show the problem: Shoes.app do stack :width => "100%", :height => "25%" do ...
4
votes
2answers
78 views

get list_box from sql RUBY/shoes GUI

i have one problem How do I insert a list from the database in a listbox Example i trying $row_user = $db.execute( "SELECT user FROM usuarios" ) $row_user.each do |row| @users = list_box :items ...
0
votes
0answers
82 views

Cyrillic Characters in Ruby Shoes using edit_line element

I have a strange problem using shoes. I have attached a screenshot of a very simple GUI I am building for a Ruby Script that I hope to use to assist me in learning the Russian language. However I am ...
0
votes
3answers
172 views

Not able to execute Shoes from command

I have installed shoes on my MAC BookPro and tried executing from the terminal and got the following error message. jfleck-mbp:scripts_in_progress joe.fleck$ shoes just_for_fun.rb -bash: shoes: ...
2
votes
1answer
55 views

Shoes: img_list for put image

In Shoes is an element of IMAGE, through which I can display only one image. What if I> 100 images? Example: Shoes.app do img_list = [ "http://mycite.com/one.jpg", ...
1
vote
2answers
64 views

Killing Threads in Ruby Shoes doesn't seem to work?

I try to make this piece of code works in Ruby Shoes, but I can't succeed to kill the thread named "airodump". Each time I click on the "stop scanning" button, it doesn't do anything :s Thanks ...
0
votes
1answer
218 views

Connecting Shoes GUI to existing Ruby code

I built a command line game in Ruby and now I'm trying to build a GUI for the game using Shoes. I spent the morning reading about Shoes, looking at some code samples, and writing a bit of code ...
2
votes
1answer
116 views

Ruby - Can Shoes GUI catch the wheel mouse?

I'm trying to build a very simple vector drawing program. (In fact it's meant to be the base for others). I've already implemented zooming and panning, but I'd like to do as it works in autocad for ...
1
vote
1answer
196 views

syntax error unexpected keyword_end expecting '}' SHOES

My Son made a program for fun with Shoes, which is basically the same as ruby but has a gui. (only difference i know in syntax is alert instead of puts.) He got errors while running it ans looked to ...
0
votes
1answer
86 views

Does Shoes have a number input?

I'm trying my luck with Shoes and wanted to create a number input. I know there's list_box but that's a simple dropdown select which would require an array of known numbers. However I don't know how ...
5
votes
1answer
130 views

How to implement a blur event for Ruby Shoes

I'm experimenting with Ruby Shoes. I want controls that become editable as you give them focus, and become text again when they loose it. So far I have the following... class NameBox < ...
0
votes
1answer
31 views

How to make the width of a flow automatically with Shoes?

The width of a flow or stack must be a number, but if I don't know how wide the flow will be, the flow will become as wide as it can. How to make it as wide as it's child elements automatically with ...
1
vote
0answers
140 views

So transparent that i can't catch it…Using Rghost to emulate ghostscript command as would be on virtual printer

as a ruby newb i've been on a little ghost hunt that you might be of some help I read a lot and was told the best way to get these sneaky fellows was using a script : ghostscript. I'm trying to ...
0
votes
1answer
141 views

Aligning a Stack when using Shoes

I am using Shoes as a GUI toolkit for Ruby. My question is how do u align a whole stack? I managed to align a para to the centre, but the :align does not work on a stack... Any ideas please
1
vote
2answers
202 views

how to build shoes and ruby 1.9.3?

I have been trying to build shoes with ruby 1.9.3, and get the following errors at the end of the build: main.c:(.text+0x70): undefined reference to `ruby_snprintf' main.c:(.text+0xcb): undefined ...
0
votes
2answers
85 views

Update value displayed based on instance variable?

As far as I know, if all I wanted to do was do "puts" in a console, then I would not be having to ask this question. (However, finally I am asking you all at StackOverflow myself, though I've been ...
0
votes
2answers
161 views

Ruby Shoes: counting the amount of times a value occurs in an Array

I'm making a Yahtzee game in Ruby using Shoes when I click Button "Two" the code is suppose to count the amount of times the value 2 occurs in an array. For every instance of the value 2 that ...
18
votes
1answer
719 views

How to package ruby shoes apps on OSX 10.7

I have been making an app using Ruby Shoes. I am happy with how it turned out and would like to share it with some friends. However, the GUI packager doesn't work in OSX and the Windows packager only ...
0
votes
1answer
126 views

Using shoes ask() to do math?

Hi guys I am using shoes to tackle a problem for ign's code foo. The problem is You own a license plate manufacturing company. Write a program that takes a population and determines the simplest ...
1
vote
2answers
413 views

Running shoes ruby 1.9.3 problems

I have installed shoes successfully but when I run the command to start shoes./dist/shoes I get this message bash: ./dist/shoes: No such file or directory I'm running Ubuntu 11.10 and using ruby ...
0
votes
2answers
334 views

Magento configurable items - multiple store views and size variations/conventions

I'm running Magento Enterprise 1.11.2.0 and my inventory is primarily shoes. I use 3 store views: EU, UK, and US. My size attribute across these 3 views allows me to specify equivalents for each ...
2
votes
2answers
117 views

Plotting individual pixel in shoes:Ruby

i am working with Shoes in Ruby. I could not find a method to plot individual pixels in the shoes window.... Can anyone help me?? :)
1
vote
2answers
252 views

Ruby Shoes: using .click on an image cannot tell left from right click

I was trying to make an image that raises a number by one when left clicked and lowers it when right clicked. I was able to make shoes detect which button is clicked with the below code: Shoes.app do ...
0
votes
1answer
387 views

Ruby - how to clear a variable content?

I guess it's written somewhere but maybe I use the wrong keywords... I'd simply like to clear a content in a variable after pressing a button (via Shoes): Shoes.app do @text = edit_line ...
0
votes
1answer
143 views

Shoes installation

I run Ubuntu 11.10 and I am attempting to download shoes. I download it like it says on the site, double click the .run program , and it gives me a text file. please help
1
vote
1answer
143 views

Cairo and Shoes in Ruby

How do I use Cairo ta draw on a shoes window? I am trying to start a school project for Computer Graphics. Can anybody post a simple code that draws a circle on a shoes window? I'd be very grateful. ...
0
votes
1answer
212 views

Ruby Shoes and gems with native extensions

Ruby. Shoes. DataMapper. After an encoding error I get 'failed to build native extensions'. That happens when I do the Shoes.setup and it tries to fetch and install the gem. Since Shoes can't be run ...
1
vote
1answer
70 views

list_box won't use default value on startup - Shoes.

I'm trying to use a list_box to select from different types of conversions. When I start the program and enter a number it does nothing, but if I click the next item in the list_box it works fine. ...
2
votes
1answer
220 views

Abort Rubys Shoes animation

I'm starting to code GUIs with Shoes. I tried the progress bar from the examples, but I found no way to exit the animation, break did not work... animate do |frames| unless frames > 100 ...
1
vote
2answers
68 views

Trying to access the “current dir” in a packaged Shoes app

I need to build an app which reads a file which is external to the Shoes package I'll be distributing it in. In my app, Dir.pwd points to the temp dir (at least in Windows) where the script is ...

1 2 3 4