active questions tagged shoes - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T01:59:35Z http://stackoverflow.com/feeds/tag/shoes http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1854808/shoes-url-not-working-in-ubuntu 0 shoes url not working in Ubuntu? Pradyumna 2009-12-06T08:52:12Z 2009-12-06T08:52:12Z <p>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 is not working .... i.e nothing happens when i click on it. Have anybody observed this problem. Any help on this? thanks Pradyumna</p> http://stackoverflow.com/questions/1767459/best-way-to-create-good-looking-multi-platform-desktop-ruby-apps 0 Best way to create GOOD LOOKING, multi-platform, desktop Ruby apps? btelles 2009-11-19T23:54:35Z 2009-11-25T16:51:46Z <p>Hi everyone, I've got an idea for an idiotically simple application, one that converts HAML and SASS into HTML &amp; CSS files for the user by watching directory changes (like Compass). Almost all the components are already available in the community, I just need to figure out what to use for the front-end.</p> <p><strong>The catch:</strong></p> <p>It must be:</p> <ol> <li>a standalone app (i.e. users must NOT be required to install Ruby or HAML), </li> <li>that looks good, </li> <li>and is available in several platforms (linux, mac, windows).</li> </ol> <p>So far I know very little about:</p> <ul> <li><p><strong>RubyScript2Exe</strong>: which packages ruby applications for you</p></li> <li><p><strong>Adobe AIR</strong>: desktop-style web-development...but is it easy to integrate with Ruby?</p></li> <li><p><strong>Adobe Flex</strong>: Is this only for web-based development?</p></li> <li><p><strong>Java /jRudy</strong>: (I get scared just thinking about it)</p></li> <li><p><strong>FXRuby</strong>: a ruby GUI toolkit which is unfortunately too old-fashioned (read 'ugly') to attract the audience I'm looking to target (designers and HTML developers....no, I'm not planning to charge for it, just want to make an attractive app)</p></li> <li><p><strong>Shoes</strong>: Another ruby-based GUI toolkit that may or may not suffice...is there a GUI builder for this?</p></li> </ul> <p>Of course, other options are more than welcome.</p> <p>If you provide an answer, please be kind enough to also leave a link to a good starter tutorial that integrates Ruby and your technology of choice?</p> http://stackoverflow.com/questions/1732947/automatic-height-of-edit-box 1 Automatic height of edit box Jeffrey Aylesworth 2009-11-14T01:43:57Z 2009-11-24T22:31:45Z <p>My shoes application has three items stacked on top of each other (with a stack, of course), in order:</p> <ul> <li>A banner</li> <li>An edit box</li> <li>Two buttons in a flow</li> </ul> <p>What I want to do is have the banner stay at it's default size (48px) and the buttons as well (I think this may be platform specific?) and have the edit box take up the remaining area on screen, and automatically resize with the window? Is this possible?</p> <p>If not, would it be possible if the buttons were moved above the edit box? (So the edit box would fill to the bottom of the window)</p> http://stackoverflow.com/questions/450535/does-shoes-have-a-list-view-control 2 Does Shoes have a list view control? Jim 2009-01-16T14:23:04Z 2009-11-20T00:22:21Z <p>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 (<em>e.g.</em>, ListView in Windows, NSTableView in OS X).</p> <p>Did I just miss this, or does it not (yet) exist?</p> http://stackoverflow.com/questions/1734967/centring-a-flow-in-shoes 0 Centring a flow in Shoes Jeffrey Aylesworth 2009-11-14T17:36:36Z 2009-11-18T17:40:05Z <p>Can I center the contents of a flow in Shoes?</p> <p>I know that a paragraph can be centred like:</p> <pre><code>para 'Centred paragrpah', :align=&gt;'center' </code></pre> <p>However, this does not work with flows:</p> <pre><code>flow(:align=&gt;'center') do … end </code></pre> <p>No errors are brought up, but the contents remain left justified.</p> http://stackoverflow.com/questions/1253093/how-can-i-create-a-hidden-button-in-shoes 0 How can I create a hidden button in Shoes? mikelygee 2009-08-10T04:21:01Z 2009-11-03T13:11:06Z <p>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 obstinately visible.</p> <p>I've been able to work around this by not creating the button until I want it shown, but that requires checking to see if it already exists, rather than just using it.</p> http://stackoverflow.com/questions/63618/what-is-best-way-to-debug-shoes-applications 5 What is best way to debug Shoes applications? matt-woodard 2008-09-15T14:54:18Z 2009-10-25T21:41:02Z <p>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.</p> http://stackoverflow.com/questions/439084/how-to-execute-ruby-script-on-some-event 0 How to execute ruby script on some event? kemiisto 2009-01-13T14:17:20Z 2009-10-25T08:39:38Z <p>Hi, everyone!</p> <p>I want to execute another ruby script from my Shoes app. I try</p> <pre><code>button "..." do `ruby -rubygems /Users/kemiisto/Desktop/Ruby/gears.rb` end </code></pre> <p>but nothing happens. In the case of other commands, for example </p> <pre><code>button "..." do `open /Applications/TextEdit.app/` end </code></pre> <p>all works fine. Any ideas?</p> http://stackoverflow.com/questions/680445/method-for-building-lightweight-cross-platform-text-editor 2 Method for building lightweight, cross-platform, text editor Daniel Worthington 2009-03-25T06:37:06Z 2009-10-16T16:24:58Z <p>I'm planning to build a simple, lightweight text editor that combines a great look with keyboard focused input.</p> <p>I want to have a lot of control over things like antialiasing and all the graphics in general, but I don't care about having a whole library of widgets. Almost the entire UI will be text-based and in the main canvas/window of the app.</p> <ul> <li>Toolkits like GTK and Qt seem like overkill - tons of widgets I don't need and a complex codebase.</li> <li>Titanium, AIR, and XULRunner are even bigger in some ways - dev would be quick, but that's not exactly the lightweight approach.</li> <li>Shoes seemed like a nearly perfect fit, but it's a little too small and doesn't support enough events (e.g. no window resize).</li> </ul> <p>What do you think, should I just build it on Cairo/Pango or another graphics library and roll the platform specific stuff myself? I'd rather use a framework of some kind.</p> <p>Basically all I want is:</p> <ul> <li>good event handling</li> <li>windowing</li> <li>menus</li> <li>drawing with really great type rendering choices</li> </ul> <p>I would love to build this cross-platform from the start.</p> http://stackoverflow.com/questions/810035/hover-and-menus-and-buttons 0 Hover and menus and buttons Timothy 2009-05-01T03:12:44Z 2009-10-15T12:00:01Z <p>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).</p> <p>I'd also like to fit some buttons in the little menu. I'd like the little menu to be longer (width-wise) than the original rect/slot, in order to fit many buttons, which means I can't use slot.hover, because the menu goes away if I move from the rect to the button thats off the rect... Any help?</p> http://stackoverflow.com/questions/584256/alignment-of-editline 0 Alignment of edit_line Herge 2009-02-25T00:20:47Z 2009-10-06T02:00:03Z <p>I am using Shoes 0.r1134, on Mac OS X 10.4</p> <p>When running the following code,</p> <pre><code>Shoes.app do edit_line("Something") edit_line("Something Else") end </code></pre> <p>the second edit_line control seems to be placed 4 pixels lower than the first one, in such a way that they are not flush with each other. Why is this?</p> http://stackoverflow.com/questions/1434283/how-do-i-use-ruby1-9-with-shoes 0 How do I use Ruby1.9 with Shoes? bias 2009-09-16T17:10:45Z 2009-10-05T19:44:27Z <p>Shoes wraps it's own Ruby install, right?</p> <p>I can't use Fiber which is a Ruby1.9 feature. And, I want to use a Fiber for creating a generator.</p> <p>Here's my code (so you can make sure the problem isn't with my code):</p> <pre><code>class BrownianGenerator def initialize @x = 0 @fiber = Fiber.new do loop do @x = @x+rand; Fiber.yield @x end end end def next; @fiber.resume end def rewind; @x=0 end end </code></pre> <p>and if I made a shoes app like this:</p> <pre><code>Shoes.app do @b = BrownianGenerator.new end </code></pre> <p>if I pull up the shoes console, I see the error:</p> <pre><code>uninitialized constant #&lt;class:0xblah&gt;::BrownianGenerator::Fiber </code></pre> <p>Since, it's saying Fiber is an uninitialized constant, either something is wrong with my code or this Ruby version doesn't know about the Fiber class - the latter should be the case. </p> <p>I saw <a href="http://stackoverflow.com/questions/402905/on-ubuntu-does-shoes-require-ruby1-8-or-ruby1-9">this</a> question on determining the version of Ruby (which is 1.8 for my mac install), but I don't know how I would change the version.</p> http://stackoverflow.com/questions/1424395/run-shoes-clone-in-ironruby 0 Run Shoes clone in IronRuby jrhicks 2009-09-14T23:27:22Z 2009-09-29T22:47:42Z <p>I found cool article on <a href="http://iqueryable.com/2008/05/20/CreatingCrossPlatformGUIsWithIronRuby.aspx" rel="nofollow">Creating cross platform GUI's with IronRuby</a> where someone re-created the <a href="http://en.wikipedia.org/wiki/Shoes%5F%28GUI%5Ftoolkit" rel="nofollow">Shoes</a> DSL by <a href="http://en.wikipedia.org/wiki/Why%5Fthe%5Flucky%5Fstiff" rel="nofollow">_why the lucky stiff</a> in IronRuby.</p> <p>Awesome right! </p> <p>So, I downloaded the <a href="http://www.ironruby.net/Download" rel="nofollow">IronRuby binaries</a> and the <a href="http://iqueryable.com/ct.ashx?id=d593013f-15cb-462d-9d2e-5c0a5e10fd30&amp;url=http%3a%2f%2fiqueryable.com%2fcontent%2fbinary%2fIronRubyDemos.zip" rel="nofollow">code from the article</a> and ran the following command:</p> <pre><code>c:\IronRuby\bin\ir hello_world.rb </code></pre> <p>But I get the following error:</p> <pre><code>:0:in `require': no such file to load -- Microsoft.Scripting, Version=1.0.0.2000 Culture=neutral, PublicKeyToken=null (LoadError) from ./shoes.rb:5 from hello_world.rb:1 from :0:in `require' </code></pre> <p>How do I get these sample apps to run?</p> http://stackoverflow.com/questions/682389/gedit-cannot-open-shoes2-run 0 gedit cannot open shoes2.run Markningling 2009-03-25T16:31:42Z 2009-09-18T19:00:02Z <p>hello</p> <p>i've just downloaded shoes but can't get them out the box.</p> <p>double clicked on shoes2.run in ubuntu intrepid and gedit opened with the following message:</p> <p>" Could not open the file /home/mark/Marks files/2…ng/Programming/shoes2.run using the Unicode (UTF-8) character coding.</p> <p>Please check that you are not trying to open a binary file. Select a different character coding from the menu and try again. "</p> <p>it offered a dropdown with 2 options and a retry button: 1. Current locale (UTF-8) 2. Western (ISO-8859-15)</p> <p>Neither of them are recognised.</p> <p>How do i get it running?</p> <p>Thanks.</p> <p>m.</p> http://stackoverflow.com/questions/1080585/dropdown-select-box-with-filter-as-you-type-in-shoes 0 dropdown select box with "filter as you type" in shoes dreftymac 2009-07-03T19:35:42Z 2009-09-14T06:41:08Z <p><strong>Question:</strong> Does anyone have an example of a "filter as you type" dropdown control using Shoes?</p> <p><strong>Examples:</strong> If you are looking for examples of what i am talking about, see these.</p> <ul> <li><a href="http://docs.jquery.com/Plugins/Autocomplete" rel="nofollow">http://docs.jquery.com/Plugins/Autocomplete</a></li> <li><a href="http://stackoverflow.com/questions/706906/jquery-filter-dropdown-list-as-you-type">http://stackoverflow.com/questions/706906/jquery-filter-dropdown-list-as-you-type</a></li> </ul> http://stackoverflow.com/questions/1390721/problem-in-ruby-shoes-packaging 0 Problem in Ruby Shoes packaging? Pradyumna 2009-09-07T19:39:57Z 2009-09-11T04:40:06Z <p>The (Ruby Shoes) packaging solution from Hacketyhack.net doesnt work. Can anyone point me to an alternative?</p> http://stackoverflow.com/questions/1344624/private-method-split-called-for-shoeseditlineshoeseditline 1 private method 'split' called for (Shoes::EditLine):Shoes::EditLine harabel 2009-08-28T01:46:10Z 2009-08-28T15:12:51Z <p>Hi. I am trying to write a simple program that takes a rgb value and changes the background to that color using Shoes (Raisins revision 1134). Here is my code:</p> <pre><code>Shoes.app :title =&gt; "Show a Color" do def convert_to_num(value) # Splits string into numerical values value.split(',').map { |num| num.to_i } end def to_rgb(value) red, green, blue = convert_to_num(value) rgb(red, green, blue) end stack :height =&gt; 500, :width =&gt; 500 do value = edit_line button "Change color!" do background to_rgb(value) end end end </code></pre> <p>When I run it, I get this error: private method 'split' called for (Shoes::EditLine):Shoes::EditLine. Why is this? The method works in irb.</p> http://stackoverflow.com/questions/1318133/why-cant-shoessetupgem-find-my-gem 0 Why can't Shoes::Setup#gem find my gem? Simon 2009-08-23T09:13:47Z 2009-08-24T00:04:57Z <p>Despite reading what has been written on this <a href="http://stackoverflow.com/questions/825331/where-to-put-ruby-gem-files-so-that-shoes-setup-can-find-them">here</a> and <a href="http://stackoverflow.com/questions/548657/shoes-and-gems">here</a> and <a href="http://stackoverflow.com/questions/512502/using-ruby-libraries-and-gems-with-a-shoes-app">here</a>, I still can't get these lines to work for me:</p> <pre><code>Shoes.setup do gem 'statemachine' end require 'rubygems' require 'statemachine' </code></pre> <p>I have run "sudo gem install statemachine" successfully and copied the gem by hand to ~/.shoes/ to no avail so far.</p> <p>I am using ruby 1.8 under Mac OS X 10.5.8 and the gem I'm trying to use has no dependencies and works perfectly when invoked from Ruby.</p> <p>I am trying to grok the Shoes and Gem code to solve this mystery but could use some help from experienced programmers.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1185619/cant-install-gems-that-depend-on-hoe 0 Can't install gems that depend on hoe Scott 2009-07-26T21:36:02Z 2009-08-19T19:17:15Z <p>I can't seem to install the twitter gem in my shoes app.</p> <p>When I try...</p> <pre><code>Shoes.setup do gem 'twitter' end require 'twitter' </code></pre> <p>I get</p> <pre><code>hoe requires RubyGems version &gt;= 1.3.1 </code></pre> <p>Is this a bug in Shoes or Hoe? Any ideas on a work-around?</p> http://stackoverflow.com/questions/1295132/why-do-i-lose-my-instance-variables-when-i-invoke-shoesvisit 1 Why do I lose my instance variables when I invoke Shoes#'visit' ? Simon 2009-08-18T16:47:52Z 2009-08-18T17:24:25Z <p>I'm sure this has to do with the intricacies mentionned in Shoes > Manual > Rules but I just don't get it. If someone would care to explain why @var == nil in the following code ... I thought I could use visit to switch between different views in my application but that won't work if I lose all state.</p> <pre><code>class MyShoe &lt; Shoes url '/', :index url '/somewhere', :somewhere def index @var = para link( "go somewhere", :click =&gt; "/somewhere" ) end def somewhere para "var = #{@var.inspect}" end end Shoes.app </code></pre> http://stackoverflow.com/questions/1294439/how-to-make-an-element-take-up-all-the-width-that-is-left 0 How to make an element take up all-the-width-that-is-left? Simon 2009-08-18T14:58:33Z 2009-08-18T15:19:28Z <pre><code>Shoes.app do flow do file = "something with variable length" para "Loading #{file}: " progress :width =&gt; -300 end end </code></pre> <p>As you can see from the code I am trying to display a progress bar that goes from the end of the text until the right edge of the application window. When the text has a fixed length this solution works but it doesn't once the text changes length in the above fragment: there will be either too little or too much space for the progress bar.</p> <p>Is there a solution to this problem?</p> <p>I tried asking the para element it's width but it is 0???</p> http://stackoverflow.com/questions/1293318/shoes-element-width-return-0 1 Shoes: Element.width return 0 Simon 2009-08-18T11:35:50Z 2009-08-18T13:16:08Z <p>I don't understand why the width function is implemented on all elements if it returns 0 for non-zero width elements. The following returns 0 for me.</p> <pre><code>Shoes.app do p = para "My width is: " para p.width end </code></pre> <p>Why is that? (app.width does not return 0)</p> http://stackoverflow.com/questions/1253176/how-can-i-change-the-button-text-in-shoes 1 How can I change the button text in Shoes? mikelygee 2009-08-10T05:01:44Z 2009-08-10T13:40:40Z <p>Once a button is created in Shoes, is it possible to change the text? I've tried modifying the :text key in the button style--@button.style.inspect confirms the text is changed--but the button still shows the original text.</p> http://stackoverflow.com/questions/1222153/how-do-i-define-a-shoes-applications-icon 1 How do I define a Shoes applications icon? Munkymorgy 2009-08-03T12:43:54Z 2009-08-04T21:21:49Z <p>I have created an application in shoes and the .dmg(.app) and .exe version work on there respective target systems, but how do I control the icon that is used for the executable files?</p> <p>I just can't find any documentation on this. I plan on using many little helpful shoes applications and would like to have different icons to visually distinguish between them.</p> http://stackoverflow.com/questions/1214308/make-text-transparent-in-shoes-app 1 Make text transparent in Shoes.app mangledorf 2009-07-31T19:09:04Z 2009-08-03T12:54:08Z <p>Is there a way in Shoes to have text show up transparent? I have:</p> <pre><code>Shoes.app{ para "Text", :stroke =&gt; rgb(1.0,0.0,0.0,0.5), :size =&gt; 100 } </code></pre> <p>But it's just showing up 100% red. I know opacity works for fill, does it also work for stroke? (I am developing with Shoes Raisins Revision 1134 on Mac OS X 10.4.11) Thanks in advance</p> http://stackoverflow.com/questions/1153669/how-do-i-apply-border-to-a-flow-on-click 0 How do I apply border to a flow on click? squil 2009-07-20T13:42:16Z 2009-07-20T15:06:51Z <p>I've got this piece of Shoes app:</p> <pre><code>flow :top =&gt; 10, :left =&gt; 10 do flow :width =&gt; 0.3 do para @board.deck.card click do if @board.source_pile @board.source_pile = nil @deck_border.hide else @board.source_pile = @board.deck @deck_border = border yellow, :strokewidth =&gt; 2 end end end end </code></pre> <p>I would like to apply border only to the second flow, but for some reason the border appears around the whole application. What am I missing?</p> http://stackoverflow.com/questions/1111888/printing-an-apps-view 0 Printing an app's view? John Price 2009-07-10T20:44:16Z 2009-07-13T18:34:12Z <p>Is there a way to print slots/elements or an entire window under Shoes?</p> <p>By this, I mean to direct output to the default system printer?</p> <p>Thanks!</p> <p>JP</p> http://stackoverflow.com/questions/450392/where-can-i-find-documentation-on-functions-available-in-the-ruby-shoe-gui-toolk 3 Where can I find documentation on functions available in the Ruby Shoe GUI Toolkit? xweb 2009-01-16T13:24:08Z 2009-07-11T03:16:24Z <p>Is there any documentation that discribes all the available functions and objects in shoe?</p> <p>update: 2008.01.21 I am looking for a list of all the methods that can be called against an animate object. </p> <p>For example I only figured out how to pause an animation using the toggle() method by reading source code from the shoebox (<a href="http://the-shoebox.org/" rel="nofollow">http://the-shoebox.org/</a>).</p> http://stackoverflow.com/questions/691968/shoes-and-gems 0 Shoes and Gems Steve 2009-03-28T01:24:14Z 2009-07-09T09:47:28Z <p>I have shoes raisins (0.r1134) [i686-darwin8.9.1] +video</p> <p>I'm trying to set up a Shoes.setup block like this:</p> <pre><code> Shoes.setup do gem 'mini_exiftool' gem 'xml-simple > 1.0' require "mini_exiftool" require 'xmlrpc/client' require 'xmlsimple.rb' require "my_webservice_api_wrapper" mwa = MyWebserviceApiWrapper.new mwa.login # problems... end </code></pre> <p>All works fine until we get to mwa.login, which takes us off to my XML-RPC wrapper API that will do a secure login. I get the error:</p> <p>undefined method `closed?' for #</p> <p>If I fire up irb and load "my_webservice_api_wrapper.rb" it all works fine, so I'm thinking maybe I misunderstood what should be loaded in Shoes and when.</p> <p>Any help appreciated. Shoes looks really cool.</p> http://stackoverflow.com/questions/1093355/run-shoes-gui-app-in-ide 1 Run Shoes gui app in IDE cetron 2009-07-07T16:25:21Z 2009-07-07T16:30:33Z <p>Is there any way to write Shoes application using IDE (NetBeans for example)? I hadn't found this solution and I don't like running Shoes app, selecting files, run. </p> <p>I'm sure code for packing Shoes and IDE code will be different (I hope in require directives only), but I'm intresting in <strong>possibility</strong>.</p>