Re: [Oorexx-users] Using Data Class with Attribute to pass data around

2012-12-31 Thread Mark Miesfeld
Hi Art, I just realized that I never replied to this last message of yours: On Fri, Dec 28, 2012 at 10:18 AM, Art Heimsoth wrote: > From your description here, in my words, guarded/unguarded > is dealing with serialization of the dialog's variable pool, where > if a method is guarded, no other

Re: [Oorexx-users] Error handling with ooDialog

2012-12-31 Thread Mark Miesfeld
On Mon, Dec 31, 2012 at 2:31 PM, Art Heimsoth wrote: > What is the best way to intercept the major errors when using ooDialog? > Hi Art, That depends on what you mean by major errors. What errors are you seeing that you want to intercept? This is sort of tongue in cheek, but it is actually my

[Oorexx-users] Error handling with ooDialog

2012-12-31 Thread Art Heimsoth
What is the best way to intercept the major errors when using ooDialog? I have tried the signal on ERROR and signal on FAILURE, with the name label in my method within the main class that does the cleanup, but that does not seem to work in that if the signal is raised, the label is not found, but f