-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
windows-nativeRelated to port of EFL to natively compile in Windows with clang-clRelated to port of EFL to natively compile in Windows with clang-cl
Milestone
Description
Current behavior
Edje External apps don't show buttons. icons, labels, combobox, scroller,
slider not progressbar that it should, instead just from opening them they yield
errors like:
ERR:edje ../src/lib/edje/edje_external.c:375 _edje_external_type_add() external type 'elm/button' not registered
Besides that ExtComboobox also yields (just from opening again):
ERR:evas_main ../src/lib/evas/canvas/evas_render.c:3380 evas_render_updates_internal() viewport size != output size!
ERR:evas_main ../src/lib/evas/canvas/evas_render.c:3380 evas_render_updates_internal() viewport size != output size!
ERR:edje ../src/lib/edje/edje_external.c:375 _edje_external_type_add() external type 'elm/combobox' not registered
Loading evas font Sans 000001C994E92040
ERR:evas_main ../src/lib/evas/canvas/evas_object_smart.c:1078 evas_object_smart_callback_priority_add() calling smart object API on non-smart object!
And similarly does ExtProgressBar, yielding just from the opening:
ERR:evas_main ../src/lib/evas/canvas/evas_object_smart.c:1078 evas_object_smart_callback_priority_add() calling smart object API on non-smart object!
Expected behavior
Now errors at the terminal, and show all buttons icons, labels, combobox,
scroller, slider, and progressbar.
Steps to reproduce
- Run
elementary_tests.exe - Open
ExtButtom - Note that your window has an image and animation, nothing more, and your
terminal has errors as described earlier
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
windows-nativeRelated to port of EFL to natively compile in Windows with clang-clRelated to port of EFL to natively compile in Windows with clang-cl