On Thu, Apr 8, 2010 at 7:48 AM, Nicolas Aguirre <[email protected]> wrote: > Hi, > > for Enna, i'm currently adding some gadgets in the main screen. > Currently there is already a weather widget, but it's hard coded in > the edje. What I want to do is an elm_scroller wich display several > gadgets on different pages. For the moment I have done something > really simple, inspired by the test_launcher in Elementary. A scroller > that contains a table per page and each gadget inserted in a cell of > the table. > But I would like to do more, and for example move gadgets at a > specific position in the virtual space of the scroller. So the table > widget is not enough I guess. > > There is maybe a solution easy to implement to do that with existing > stuff, or maybe I need to develop a new elm_widget for that ? > What the best solution for you ? > I'm pretty sure that you have a lot of ideas about that :)
Don't over complicate. That's is basically what you get by just using evas_object_smart_clipped, that is, a object that all it does is to move objects relatively to it. You need to subclass it to get an smart object you can use, but that's quite simple. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
