Re: Context-free error messages during debugging

2006-10-15 Thread Graham Samuel
On Sun, 15 Oct 2006 01:58:48 +0200, Mark Schonewille [EMAIL PROTECTED] wrote: Hi Graham, You could adjust the message box to throw errors instead of displaying them in its lower field, but it is probably easier to create your own message box and save that as a plugin. Just make a palette

Re: Context-free error messages during debugging

2006-10-15 Thread Dar Scott
On Oct 15, 2006, at 12:29 PM, Graham Samuel wrote: What I am saying is that I don't see that the engine has any excuse for not telling me the full context of an execution error, and I wonder why it does this sometimes and not at other times. Could this be related to password protection of

Context-free error messages during debugging

2006-10-14 Thread Graham Samuel
One of the most irritating aspects of debugging in Rev (or in Galaxy for that matter) is that there are circumstances (usually when a rev app starts up) when you can get an error in the message box, such as Message execution error: Error description: Chunk: can't find card with no other

Re: Context-free error messages during debugging

2006-10-14 Thread Mark Schonewille
Hi Graham, You could adjust the message box to throw errors instead of displaying them in its lower field, but it is probably easier to create your own message box and save that as a plugin. Just make a palette window with a field and the following script: on enterInField do me end