c_c wrote: >> Marco Trevisan (Treviño) wrote: >>> c_c wrote: >>> b) How do I use the pager with a genlist? In my case the pager works - but >>> it doesn't show the genlist - the buttons all show up though. >> Give a look to my eTube code in projects.openmoko.org. It has an >> implementation for it (BTW it works only in Illume WM, not in my >> standard system due to the fact that the window collapse without >> considering the preset evas size at all!) > Yup ! Thats exactly what happened to me. OK - so I should try it on the FR. I > have the code for it commented out in gui.c. Will try it on the FR ASAP.
Ok, I've got this working also in a non-illume configuration. It was all easy, you've just to use evas_object_size_hint_min_set() (and maybe also the "max" correspondent) for setting the elm_bg min (max) size. The pager won't touch it and it will work as expected ;). See an example here [1]. [1] http://dev.3v1n0.net/gitweb/?p=etube.git;a=commitdiff;h=51a3d7c92ab1e9d03bd74a2162c4bfda35299e8b -- Treviño's World - Life and Linux http://www.3v1n0.net/ _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

