answering myself:
r40728 fixed it. Textblocks work fine under WinCE now. Thanks!
> Hi,
>
> I have crashes with labels and text under wince. GDB shows:
>
> #1 0x008d2994 in _layout_text_cutoff_get (c=0x2013f820, fmt=0x1a9ea0,
> it=0x1a9f50) at evas_object_textblock.c:1544
>
> with
>
> 1544
Hi,
I have crashes with labels and text under wince. GDB shows:
#1 0x008d2994 in _layout_text_cutoff_get (c=0x2013f820, fmt=0x1a9ea0,
it=0x1a9f50) at evas_object_textblock.c:1544
with
1544 return c->ENFN->font_last_up_to_pos(c->ENDT,
fmt->font.font, it->text,
(gdb) print *c
$1 = {obj
Hi,
I've played with elementary and it seems like eml_entry is buggy. See
the attached valgrind output of elementary_test (r40748) opening a
window with an entry widget.
Cheers
Klaus
kl...@hottie:~/efl$ valgrind elementary_test
==5076== Memcheck, a memory error detector.
==5076== Copyright
Hi,
I've created some wide lines via evas_object_polygon. It used to work
fine so far. But since the last SVN update (maybe?!?) the polygon
disappears when moving it with evas_object_move(). Otherwise it is
rendered fine. Any ideas?
Cheers
Klaus
---
Hi,
with addition of IMF edje build for Windows[CE] is broken. Attached is a
simple fix, reordering EAPI definition.
Cheers
Klaus
Index: src/lib/edje_private.h
===
--- src/lib/edje_private.h(Revision 40642)
+++ src/lib/edje
Hi all,
Elementary is a very nice widget set! Great work!
When I played with it lately I found it difficult to combine/use
Elementary with custom e-smart objects. What is the suggested way for
this task? If possible I want to avoid "specializing" my e-smart objects
to widgets.
Thanks!
Kl
Hi,
>> I've tried to get your EFL example working on several WinCE devices.
>> No success with the precompiled binaries.
>
> what are the problems ?
Got everything working now :) ! I could identify two problems. One is
the late loading/binding of evas modules. As these modules aren't
trusted W
The trace below was made with wince_gapi. With wince_fb the trace looks
different but it seems to crash on a similar issue.
warning: ecore_wince : instance + class bon
warning: *** ecore message : create 240 320
Error while mapping shared library sections:
oleaut32.dll: No such file or directory
Hi,
I've tried to get your EFL example working on several WinCE devices. No
success with the precompiled binaries. So I compiled the libs with
debugging symbols and stumbled upon few issues:
1. Evas needs ddraw.h to compile evas_wince_ddraw_buffer.cpp. It is not
catched by configure.
2. Evas
Worked!
Thanks
Klaus
>> Hi,
* I can't create DLLs even with current libtool (git) installed.
>>>
>>> what is the error message ?
>>>
>> No error.
>>
>> /bin/bash ../../libtool --tag=CXX --mode=link arm-mingw32ce-g++
>> -fno-rtti -fno-exceptions -g -O2 -no-undefined
>> -Wl,--enabl
Hi,
>>
>> * I can't create DLLs even with current libtool (git) installed.
>
> what is the error message ?
>
No error.
./configure says:
checking whether the arm-mingw32ce-gcc linker
(/opt/mingw32ce/arm-mingw32ce/bin/ld) supports shared libraries... yes
[...]
checking whether to build shared lib
Hi,
I've tried to build EFL for WinCE as it is described in the wiki:
http://wiki.enlightenment.org/index.php/EFL_Windows_CE
When compiling Evil I stumbled across some issues:
* I can't create DLLs even with current libtool (git) installed.
* Compiling the testcases (part of make all tartget) f
12 matches
Mail list logo