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
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.
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,
>
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