shoes Questions

2

Solved

I am trying to grab all records where Player's relationship called stats() has a column value of something. I would usually do ::where('column_name' 'column_value') for the players table, but how c...
Humphreys asked 29/3, 2017 at 23:20

2

I've been having a problem with including Shoes in a Shoes app for Windows. The packager tool works perfectly when I don't ask to include Shoes in the app: I get an .exe that, if launched on a Shoe...
Hammy asked 8/3, 2013 at 14:51

4

Solved

I borrowed some code from a site, but I don't know how to get it to display. class Stopwatch def start @accumulated = 0 unless @accumulated @elapsed = 0 @start = Time.now @mybutton.configure(...
Alicealicea asked 13/5, 2009 at 16:29

2

Solved

I am writing a little Shoes app that requires a library I wrote with my regular Ruby installation. My library uses the 'net-ssh' gem and a bunch of other Ruby libraries. When I run my library dire...
Antagonize asked 4/2, 2009 at 17:46

2

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 on...
Harcourt asked 20/4, 2012 at 2:7

4

I've done quite a bit of research on Ruby GUI design, and it appears to be the one area where Ruby tends to be behind the curve. I've explored the options of MonkeyBars, wxRuby, fxRuby, Shoes, etc....
Carpology asked 17/5, 2010 at 16:11

2

Solved

As the title suggests, I'm just looking for a way of pressing a button in Shoes without clicking it. I've searched the forum, but unfortunately can't find anything. Thanks
Cleanse asked 19/8, 2011 at 13:29

4

Solved

I was wondering if it was possible to change the my Shoes app's icon? I imagine its style-oriented, but I haven't been able to find anything on it. Is this possible?
Halloo asked 9/1, 2009 at 3:16

3

Solved

Does someone create real desktop GUI application with shoes or is it just used for learning purposes? Can shoes be compared with qtruby or gtk for ruby?
Heighten asked 17/7, 2011 at 17:43

2

Solved

Is there a way to package a Shoes.app to a standalone Mac.app?
Bradford asked 24/4, 2011 at 12:19

3

Solved

I want to develop a Windows application. Honestly I care little about cross-platforms for now (but still would be good) I want to use Ruby, since it has quite a simple syntax and is so.. well, sim...
Ridinger asked 2/1, 2011 at 2:33

1

Solved

It's encouraging that Shoes (the Ruby GUI framework) has excellent packaging functionality, but I'm concerned that it doesn't actually 'wrap' itself around created applications. Packaging for OSX o...
Slog asked 15/7, 2010 at 4:14

5

I used packager to make an executable file for the following code: Shoes.app do stack :margin => 10 do @edit = edit_box :width => 1.0 do @para.text = @edit.text end @para = para "" end...
Burkle asked 12/12, 2008 at 16:17

1

Solved

I can't seem to get the Ruby Shoes packager to correctly create an exe with Shoes included. I'm using the Raisins release (0.r1134), with the pack.rb replaced from github. The exe's the packager ma...
Hipolitohipp asked 2/3, 2010 at 17:46

2

Solved

The (Ruby Shoes) packaging solution from Hacketyhack.net doesnt work. Can anyone point me to an alternative?
Trimetrogon asked 7/9, 2009 at 19:39

5

Solved

I started using IRC at a young age, and I have always been fascinated with it. As a language exercise, I was thinking about programming a simple IRC client in Ruby with Shoes as a graphical front-e...
Contort asked 23/8, 2008 at 15:49

1

Solved

I'd like to start tinkering around with Shoes. There is one thing I can't figure out. How do I reload a running Shoes application after saving changes to the source code? I've already found the hot...
Blacking asked 4/1, 2009 at 0:50

5

Shoes has some built in dump commands (Shoes.debug), but are there other tools that can debug the code without injecting debug messages throughout? Something like gdb would be great.
Yester asked 15/9, 2008 at 14:54
1

© 2022 - 2024 — McMap. All rights reserved.