Hi all,

I'm using framebuffer and I'm trying to use an entry, but i can't edit it,
after call 
elm_entry_editable_set<http://docs.enlightenment.org/auto/elementary/group__Entry.html#gafbb9b73e2710cd927e3af3c615ada5ac>the
same problem occurs..
I was looking for this problem in the code, and i found something..
In elementary, file elm_widget.c, function _parent_focus has follow
condition:
if (sd->top_win_focused)
I debug and saw this value is false, so the focus can't setted..
Why this variable is false? I found in ecore a function that emit some
signals and make this variable true!
In elm_win.c is connected to focus event using
ecore_evas_callback_focus_in_set function, but the callback function is
never called in ecore_evas_fb..

Do you have some ideia to fix this problem?

Regards,

-- 
Guilherme Silveira
E-mail: xgu...@gmail.com
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to