On Wed, Apr 8, 2009 at 2:50 AM, Sergey Semernin
<sergey.semer...@gmail.com> wrote:
> Hello, Carsten.
>
> In message from 8 апреля 2009 Carsten Haitzler wrote:
>
>> no no.. EDJ?E has entries. EDJE can do the text input itself - cursor and
>> selections and so on - handling typing. all u need to do is some focus fun.
>> elementary does this. it uses edje' entries to do all the text work! :)
>> copy and paste gets hooked in etc. look at elm_entry.c in elementary for
>> ideas :)
>
> Thank you very much! I will learn elm_entry.c and will do in-place operations
> similarly.

just be aware to handle cases where the input would stay out of the
viewport, we have cases where just scrolling would solve (but
annoying), as it is within the parent object geometry, but in some
cases we can even go and stay out of that area, and it would be
impossible to view the input field, or at least part of it.

Ah, and something great to borrow from KDE, when you edit filenames,
byt default it will select everything UP TO the extension so "bla.jpg"
would start with "bla" selected, because it's the common case to keep
the extension and just change the name.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to