Re: [E-devel] elm_object_focus_next does not loop around

2015-04-15 Thread Olliver Schinagl
Hey Raster, On 15-04-15 00:26, Carsten Haitzler (The Rasterman) wrote: On Tue, 14 Apr 2015 16:31:06 +0200 Olliver Schinagl o.schin...@ultimaker.com said: Hey list, I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to loop through items (like the tab-key would). However

[E-devel] elm_object_focus_next does not loop around

2015-04-14 Thread Olliver Schinagl
Hey list, I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to loop through items (like the tab-key would). However when reaching the end of the chain, the focus does not return to the beginning (it also doesn't for the tab key for that matter) Wheras the documentation

Re: [E-devel] elm_object_focus_next does not loop around

2015-04-14 Thread The Rasterman
On Tue, 14 Apr 2015 16:31:06 +0200 Olliver Schinagl o.schin...@ultimaker.com said: Hey list, I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to loop through items (like the tab-key would). However when reaching the end of the chain, the focus does not return to the