On Tue, Jul 29, 2008 at 02:45:54PM +0100, Hugh Sasse wrote: > I've been writing something to help me check my ellipse related > calculations. I think the code should be fairly straightforward, > but if I leave it as it is, it just crashes.
A few things: * Use "class ::Shoes" since scripts are executed inside the Shoes namespace. * Everywhere you've got "edit_line.text.to_i" should just be "edit_line". Do calculations inside your button click procs. As for the crash, what build and platform are you on? _why
