On 15/07/15 10:05, Tom Hacohen wrote:
> On 09/07/15 09:02, Tom Hacohen wrote:
>> Hey,
>>
>> Here again, the new EFL + Elementary ABI reports.
>>
>> As usual:
>> https://devs.enlightenment.org/~tasn/abi/
>>
>> Please take a look and report any issues. I haven't looked at it yet
>> myself.
>>
>
> Bet
Hi,
I'm trying to trace down a really annoying bug but it's proving illusive.
I have some Eo objects (the Elm_Code_Widget) that stores a lot of
information in it's associated data object. This works most of the time but
on some occasions - potentially in the vicinity of different thread access,
bu
Hi,
I never saw this kind of behavior, except if your object has been freed (should
see error prints) or your pointer is NULL or even if your object is not of the
correct type.
Do you see any Eo error messages? Can you "p eo_class_name_get(editor->entry)"?
Can you enter the function and give mo
Hey List,
whilst still researching, i've come into a problem with my choice of font.
First some background. We are using for our project an extremly tiny
display, 128x64 pixels. As such, to be legiable, our fonts need to be
pixel perfect, or rather, bitmap fonts is what we want. As a backup-pla