-
Trying to package up a directory into a windows exe results in the following error in the console.
Error in C:/Program Files (x86)/Common Files/Shoes/0.r1134/ruby/lib/resolv-replace.rb line 10
Hostn…
-
The following code freezes on my machine. I'm using Linux.
```
Shoes.app do
Thread.new do
alert("Hello, world!")
end
end
```
fela updated
13 years ago
-
shoes raisins (0.r1134) [i386-mswin32]
guai updated
14 years ago
-
Edit lines float magically above other things in GTK. This can be very strange when the edit line is contained in a scrolling slot.
I tried this with 1247 and a few other builds of shoes, including r…
-
This is probably something unique to me rather than a fault of Shoes, but Shoes is failing to build on my Fedora (x86) setup.
This is some of the output around the rake failure (with --trace and -v) …
-
It would seem that the "location" method is a perfect way to do some reflection while using shoes url scheme (see the book example). However, that method is defined on app, and is thus not available f…
-
**cursor shape doesn't change.**
**Version**: Shoes-0.r1134 (Raisins) and 0.r1243 (Policeman)
**OS**: Window XP
**Error messages**: No error messages on the console
**ML Discussion**: [Isn't it st…
ashbb updated
14 years ago
-
```
Shoes.app do
stack do
edit_line
edit_line
button "One"
button "Two"
end
end
```
On Windows, the Tab order is Button2->Button1->edit line2->edit line1 instead of edit line1->ed…
-
Hi,
I would like to be able to assign a parent_id, since that's how usually things are handled in forms.
right now the gem does not handle changing path and depth fields when you assign the parent_id…
-
See this Stackoverflow question: [Masks and transparency](http://stackoverflow.com/questions/623511/masks-and-transparency/2086416#2086416)
For instance, the following code,
```
Shoes.app do
banner…