Re: [E-devel] Elementary List and Edje

2011-02-07 Thread Andreas Willich
Bingo! That was it. When i call elm_list_go after the first append it works and also additional items are then shown immediatly. Thanks for the help 2011/2/7 Sebastian Dransfeld > On 02/07/2011 10:08 PM, Andreas Willich wrote: > > Hi > > > > I have a problem with an elementary list which is def

Re: [E-devel] Elementary List and Edje

2011-02-07 Thread Sebastian Dransfeld
On 02/07/2011 10:08 PM, Andreas Willich wrote: > Hi > > I have a problem with an elementary list which is defined in an edje file. > When I want to add a new item to the list, it is not displayed in the > control, but the itemcount of the list is changed. > When I do generate the list with the elem

[E-devel] Elementary List and Edje

2011-02-07 Thread Andreas Willich
Hi I have a problem with an elementary list which is defined in an edje file. When I want to add a new item to the list, it is not displayed in the control, but the itemcount of the list is changed. When I do generate the list with the elementary api, it works. Non working ejde + elementary List