Re: [E-devel] Looking for a functional Genlist item_style="full" example

2015-02-25 Thread The Rasterman
On Wed, 25 Feb 2015 01:16:16 -0600 Jeff Hoogland said: > After reviewing the code in the test here -> > https://git.enlightenment.org/core/elementary.git/tree/src/bin/test_genlist.c > > I see what I was doing differently is that I was creating all my items I > wanted in the genlist before hand,

Re: [E-devel] Looking for a functional Genlist item_style="full" example

2015-02-25 Thread Jeff Hoogland
After reviewing the code in the test here -> https://git.enlightenment.org/core/elementary.git/tree/src/bin/test_genlist.c I see what I was doing differently is that I was creating all my items I wanted in the genlist before hand, where is the example creates them all in the content get callback.

[E-devel] Looking for a functional Genlist item_style="full" example

2015-02-25 Thread Jeff Hoogland
Is there a functional example somewhere of item_style="full" for genlists? I am doing something very wrong as I just keep getting a genlist populated full of empty items. Source code I am working with is here -> https://github.com/JeffHoogland/python-elm-extensions Just clone it and run the test_