2
Reply

Displaying multiline text in popup window for windows mobile

Srikanth

Srikanth

Jul 26 2011 4:57 AM
3.5k

     i want to display multiline text in a pop up window when the user clicks vies button.


    when the user clicks view button it show the :

                  
              EMP DEtails
   name:    xyz
   roll no:  XYZ


    along with ok button.


   i tried to just display the values in popup window.

   message.show("name: " + nam.text);
    
 its working. but i want to know how to display multitext as shwn in the above table


Answers (2)