Re: "WAIT" command?!
- From: "Richard" <riplin@xxxxxxxxxxxx>
- Date: 8 Mar 2007 09:09:05 -0800
On Mar 9, 3:52 am, "Dennis Dahn" <D...@xxxxxx> wrote:
...
Hello Pete,
thanks a lot for your detailed answer!
Mmmh, but I still have not found the error, but maybe it is very simple and
probably my poor knowledge is the cause for all this.
one example: I have an event like:
cell-in-grid-clicked-event.
perform xyz.
xyz.
go to abc.
If I have this "go to abc", is the the return to
"cell-in-grid-clicked-event" lost in the stack?
Yes. you will blow the perform stack.
If you really need to:
cell-in-grid-clicked-event.
perform xyz
go to abc.
.
xyz.
dostuffhere
.
But I am not sure that you should be doing this. If the event a call-
back ? if it is you probably need to 'exit program'.
How do you get to cell-in-grid-checked-event ? is it specifed in the
UI or have you found a status and done a goto or perform to get
there ?
.
- References:
- Re: "WAIT" command?!
- From: Dennis Dahn
- Re: "WAIT" command?!
- From: Pete Dashwood
- Re: "WAIT" command?!
- From: Dennis Dahn
- Re: "WAIT" command?!
- Prev by Date: Re: FUNCTION's LOCALE-(DATE/TIME)
- Next by Date: Re: FUNCTION's LOCALE-(DATE/TIME)
- Previous by thread: Re: "WAIT" command?!
- Next by thread: Re: "WAIT" command?!
- Index(es):
Relevant Pages
|