Thank you so very much! the stimuli was fixed, so including the attribute column worked.<div><br></div><div>Again, thank you!</div><div>M<br><br><div class="gmail_quote">On Sat, May 26, 2012 at 6:34 AM, Anne-Wil <span dir="ltr"><<a href="mailto:liwenna@gmail.com" target="_blank">liwenna@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br><br><br>HTML tags ( <fontcolour etc) don't work in e-prime (as you discovered), eprime works with a language called e-basic. However, most of the time it won't be needed to directly use any e-basic code when building your experiment, loads of basic functions are available through the menus of the different objects. <br>
<br>How to best proceed kinda depends on what defines which stimulus should be in a different colour.<br><br>a) if one stimulus always has the different colour, than you could add an attribute 'fontcolour' to your list and enter the desired colour for each level in the cells, i.e. blue and purple. In the properties of the text object set the foreground colour to refer to the attribute fontcolour by entering [fontcolour]<br>
<br>b) if a random stimulus should be given the different colour do the same as above but create the attribute fontcolour in a seperate list that you set to random and nest it into the list with the stimuluswords<br><br>most likely you need <br>
<br>c) the stimulus word that needs to have a different colour is defined by 'something else' (i.e. it is the targetword). Then you can either use an attribute fontcolour as described above and "lock" it into the same list that contains the attribute wich determines which word is to be the target word. Or, lastly, most similar to what you ask for (some command) you could adjust and add the following code in an inline preceding your slide or textobject:<br>
<br>for a textobject within a slide:<br><br>IF c.getattrib ("attributenamethatdefinesthatawordisdifferent") =  "1" THEN<br><br>CSlideText(Slide1.States(Slide1.ActiveState).Objects("Text1")).forecolor=
CColor ("red")
<br><br>
IF c.getattrib ("attributenamethatdefinesthatawordisdifferent") = "0" THEN<br><br>CSlideText(Slide1.States(Slide1.ActiveState).Objects("Text1")).forecolor=
CColor ("blue")
<br><br>End If<br><br><br>=> in the code you should replace the attribute name, the slidename (slide1) and the textobjectname (text1) with the actual names that you use. <br><br>for a 'standalone' textdisplay (not on a slide) I don't know the exact code but it's probably something like: textdisplay.forecolor = CColor ("blue") and you can likely find it in the e-basic help within the program. <br>
<br>Hope this helps,<br><br>best,<br><br>AW<div class="im"><br><br><br>On Friday, 25 May 2012 17:43:54 UTC+2, mvinski  wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi there!
<br>
<br>I am using a text file to import levels (stimuli) for an attribute in
<br>Eprime2, but would like one level of the attribute to show the stimuli
<br>in a different colour. I have tried to use a command within the text
<br>file to change the font colour (<fontcolour="purple">text</<u></u>font>, but
<br>the stimuli just appears with the command on either side when I run
<br>the experiment.
<br>
<br>Anyone have any other options or tips?
<br>
<br>Thanks in advance!!</blockquote>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br></div>
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/d_ENf8usQrsJ" target="_blank">https://groups.google.com/d/msg/e-prime/-/d_ENf8usQrsJ</a>.<div class="HOEnZb"><div class="h5"><br>
 
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com" target="_blank">e-prime@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com" target="_blank">e-prime+unsubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a href="http://groups.google.com/group/e-prime?hl=en" target="_blank">http://groups.google.com/group/e-prime?hl=en</a>.<br>


</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Melaina T. Vinski, M.Sc<br>PhD Candidate<br>Psychology, Neuroscience & Behavior<br>Cognitive Sciences Lab<br>McMaster University<br>905-525-9140 ext. 22853<br>

</div>

<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 />

For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.<br />