Languages

Menu
Sites
Language
How can I handle quickmemo?

Hello,

I was found qucikmemo on elm_entry.( Z3 device )

Does it quickmenu feature available in third-party apps?

I need how to handle quickmemo.

If it is not available in third-party app, I need how to hide this menu in entry's context menu.

thanks.

 

 

 

 

 

Edited by: terry kim on 10 Dec, 2015

Responses

3 Replies
woochan lee

Hello.

 

quickmenu... it is a ctxpopup when activated select entry text or longpress entry area?

If so... you can handle this with below API

elm_entry_magnifier_disabled_set.

 

if I got a wrong what you need. please reply here.

terry kim

Hi,

Oops, sorry I made a mistake .

"quick menu(x)" -> "Quick memo" is correct

I need to control "Quick memo".

"Quick memo" is an item of contextpopup in elm_entry.

( and elm_entry_magnifier_disabled_set is deprecated in 2.4 SDK)

Thanks.

 

woochan lee

Sorry! i got a mistake TT

the magnifier feature was dropped since tizen_2.4.

 

Please use below API.

elm_entry_context_menu_disabled_set

 

Thanks~