Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elementary_tests.exe: Edje External apps fails to add types #434

Open
Coquinho opened this issue Sep 11, 2020 · 0 comments
Open

elementary_tests.exe: Edje External apps fails to add types #434

Coquinho opened this issue Sep 11, 2020 · 0 comments
Labels
windows-native Related to port of EFL to natively compile in Windows with clang-cl

Comments

@Coquinho
Copy link
Contributor

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

  1. Run elementary_tests.exe
  2. Open ExtButtom
  3. Note that your window has an image and animation, nothing more, and your
    terminal has errors as described earlier
@joaoantoniocardoso joaoantoniocardoso added the windows-native Related to port of EFL to natively compile in Windows with clang-cl label Sep 15, 2020
@JPTIZ JPTIZ added this to the Natively Compile in Windows milestone Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows-native Related to port of EFL to natively compile in Windows with clang-cl
Projects
None yet
Development

No branches or pull requests

3 participants