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
Displaying File data on edit area
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
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio