Re: [E-devel] Modify edje properties

2016-03-10 Thread The Rasterman
On Thu, 10 Mar 2016 23:24:10 +0100 Andreas Volz said: > Am Sat, 5 Mar 2016 23:45:55 +0100 schrieb Andreas Volz: > > Ok, seems not possible or nobody knows. nope - don't know. i know these properties are meant for the elm external plugins - not for edje parts so it's up to whatever plugin it is

Re: [E-devel] Modify edje properties

2016-03-10 Thread Cedric BAIL
Hello, On Thu, Mar 10, 2016 at 2:24 PM, Andreas Volz wrote: > Am Sat, 5 Mar 2016 23:45:55 +0100 schrieb Andreas Volz: > Ok, seems not possible or nobody knows. Well, current state of edje external is a serious lack of maintainership activity. It is missing function and the API to access it is no

Re: [E-devel] Modify edje properties

2016-03-10 Thread Andreas Volz
Am Sat, 5 Mar 2016 23:45:55 +0100 schrieb Andreas Volz: Ok, seems not possible or nobody knows. Is there a good way to find out in my application code if a part is a external type or a text part? Should I use edje_edit_part_type_get() for this? I just like to change a text from a common API inter