I’ve run into a curious problem. Here’s the basic pseudo-code:<br><br>SessionProc<br>  List runs ProcX<br>      ProcX<br>          Show slide object<br>          Play sound<br>          Inline – collect mouse click and determine location<br>              Test on location and run either of:<br>                  ErrorSlideObject.Run to manipulate an image object to place it on the correct location providing feedback<br>                  CorrectSlideObject.Run to display text.<br>  GoodbyeTextDisplay<br><br>The final TextDisplay object is intended to say “thanks, goodbye.”<br><br>Problem: This seems to lie in the list object—it finishes and immediately exits the script. No final "goodbye" text object shows up. I’ve done all kinds of things: a) create a new procedure to show the TextObject and made it last in the List object; b) add labels to jump to; c) terminate the Error/Correct Slide objects with “none” or “Jump” to label.<br><br>What might be going on in the handoff relationship between the InLine objects and the List object to cause this?<br><br>BTW, the Error/Correct slide objects are “hidden” in Unreferenced E-Objects.<br><br>Thanks,<br>Edward Carney<br>Research Assoc.<br>University of Minnesota<br><br><br>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/i5jQdxbw-KsJ">https://groups.google.com/d/msg/e-prime/-/i5jQdxbw-KsJ</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />