Hi Tobias,<br><br>I'm looking to do the same thing (ie add new text objects to an existing slide at runtime)<br><br>Did you work out how to do it? If so, could you post a code snippet to show how?<br><br>many thanks,<br><br>john<br><br>On Thursday, 12 July 2012 14:45:56 UTC+1, Tobias wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi,<div><br></div><div>I want to run a slide called "SearchSlide".</div><div>Within a trial, I want to add a textdisplay.</div><div><br></div><div>I tried:</div><div><br></div><div><div>set SearchContext</div><div>set textACC = New TextDisplay</div><div><br></div><div>textACC.X = "50%"</div><div>textACC.Y = "2%"</div><div>textACC.Width = "34%"</div><div>textACC.Height = "3%"</div><div>textACC.FontSize = "16"</div><div>textACC.FontName = "Arial"</div><div>textACC.backcolor = "128,128,128"</div><div>textACC.text = "correct"</div></div><div><br></div><div>however the "set" command needs an "=". How can I refer to an already existing slide?</div><div><br></div><div>Thanks,</div><div>Tobias</div></blockquote>
<p></p>
-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/lDsQHHFGsSQJ">https://groups.google.com/d/msg/e-prime/-/lDsQHHFGsSQJ</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 />