Ian Trudel

Results 63 issues of Ian Trudel

Take a look at [Shoes (GUI toolkit)](https://en.wikipedia.org/wiki/Shoes_(GUI_toolkit)). The article is overly out of date. It would be a good thing to add a **latest release** with version 3.3 information (and...

Normal

Shoes App, Window and Dialog **finish events** are not working. The following code should cause an alert to pop up when each window is closed but the finish event is...

OSX
Windows
Normal

Shoes **edit_box** does not respond to **scroll_top, scroll_max, scroll_height, scroll and gutter**. ![image](https://cloud.githubusercontent.com/assets/8844578/5887708/94bb4e92-a3ae-11e4-8162-fe246ca75940.png) ``` ruby Shoes.app { @p = para stack do [edit_line, edit_box].each { |n| [:scroll_top, :scroll_max, :scroll_height, :scroll,...

OSX
Windows
Linux
Enhancement

MacOS X keyboard shortcuts to cut, copy and paste has been revealed not working during testing phase on solutions for issue #13 and #15. The menu will appear when invoked...

OSX

Window and Dialog are essentially the same styles. It would be expected that a dialog box is similar to an alert but with more control on its contents, for which...

OSX
Windows
Linux

Shoes App, Window and Dialog will not receive the proper self reference on start, finish, hover and leave events. They will instead receive **Shoes**, of class Shoes, that **_does not...

Wishlist

Shoes console is not wrapping up text preventing a user to read all the information when it exceeds the width of the window. This issue on Linux is currently undetermined....

Low

The usage of clipboard is confusing and not as advertised. Shoes manual stipulates that **clipboard = aString** will store aString into the system clipboard. Unfortunately, it is not possible to...

Enhancement
Normal

Shoes.app(:resizable => false) is not working on Windows 8.1 using Shoes 3.2.15. The window ends up being resizable anyway.

bug

Shoes 3.2.15, Windows 8.1 The uninstall programs in Windows control panel will not display Shoes because the information is not written in Windows registry according to **shoes/platform/msw/base.nsi**. It should look...