Millisecond Forums

Slider and ticks not visible on black background

https://forums.millisecond.com/Topic20387.aspx

By chonasson - 12/20/2016

Hi there

When I set the background of my experiment to black the slider itself and the ticks are not visible. See the code below.
I work on Inquisit 5.0.5.0 64bit (build 3764), OS X Yosemite.

Thank your four your help!

-chonasson


<defaults >
/ screencolor = (0,0,0)
/ txcolor = white
</defaults>

<slider testslider>
/ caption = "What's your choice?

"
/ range = (1, 7)
/ labels = ("very left", "", "", "", "", "", "very right")
/ showticks = true
</slider>

<surveypage testslider>
/ questions = [1 = testslider]
</surveypage>

<block testslider>
/ trials = [1 = testslider]
</block>


<expt >
/ blocks = [1 = testslider]
</expt>


<defaults >
/ screencolor = (0,0,0)
/ txcolor = white
</defaults>

<slider testslider>
/ caption = "What's your choice?

"
/ range = (1, 7)
/ labels = ("very left", "", "", "", "", "", "very right")
/ showticks = true
</slider>

<surveypage testslider>
/ questions = [1 = testslider]
</surveypage>

<block testslider>
/ trials = [1 = testslider]
</block>


<expt >
/ blocks = [1 = testslider]
</expt>



<defaults >
/ screencolor = (0,0,0)
/ txcolor = white
</defaults>

<slider testslider>
/ caption = "What's your choice?

"
/ range = (1, 7)
/ labels = ("very left", "", "", "", "", "", "very right")
/ showticks = true
</slider>

<surveypage testslider>
/ questions = [1 = testslider]
</surveypage>

<block testslider>
/ trials = [1 = testslider]
</block>


<expt >
/ blocks = [1 = testslider]
</expt>

By chonasson - 1/1/2017

Hi again

Does anybody know a solution how I can make the slider visible?

Thanks

-chonasson