Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread The Rasterman
On Tue, 19 Oct 2010 01:41:46 +0200 Dave Andreoli said: > 2010/10/19 Carsten Haitzler : > > On Mon, 18 Oct 2010 19:18:19 -0200 Gustavo Sverzut Barbieri > > said: > > > >> On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler > >> wrote: > >> > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbi

Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread Dave Andreoli
2010/10/19 Carsten Haitzler : > On Mon, 18 Oct 2010 19:18:19 -0200 Gustavo Sverzut Barbieri > said: > >> On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler >> wrote: >> > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbieri >> > said: >> > >> > isn't what you want a "focused" signal - ie f

Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 19:18:19 -0200 Gustavo Sverzut Barbieri said: > On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler > wrote: > > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbieri > > said: > > > > isn't what you want a "focused" signal - ie for multi-select with kbd u want > > to be

Re: [E-devel] list/grid select x click behavior

2010-10-18 Thread Gustavo Sverzut Barbieri
On Sun, Oct 17, 2010 at 2:01 AM, Carsten Haitzler wrote: > On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbieri > said: > > isn't what you want a "focused" signal - ie for multi-select with kbd u want > to be able to hilight/focus an item without selecting it then use enter/space > etc. to

Re: [E-devel] list/grid select x click behavior

2010-10-16 Thread The Rasterman
On Sun, 10 Oct 2010 21:00:25 -0300 Gustavo Sverzut Barbieri said: isn't what you want a "focused" signal - ie for multi-select with kbd u want to be able to hilight/focus an item without selecting it then use enter/space etc. to "toggle its selected status". > Hi all, > > currently we use selec

Re: [E-devel] list/grid select x click behavior

2010-10-11 Thread Tom Hacohen
On Sun, 2010-10-10 at 21:00 -0300, Gustavo Sverzut Barbieri wrote: > Hi all, > > currently we use select action to trigger most of elm_list, > elm_genlist and elm_gengrid actions. While for embedded it makes sense > as there is no other way to select other than to click, we end with > weird behavi

[E-devel] list/grid select x click behavior

2010-10-10 Thread Gustavo Sverzut Barbieri
Hi all, currently we use select action to trigger most of elm_list, elm_genlist and elm_gengrid actions. While for embedded it makes sense as there is no other way to select other than to click, we end with weird behavior on desktop where you can use key modifiers to select multiple entries. we d