Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
516 views

I am porting a toolkit (namely the EFL) engine from pure GDI to Direct2D. More precisely, I am adding a Direct2D engine. The purpose is to have a faster engine than the GDI one. This toolkit is cross ...
vtorri's user avatar
  • 325
0 votes
2 answers
118 views

I'm trying to write a widget for Tizen platform. Layout of the widget is described in a EDC file. I needed a block, which contains some text and image parts, to be repeated three times with different ...
unnamed777's user avatar
1 vote
0 answers
44 views

Hello I have been trying to generate inline plots with matplotlib inside a terminal emulator called Terminology which can be found at: https://www.enlightenment.org/about-terminology.md This terminal ...
ryutenuki's user avatar
0 votes
3 answers
255 views

I am developing a watch face with Tizen Native using the EFL libraries. After creating many objects with: Evas_Object *view_create_parts(Evas_Object *parent, const char *image_path, int ...
go3d's user avatar
  • 483
0 votes
2 answers
216 views

I am trying to add touch events to my watch face that I am developing with the EFL libraries. But the touch layer is either not working or, when it is, it is fully covering my watch face, although it ...
go3d's user avatar
  • 483
0 votes
1 answer
1k views

I have a vmlinuz ELF image file. I need to get the kernel version from the image file without disassembling it. Is it possible to get kerenel version from offsets of that compressed image file? The ...
Manish Purohit's user avatar
0 votes
1 answer
37 views

I am using Enlightment library (C api) for user interface. I'd like to collapse the frame programatically, however the function seems not to work: elm_frame_collapse_set(my_frame, EINA_TRUE); When I ...
Misery's user avatar
  • 697
0 votes
1 answer
347 views

I set the callback for hardware buttons Back and More using the code: static void win_more_cb(void* data, Evas_Object* obj, void* event_info) { appdata_s* ad = data; if (ad->ctxpopup != ...
Andriy Lesyuk's user avatar
0 votes
1 answer
69 views

I'm porting a C-language kiosk application to a x86 machine, running Ubuntu 16. I'm using the EFL GUI framework (version 1.20.7) - it is new to me. The GUI is quite simple: a few screens, with ...
Rami Rosenbaum's user avatar
0 votes
1 answer
69 views

I'm porting a C-language kiosk application to a x86 machine, running Ubuntu 16. I'm using the EFL GUI framework (version 1.20.7) - it is new to me. I managed to add an icon to a button, but the button ...
Rami Rosenbaum's user avatar
0 votes
1 answer
88 views

I am creating a photo application which will show new photos (online) every x-seconds. But the application is crashing after some time at random moments. Created a test application (note: ugly/dirty ...
user2276975's user avatar
2 votes
2 answers
905 views

I'm developing a Galaxy Gear S2 application that makes use of a genlist to display information. One of the requirements of the application is that the genlist should have a orange background instead ...
Jonathan's user avatar
  • 535
0 votes
2 answers
266 views

I am making a watch application for Samsung Gear S2 with EFL Native application. Problem was happened when I rotate hands of the watch. Look at following image. This is normal image I paste it to ...
pius lee's user avatar
  • 1,184
0 votes
1 answer
1k views

I have been working on a Tizen project where I need to calculate BMI of a person. So i need to take input of the name of the user and the height and weight from the user. So far I have created a ...
Durbinsoft's user avatar
1 vote
0 answers
441 views

I have a project I'm trying to build using mingw and it's missing some posix dependencies: http://mama.indstate.edu/users/ice/tree/ Since I don't want to spend the effort porting the sourcecode, I ...
niken's user avatar
  • 2,632
0 votes
2 answers
468 views

I was trying to change the size of the list element which are added in elementary list function ( elm_list_add) using append or prepend functions that calls _item_new internally in elm_list.c. I ...
user4763's user avatar
1 vote
1 answer
639 views

I'm preparing an app in EFL and also have access to the dbus interface. I wanted to know what would I have to do to keep the screen from dimming or going off during execution? This would be similar ...
Prathamesh Shetye's user avatar
0 votes
2 answers
2k views

I want align text to center on elm_label widget. I can't find any functions about text align as evas object text function or elm_label function. Also, I can't find a function that can get the text ...
pius lee's user avatar
  • 1,184
1 vote
3 answers
2k views

I want the background color (or image) of elementary widget (also container) like a grid or box. How can I set background color of the elementary widget? In the EFL elementary documentation, I found ...
pius lee's user avatar
  • 1,184
0 votes
1 answer
619 views

I tried to add a custom target in a cmake file to compile a .edc file with edje_cc automatically on build like mentioned here. Its part of an EFL project. But I always get an error on compiling: [ ...
motu's user avatar
  • 43
1 vote
2 answers
617 views

I'm preparing an app which needs to call the dialer app. How do I go about calling the Dialer app from my app. My app is being written in EFL.
Prathamesh Shetye's user avatar
0 votes
1 answer
129 views

When I run configure.sh I get this error: checking for pkg-config... no configure: error: pkg-config tool not found. Install it or set PKG_CONFIG environment variable to that path tool. Exiting... I ...
Thewafflication's user avatar
1 vote
1 answer
202 views

I want to open a webview in the background when other webview is already on the stack. Is it even possible in EFL? Every attempt finishes with some kind of crash. Maybe you have any hints how to to ...
user3228951's user avatar
0 votes
1 answer
440 views

I am trying to write a little application in order to understand how evas works with X11. I haven't find a full example in the documentation only some parts that I try to use. Here is the code: #...
cedlemo's user avatar
  • 3,384
2 votes
1 answer
148 views

I tried to play with the file module of the Eina library and the classical system calls. My problem is when I want to use eina and some functions and constants from ftw.h. Here is the first simple ...
cedlemo's user avatar
  • 3,384
0 votes
1 answer
462 views

This question is about use of evas_object_image_data_set function. Say, I have some pixel array in RGBA format. I make a transformation on it to become ARGB, suitable for Evas Image Object. Next thing ...
Sergey Kanaev's user avatar
0 votes
0 answers
191 views

Well, I have callback which is arisen when I get HTTP response on HTTP GET request. The prototype of this callback is the following (async programming, could be arised at any time): // I use ...
likern's user avatar
  • 4,024
0 votes
4 answers
2k views

I use EFL library to develop applications for Tizen platform. I need to implement event handler for hardware button "Back". In native Tizen API it is done pretty simple. But I have no idea how can I ...
Kirill's user avatar
  • 182
0 votes
1 answer
210 views

I'm very new to EFL. And now I'm trying to get used to it. There is library named Edje. This library allows theming and other sort of things. But files for it are created in plain text and have to be ...
Sergey Kanaev's user avatar
4 votes
2 answers
1k views

We are starting with an embedded development using the Enlightenment Foundation Libraries. We are developing a "full" screen application, so a window manager is not required and our Linux system will ...
user626201's user avatar
  • 1,712