[E-devel] Engine support of ecore_evas_rotation_set

2011-06-23 Thread Andreas Willich
Hi In the documentation of ecore_evas_rotation_set is written: The allowed values of rot depend on the engine being used. Most only allow multiples of 90. (Link: http://docs.enlightenment.org/auto/ecore/Ecore__Evas_8h.html#a4166fe6060002a30a3e2c623fd7d4eec ) Does anybody know which engines suppo

[E-devel] First Codedrop of efl-sharp

2011-02-17 Thread Andreas Willich
Hi I think the C# bindings are ready to get the public release. You can get it from here: http://dl.dropbox.com/u/21420050/efl-sharp.tar.gz As written in my last email I started implementing some common elementary widgets and some methods of edje to load an edje-file and get the loaded widgets.

[E-devel] C# bindings for EFL

2011-02-13 Thread Andreas Willich
Hi Enlightenment Developers As some people already know, I am working on actual C# bindings for the EFL. I started with bindings for Elementary, because there you can see the most :-) Currently following widgets are more or less available: .) Anchorview .) Bg .) Box .) Button .) Check .) Entry .

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 ele

[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