hi......
how to display arabic characters from right to left in a form ?
please help me.
Thanks and regards
reshmy
hi......
how to display arabic characters from right to left in a form ?
please help me.
Thanks and regards
reshmy
Last edited by reshmy; 2008-08-24 at 10:42.
Hi reshmy,
as stated in this related thread:
http://discussion.forum.nokia.com/fo...ad.php?t=86946
right-to-left alignment cannot be programmatically set in Java ME, but must be supported/managed by the underlying device software. Said that, a possible solution is to handle it "by hand" by building your UI using low-level graphics (basically: Canvas displayables)
Pit