Displaying File data on edit area

Displaying File data on edit area

BY 09 Apr 2014 Native Application Development

Hi all 

i am trying to display data(7mb) of file on edit area ,
when i attempt to call  editArea.SetText(data)   emulator is hanging
my code is as follows
            EditArea  *editArea=new EditArea();
           editArea->Construct(Rectangle(0,0,700,600),INPUT_STYLE_OVERLAY,7161369);
           editArea.SetText(data);
emulator is getting hanged
can anyone figure out the issue, and also tell me the maximum limit of the text that can be passed to the edit area

Regards
Harish K
 

 

Written by