Re: [E-devel] elm_genlist longpress event conflicting with selected event

2010-03-27 Thread The Rasterman
On Fri, 19 Mar 2010 12:42:44 +0100 daniele_athome said: > Good morning list, > I have a possible bug (or feature, actually I don't know) in genlist. > Seems that listening to signals longpressed and selected will cause > both signals to be fired when I longpress an item. > > Note that in the lon

Re: [E-devel] elm_genlist longpress event conflicting with selected event

2010-03-19 Thread daniele_athome
On Fri, Mar 19, 2010 at 13:54, Tom Hacohen wrote: > This seems to me like a correct behavior. > I think you should probably use "longpress" and "press" for your uses, > correct me if I'm wrong. I don't see any "press" smart signal in genlist; only the selection signals and double-click signals ca

Re: [E-devel] elm_genlist longpress event conflicting with selected event

2010-03-19 Thread Tom Hacohen
On Fri, Mar 19, 2010 at 1:42 PM, daniele_athome wrote: > Good morning list, > I have a possible bug (or feature, actually I don't know) in genlist. > Seems that listening to signals longpressed and selected will cause > both signals to be fired when I longpress an item. > > Note that in the longpr

[E-devel] elm_genlist longpress event conflicting with selected event

2010-03-19 Thread daniele_athome
Good morning list, I have a possible bug (or feature, actually I don't know) in genlist. Seems that listening to signals longpressed and selected will cause both signals to be fired when I longpress an item. Note that in the longpress callback I launch an inner window, while in the selected callba