On Wed, Jan 09, 2008 at 07:21:04PM +0000, jonty wrote: > Yes: form.rb for me won't do anything when you click 'save', just sits > there (win xp sp2)
When the button is clicked, the contents of the form are printed using Shoes.p. On Windows, this output only shows up in DebugView (a tool you can find on google.) Jonas' problem with Shoes crashing is probably due to the images not being found. So, basically I have two things to do. Need to issue a warning when an image isn't found. And I need to improve the form sample to not use Shoes.p (which is just a debugging method anyway.) Have it throw an alert or something. _why
