<div dir="ltr">Hi,<span class="_username" style="white-space: nowrap;"><span class="GB-CK03DNSB">JACanterbury</span></span><span style="white-space: nowrap;"> </span><div><span style="white-space: nowrap;">I am confronted the same problem with you while the only one problem is that I want to dynamically show the pictures not the text. But this doesn't work, so I added one picture in the List initially my List attribution on stimulus is null.</span></div><div><span style="white-space: nowrap;">So it can go  but only for 1st picture I put in List from the very begining and no other dynamically added pictures are shown. I have reset the list and add the terminatecondition and the reset condition. I don't know what's going on there. Hope somebody can help. </span></div><div><span style="white-space: nowrap;"> Any help are a</span><span style="white-space: nowrap;">ppreciated.</span><span style="white-space: nowrap;"><br></span><br>On Thursday, 6 October 2011 23:53:17 UTC+8, JACanterbury  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi
<br>
<br>I'm setting up my TrialList to have only 1 level and then building it
<br>on the fly something like this ...
<br>>>>>>>>>>>>>>>>>>
<br>for index = 1 to NUMBER_OF_TRIALS
<br>
<br>        TrialList.setProc index, "TrialProc"
<br>        TrialList.setWeight index, "1"
<br>        TrialList.setAttrib index, "response", responses( index )
<br>        TrialList.setAttrib index, "image", "images\\" & images( index )
<br>        TrialList.setAttrib index, "delay", Random( interval_min,
<br>interval_max )
<br>
<br>
<br>        if index < NUMBER_OF_TRIALS then
<br>                TrialList.<wbr>AddLevel index + 1    ' add the next level to the list
<br>ready for the next loop iteration
<br>        end if
<br>
<br>next
<br>
<br>debug.print "TrialList size = " & TrialList.Size
<br>>>>>>>>>>>>>>>
<br>
<br>this code all works fine and adds the extra levels and the final
<br>debug.print displays the correct value (50 in this case) however the
<br>script then only performs 1 iteration so it seems to ignore all the
<br>extra levels that have been dynamically added.
<br>Interestingly, if I add an extra level ie level 2) manually  before
<br>running this code (with the approp tweak to stop AddLevel complaining)
<br>then the list operates for level 1 & level 2.
<br>
<br>It's as if e-prime is using the startup value for the list size and
<br>ignoring what has happened at run time.
<br>
<br>Any ideas would be appreciated ( i'd rather keep it dynamic if
<br>possible)
<br>
<br>Thanks</blockquote></div></div>

<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 <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/ae6eefbd-ea2b-47e5-a57c-402356fac98d%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/ae6eefbd-ea2b-47e5-a57c-402356fac98d%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />