On Thu, 8 Apr 2010 17:48:03 +0200 Nicolas Aguirre <[email protected]>
said:

> 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 :)

well - you want some kind of virtual layout widget - where you place children
at x,y within the virtual range of that widget. that widget has min size of the
max extents of all its content. that doesnt exist in elm. it can be made.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to