[E-devel] EO compositing "leaking" interfaces

2019-10-23 Thread Lauro Moura
Talking today about some examples using the new API we came up with the following situation: ``` Eo *_screen = efl_add(EFL_UI_TEXT_CLASS, ...); ... Efl_Text_Cursor_Cursor *cursor = efl_text_cursor_get(_screen, EFL_TEXT_CURSOR_GET_TYPE_MAIN); ``` The call seems to succeed in C but it is a compilat

Re: [E-devel] git.enlightenment.org

2019-10-23 Thread Mike Blumenkrantz
Hi, Is there any ETA for when phabricator will be accessible again? I've been trying to recall some details for a ticket I was investigating, and it would be nice to know whether it's worth retaining my existing context or switching to something new if this is looking to be a longer-term issue.

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-23 Thread Vincent Torri
On Wed, Oct 23, 2019 at 12:05 PM Jing wrote: > > Hi Carsten,I am using a raw edje object. Follow your advise, i use > evas_object_image_add and evas_object_image_file_set can display different > images in my GUI. > But when the number/size of image is large, it will consume a lot of memory, >

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-23 Thread Jing
Hi Carsten,I am using a raw edje object. Follow your advise, i use evas_object_image_add and evas_object_image_file_set can display different images in my GUI. But when the number/size of image is large, it will consume a lot of memory, is there any way to reduce the memory consumption? Beside