My code is
local textQues = display.newText( “test ???”, 20, 100,native.systemFont , 24 )
“test” is show but “???” not show
How i do ? [import]uid: 92135 topic_id: 15631 reply_id: 315631[/import]
My code is
local textQues = display.newText( “test ???”, 20, 100,native.systemFont , 24 )
“test” is show but “???” not show
How i do ? [import]uid: 92135 topic_id: 15631 reply_id: 315631[/import]
nuttty_99,
It works for me, see 
I think this has got to do with the fact that the thai text is based on a particular font, now you said you are using windows, the font that you have that the simulator uses, might not have the Thai characters, for which you might be using a Thai font.
cheers,
?
[import]uid: 3826 topic_id: 15631 reply_id: 57758[/import]
@JayantV
you write test code
local textQues = display.newText( “test ???”, 20, 120,native.systemFont , 24 )
textQues:setTextColor(255,255,255)
???
[import]uid: 92135 topic_id: 15631 reply_id: 57768[/import]
??? I used the same code as you and it just works on my simulator on a mac.
I did not quite understand your question about
“you write test code”
cheers,
?
[import]uid: 3826 topic_id: 15631 reply_id: 57769[/import]
thank again @JayantV
problem may be happen from simulator on window
but i need use window i try other solution
very thank. [import]uid: 92135 topic_id: 15631 reply_id: 57771[/import]
I cannot solved yet
corana administrator please help me

local textQues = display.newText( “test ???”, 50,100,native.systemFont ,50 )
textQues:setTextColor(255,255,255)
[import]uid: 92135 topic_id: 15631 reply_id: 57786[/import]