Ability to change background color startup info screen?

ELine elinebp at hotmail.com
Wed Jun 13 06:46:30 UTC 2012


Hi Doug

You can change the background color of the info screen by going into
Edit -> Experiment -> Devices -> choose Display and press Edit ->
Default Background Color.

That will only change the color of the very first screen that is
displayed just before the experiment is run.
Changing the background color of the rest of your experiment can be
done in the individual slides/displays. If you want a special color
which, you can use InLine to set a specific RGB color:

for text displays:
TextDisplay.BackColor = CColor("240,240,240")

for slides:
Dim theState As SlideState
Set theState = mySlide.States("Default")
theState.BackColor = CColor("240,240,240")


I hope you can use it.

Eline

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.



More information about the Eprime mailing list