Hi,
I am developing a application on S40 5th edition platform which is a simple application form containing textfield when I run the application it is not showing complete text in the label of the textfield.
I have creadted a textfield with the following code-
txtTest = new TextField("Are you Appearing in class 10 or you have already passed class 10 then please enter the passing year and the name of the college/Institution the name of the board?", null, 500, TextField.ANY);
While running the application it is showing as
"Are you Appearing in class 10 or you have..."
Please help to show the Complete Message on the mobile screen as
"Are you Appearing in class 10 or you have already passed class 10 then please enter the passing year and the name of the college/Institution the name of the board?"

Reply With Quote


