| Commit | Date | |
|---|---|---|
|
[r2730]
by
david_costanzo
Fix bug #2452726; BITLOAD, BITSAVE, BITLOADSIZE, GIFLOAD, GIFSAVE, and GIFSIZE now throw image-specific errors and no longer display dialog boxes when given bad input. Note that the helper routines which are called for GUI actions and logo instructions had to be reworked to return error codes so that the caller could decide if they wanted to throw a logo error or display a dialog box. |
2008-12-20 01:40:57 | Tree |
|
[r2729]
by
david_costanzo
Tighten up the bad input tests to expect specific errors to be thrown, instead of expecting any error. |
2008-12-20 01:40:18 | Tree |
| 2008-12-20 01:38:34 | Tree | |
|
[r2727]
by
david_costanzo
Fix an error in the sample code for SCROLLBARCREATE. This error was reported by Daniel Ajoy. |
2008-12-19 06:05:34 | Tree |
|
[r2726]
by
david_costanzo
Fix an error in the sample code for CREATESCROLLBAR. This error was reported by Daniel Ajoy. |
2008-12-19 06:04:54 | Tree |
|
[r2725]
by
david_costanzo
Formally thank Ralf Kurth, who reported a bug that when users of non-English versions of FMSLogo redefine a Logolib procedure, their version disappears from the workspace. |
2008-12-16 07:29:12 | Tree |
|
[r2724]
by
david_costanzo
Formally thank Hensley Bass for his contributions to the Logo extras package. |
2008-11-30 23:17:36 | Tree |
|
[r2723]
by
david_costanzo
Fix bug #1622756; SETBITMODE now throws a recoverable bad input error when given an integer that is out-of-range. Fix bug #1620964; SETTURTLEMODE now throws a recoverable bad input error when given an integer that is out-of-range. |
2008-11-30 21:58:50 | Tree |
|
[r2722]
by
david_costanzo
Add some additional bad input tests for SETBITMODE, including type coercion and recoverable bad input tests. |
2008-11-30 07:53:48 | Tree |
|
[r2721]
by
david_costanzo
Add a version of TRACEINSTRUCTION that doesn't attempt to catch errors when running the instruction. This is useful for when testing recoverable errors, since CATCH "ERROR effectively disables :ERRACT. |
2008-11-30 07:52:26 | Tree |