Why isn't my text being presented at the center of the screen?


Author
Message
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
The <text> element *is* centered as you could easily see by giving it a visible /txbgcolor:

<text Political_item>
/ txbgcolor = (red)
/size = (75%, 75%)
/items = Political_item
/position = (50%, 50%)
/valign = center
/halign = center
/select = noreplacenorepeat
/selectionrate = always
</text>

What isn't centered vertically is the item text inside the bounding rectangle defined by the /size. Observe the difference when defining

<text Political_item>
/ txbgcolor = (red)
/size = (75%, 75%)
/items = Political_item
/position = (50%, 50%)
/ hjustify = center
/ vjustify = center
/valign = center
/halign = center
/select = noreplacenorepeat
/selectionrate = always
</text>

all of which you can find documented in the language reference for the <text> element.

Shona
Shona
Guru (12K reputation)Guru (12K reputation)Guru (12K reputation)Guru (12K reputation)Guru (12K reputation)Guru (12K reputation)Guru (12K reputation)Guru (12K reputation)Guru (12K reputation)
Group: Forum Members
Posts: 72, Visits: 58
Hi, 

I would like my text stimuli to be presented at the center of the screen, both vertically and horizontally. My script for this text is pasted below. Why isn't it being presented at the center of the screen? (It is being displayed at the top center--so it is centered horizontally but not vertically). 

I'd be very grateful for your insight. 

Shona

<text Political_item>
/size = (75%, 75%)
/items = Political_item
/position = (50%, 50%)
/valign = center
/halign = center
/select = noreplacenorepeat
/selectionrate = always
</text>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search