Tagged Questions

1
vote
1answer
378 views

How do you make a window to fill the entire screen?

Can someone give me a pointer on how to make a window in Shoes to fill the entire screen? I am looking to have a window that is akin to Writeroom. Thanks.
0
votes
0answers
36 views

shoes url not working in Ubuntu?

Hello all, i have been using Shoes in windows from couple of months and it was working awesome, but now i am having Ubuntu set up on my machine and i am trying to run shoes in it but it seems like URL …
0
votes
3answers
138 views

Best way to create GOOD LOOKING, multi-platform, desktop Ruby apps?

Hi everyone, I've got an idea for an idiotically simple application, one that converts HAML and SASS into HTML & CSS files for the user by watching directory changes (like Compass). Almost all the …
1
vote
1answer
43 views

Automatic height of edit box

My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it's …
2
votes
3answers
283 views

Does Shoes have a list view control?

I was taking a look at Shoes which seems like a very nice tool for quick GUI applications. The common elements/controls, however, don't seem to include the equivalent of a list/report view (e.g., …
0
votes
1answer
32 views

Centring a flow in Shoes

Can I center the contents of a flow in Shoes? I know that a paragraph can be centred like: para 'Centred paragrpah', :align=>'center' However, this does not work with flows: …
0
votes
1answer
50 views

How can I create a hidden button in Shoes?

In Shoes, I'd like to create a button that is initially hidden. I've tried passing :hidden => true as part of the button style, as well as calling @button.hide() after creating it, but it remains …
5
votes
5answers
692 views

What is best way to debug Shoes applications?

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.
0
votes
5answers
503 views

How to execute ruby script on some event?

Hi, everyone! I want to execute another ruby script from my Shoes app. I try button "..." do `ruby -rubygems /Users/kemiisto/Desktop/Ruby/gears.rb` end but nothing happens. In the case of …
2
votes
2answers
184 views

Method for building lightweight, cross-platform, text editor

I'm planning to build a simple, lightweight text editor that combines a great look with keyboard focused input. I want to have a lot of control over things like antialiasing and all the graphics in …
0
votes
2answers
90 views

Hover and menus and buttons

I want to setup a rect/slot, that when hovered over, creates a little window hovering off the side of the rect/slot (a little overlapping). I'd also like to fit some buttons in the little menu. I'd …
0
votes
1answer
92 views

Alignment of edit_line

I am using Shoes 0.r1134, on Mac OS X 10.4 When running the following code, Shoes.app do edit_line("Something") edit_line("Something Else") end the second edit_line control seems to be …
0
votes
2answers
88 views

How do I use Ruby1.9 with Shoes?

Shoes wraps it's own Ruby install, right? I can't use Fiber which is a Ruby1.9 feature. And, I want to use a Fiber for creating a generator. Here's my code (so you can make sure the problem isn't …
0
votes
2answers
132 views

Run Shoes clone in IronRuby

I found cool article on Creating cross platform GUI's with IronRuby where someone re-created the Shoes DSL by _why the lucky stiff in IronRuby. Awesome right! So, I downloaded the IronRuby …
0
votes
1answer
173 views

gedit cannot open shoes2.run

hello i've just downloaded shoes but can't get them out the box. double clicked on shoes2.run in ubuntu intrepid and gedit opened with the following message: " Could not open the file …

1 2 3 4 5 6 next
15 30 50 per page