Languages

Menu
Sites
Language
Emulator UI become frozen if application checks system Clipboard that has not any ClipboardItem.

Emulator UI become frozen if application checks system Clipboard that has not any ClipboardItem.

I don't have device to check this issue on it and may be it's only my problem and not for all emulators

MacOs Maverics,  Tizen 2.2.1

Launch simulator,
don't copy to Clipboard
launch app and try to get  ClipboardItem

 

String* pString =  NULL;
ClipboardItem* pItem =  NULL;
String buffString;
Clipboard* pClipboard = Clipboard::GetInstance();

if(pClipboard)
	pItem = pClipboard->RetrieveLatestItemN(CLIPBOARD_DATA_TYPE_TEXT);/// in this place

 

Log

11-17 04:32:59.280 : ERROR / Tizen::Ui ( 2585 : 2585 ) : const Tizen::Ui::_ClipboardItem* Tizen::Ui::_Clipboard::RetrieveLatestItemN(long unsigned int)(282) > [E_OBJ_NOT_FOUND] The item of the specified data types is not found.
11-17 04:32:59.280 : ERROR / Tizen::Ui ( 2585 : 2585 ) : Tizen::Ui::_ClipboardItemImpl* Tizen::Ui::_ClipboardImpl::RetrieveLatestItemN(long unsigned int)(184) > [E_OBJ_NOT_FOUND] Propagating.
11-17 04:32:59.280 : ERROR / Tizen::Ui ( 2585 : 2585 ) : virtual Tizen::Ui::ClipboardItem* Tizen::Ui::Clipboard::RetrieveLatestItemN(long unsigned int)(81) > [E_OBJ_NOT_FOUND] Propagating.

Thanks

Edited by: Andrei Pachtarou on 16 Nov, 2013

Responses

1 Replies
kimi

Hi,

I didn't face such issues on the Emulator. The same 3 errors as mentioned by you appears in the log. But the Ui of the application is normal and the application also runs smoothly!.

Uninstall the application in your emualtor and check again.

 

Kimi.