Please
i’m trying to align a text that i get from a server in Hebrew to the right.
but never mind what i do it doesn’t Align Right
it allways align left
PLEASE HELP ?
this is the code i’m writing…
local lotsOfTextObject = display.newText( pData.desc:value(), 0, 0, 380, 0, native.systemFont, 22 )
lotsOfTextObject:setTextColor( 255, 255, 255 )
lotsOfTextObject:setReferencePoint( display.TopRightReferencePoint )
lotsOfTextObject.x = 390
lotsOfTextObject.y = 0
scrollView:insert( lotsOfTextObject)

