Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-12-16 Thread Carsten Haitzler
On Mon, 16 Dec 2019 18:06:49 +0800 (CST) Jing said: > Hi Carsten, > For compressed in RAM and scaled down thumbnail, any demo for it ? > I will try both methods to fix my issue, many thanks. Compressed in RAM how? Evas has no methods other than ETC1/ETC2 ... and the software engine will

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-12-16 Thread Jing
Hi Carsten, For compressed in RAM and scaled down thumbnail, any demo for it ? I will try both methods to fix my issue, many thanks. At 2019-12-13 16:33:47, "Carsten Haitzler" wrote: >On Fri, 13 Dec 2019 15:19:06 +0800 (CST) Jing said: > >> Hi Carsten, Is there a way to compress the original

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-12-13 Thread Carsten Haitzler
On Fri, 13 Dec 2019 15:19:06 +0800 (CST) Jing said: > Hi Carsten, Is there a way to compress the original image into a small image > to display? Any demo for it ? That's vague. What do you mean? Compress on disk? compressed in RAM? just scaled down thumbnail? something else? > Thanks. >

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-12-12 Thread Jing
Hi Carsten, Is there a way to compress the original image into a small image to display? Any demo for it ? Thanks. At 2019-10-24 19:03:52, "Carsten Haitzler (The Rasterman)" wrote: >On Thu, 24 Oct 2019 18:58:30 +0800 (CST) Jing said: > >> Hi Vincent, thanks for your advise, thanks. >> >>

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-24 Thread The Rasterman
On Thu, 24 Oct 2019 18:58:30 +0800 (CST) Jing said: > Hi Vincent, thanks for your advise, thanks. > > Hi Carsten, any advise for the memory consumption issue when display image > number/size is large ? Thanks. use thumbnails? don't create image objects that are not visible? create them when

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-24 Thread Jing
Hi Vincent, thanks for your advise, thanks. Hi Carsten, any advise for the memory consumption issue when display image number/size is large ? Thanks. At 2019-10-23 18:14:45, "Vincent Torri" wrote: >On Wed, Oct 23, 2019 at 12:05 PM Jing wrote: >> >> Hi Carsten,I am using a raw edje object.

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-23 Thread Vincent Torri
On Wed, Oct 23, 2019 at 12:05 PM Jing wrote: > > Hi Carsten,I am using a raw edje object. Follow your advise, i use > evas_object_image_add and evas_object_image_file_set can display different > images in my GUI. > But when the number/size of image is large, it will consume a lot of memory, >

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-23 Thread Jing
Hi Carsten,I am using a raw edje object. Follow your advise, i use evas_object_image_add and evas_object_image_file_set can display different images in my GUI. But when the number/size of image is large, it will consume a lot of memory, is there any way to reduce the memory consumption?

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-22 Thread Carsten Haitzler
On Tue, 22 Oct 2019 20:13:51 +0800 (CST) Jing said: > Hi Carsten, > Thanks for your reply. I want to dynamically display different images in my > GUI, the images are read from SD card. How to add this feature ? Please > help,thanks. many ways. you can use a basic evas image object

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-22 Thread Jing
Hi Carsten, Thanks for your reply. I want to dynamically display different images in my GUI, the images are read from SD card. How to add this feature ? Please help,thanks. At 2019-10-22 16:45:55, "Carsten Haitzler (The Rasterman)" wrote: >On Tue, 22 Oct 2019 15:03:47 +0800 (CST) Jing

Re: [E-devel] Image display issue when use evas_object_image_file_set()

2019-10-22 Thread The Rasterman
On Tue, 22 Oct 2019 15:03:47 +0800 (CST) Jing said: > Hi all, > I define a IMAGE part in my EDC file with a default image. And call > evas_object_image_file_set() to display a new image. But when other parts > receive a signal or event, this IMAGE part will return to display the > default png

[E-devel] Image display issue when use evas_object_image_file_set()

2019-10-22 Thread Jing
Hi all, I define a IMAGE part in my EDC file with a default image. And call evas_object_image_file_set() to display a new image. But when other parts receive a signal or event, this IMAGE part will return to display the default png image, please advise how to fix this issue, many thanks.

Re: [E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-17 Thread Carsten Haitzler
On Thu, 17 Oct 2019 10:48:32 +0800 (CST) Jing said: > Hi Carsten, > So there is no way I can display character '<' in a TEXTBLOCK part ?? > Is there any other way I can display character '<' in my UI ? as i said. like html.. you have to escape it. like html. > Thanks. > > > > At

Re: [E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-16 Thread cnook
+ chenjing...@126.com 2019년 10월 17일 (목) 오후 12:28, cnook 님이 작성: > Hi. You could use for <. I found it from > > > https://www.webstandards.org/learn/reference/charts/entities/markup_entities/index.html > > 2019년 10월 17일 (목) 오전 11:49, Jing 님이 작성: > >> Hi Carsten, >> So there is no way I can

Re: [E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-16 Thread cnook
Hi. You could use for <. I found it from https://www.webstandards.org/learn/reference/charts/entities/markup_entities/index.html 2019년 10월 17일 (목) 오전 11:49, Jing 님이 작성: > Hi Carsten, > So there is no way I can display character '<' in a TEXTBLOCK part ?? > Is there any other way I can

Re: [E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-16 Thread Jing
Hi Carsten, So there is no way I can display character '<' in a TEXTBLOCK part ?? Is there any other way I can display character '<' in my UI ? Thanks. At 2019-10-17 01:22:50, "Carsten Haitzler (The Rasterman)" wrote: >On Wed, 16 Oct 2019 18:05:30 +0800 (CST) Jing said: > >> Hi all, >>

Re: [E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-16 Thread The Rasterman
On Wed, 16 Oct 2019 18:05:30 +0800 (CST) Jing said: > Hi all, > I failed to display '<' by using edje_object_part_text_set(layout, > "part_name", "<") . Text display is empty. Please help to advise how to fix > this issue, thanks. ___ >

[E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-16 Thread Jing
Hi all, I failed to display '<' by using edje_object_part_text_set(layout, "part_name", "<") . Text display is empty. Please help to advise how to fix this issue, thanks. ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net

[E-devel] Dual display presentation issues

2017-07-10 Thread William L. Thomson Jr.
I mentioned this buried in the "Entrance is Alive" thread where Carsten Haitzler (The Rasterman) were discussing issues. I mentioned the ones I experienced while doing a presentation. Here is a link to the presentation https://www.youtube.com/watch?v=jbDpKjznI3M You can see the issue with E at

Re: [E-devel] [PATCH] Display preedit in entry of E17

2011-07-14 Thread Mike McCormack
On 07/13/2011 12:56 PM, Jihoon Kim wrote: Hello, EFL developers. The entry in E17 doesn't display preedit string. There has been no code to display the preedit string in e_entry.c. This patch will make it be possible. Would you please review this patch? Committed to SVN @61389.

[E-devel] [PATCH] Display preedit in entry of E17

2011-07-12 Thread Jihoon Kim
Hello, EFL developers. The entry in E17 doesn't display preedit string. There has been no code to display the preedit string in e_entry.c. This patch will make it be possible. Would you please review this patch? Index: e_entry.c

Re: [E-devel] [Patch] Display more than 3 items

2011-04-25 Thread The Rasterman
On Mon, 25 Apr 2011 14:47:34 +0900 cnook kimci...@gmail.com said: thanks very much! in svn it is. I have attached patch for elm_diskselector. This patch is setting the width of elm_diskselector using its parent width size, if there is no mention in the theme file. -- - Codito,

Re: [E-devel] [Patch] Display more than 3 items

2011-04-24 Thread cnook
Dear All, Hello! I have attached patch for elm_diskselector. This patch is setting the width of elm_diskselector using its parent width size, if there is no mention in the theme file. Sincerely, Shinwoo Kim. 2011/4/7 Carsten Haitzler ras...@rasterman.com On Tue, 5 Apr 2011 23:33:08 +0900

Re: [E-devel] [Patch] Display more than 3 items

2011-04-06 Thread The Rasterman
On Tue, 5 Apr 2011 23:33:08 +0900 cnook kimci...@gmail.com said: thanks. still for()s in the test code have no space between for and ( - i fixed it though. patch in svn now! Hello! Thank you for your response. I am thoroughly impressed with your in-depth review. All of your feedback is

Re: [E-devel] [Patch] Display more than 3 items

2011-04-05 Thread cnook
Hello! Thank you for your response. I am thoroughly impressed with your in-depth review. All of your feedback is reflected on the latest attached patch. Please verify and review this again. Thanks! Sincerely, Shinwoo Kim. 2011/4/4 Carsten Haitzler ras...@rasterman.com On Mon, 28 Mar 2011

Re: [E-devel] [Patch] Display more than 3 items

2011-04-04 Thread The Rasterman
On Mon, 28 Mar 2011 12:04:19 +0900 cnook kimci...@gmail.com said: too many problems with this patch :( can you fix the below and re-submit? 1. fails. malformed patch even. patching file src/lib/elm_diskselector.c Hunk #5 FAILED at 136. Hunk #19 succeeded at 780 with fuzz 2. 1 out of 29 hunks

Re: [E-devel] [Patch] Display more than 3 items

2011-04-03 Thread Daniel Juyung Seo
No comments? I guess we already discussed this heavily. If there is no comments in a couple of days, I'll commit this. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Mar 31, 2011 at 12:22 PM, cnook kimci...@gmail.com wrote: Hi All, Please check latest patch set. Sincerely, Shinwoo Kim.

Re: [E-devel] [Patch] Display more than 3 items

2011-03-30 Thread cnook
Hi All, Please check latest patch set. Sincerely, Shinwoo Kim. 2011/3/28 cnook kimci...@gmail.com Hi All, Thanks for your response and suggestion always. I have attached new patch file which has following modification. - remove warning message - support setting by theme and api

Re: [E-devel] [Patch] Display more than 3 items

2011-03-27 Thread cnook
Hi All, Thanks for your response and suggestion always. I have attached new patch file which has following modification. - remove warning message - support setting by theme and api Others are also reasonable suggestion, some of them especially vertical mode would be fine. But till now there

Re: [E-devel] [Patch] Display more than 3 items

2011-03-25 Thread The Rasterman
On Wed, 23 Mar 2011 08:19:13 -0700 Daniel Juyung Seo seojuyu...@gmail.com said: you're going to hate me :) you did go the right way - theme defines default, code can override... BUT.. you are ALSO missing a fit POLICY. you are fitting just N items in the visible region. i think... you are

Re: [E-devel] [Patch] Display more than 3 items

2011-03-23 Thread cnook
Dear All, Thanks for your response. I have attached elm_diskselector patch using API and getting default value from theme. But the default value from elementary/themes/default.edc is applied only. If user wants new default value from his/her own theme file, it will not be applied. Why I have

Re: [E-devel] [Patch] Display more than 3 items

2011-03-23 Thread Daniel Juyung Seo
I attached a screen shot :) This is a screen shot from elementary_test Disk Selector which cnook attached. Btw, cnook, I have one comment. _item_click_cb()'s parameter is wrong. Please check elm_diskselector.c code. elm_diskselector.c: In function ‘_item_new’: elm_diskselector.c:137: warning:

Re: [E-devel] [Patch] Display more than 3 items

2011-03-23 Thread Bruno Dilly
On Wed, Mar 23, 2011 at 10:54 AM, cnook kimci...@gmail.com wrote: Dear All, Hey Shinwoo Kim, Thanks for your response. I have attached elm_diskselector patch using API and getting default value from theme. But the default value from elementary/themes/default.edc is applied only. If user

Re: [E-devel] [Patch] Display more than 3 items

2011-03-23 Thread Gustavo Sverzut Barbieri
On Wed, Mar 23, 2011 at 3:19 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: I attached a screen shot :) This is a screen shot from elementary_test Disk Selector which cnook attached. THAT is what I worried. Problem is that we're trying to define presentation where it should not.

Re: [E-devel] [Patch] Display more than 3 items

2011-03-22 Thread Tom Hacohen
You can load default from the theme and modify it with API... On Tue, 2011-03-22 at 13:47 +0900, Daniel Juyung Seo wrote: Hello. then several different theme file have to be existed. In this case, API would be more efficient. Hmm... you're right. It will be more flexible to use API for

Re: [E-devel] [Patch] Display more than 3 items

2011-03-22 Thread cnook
Dear All, Hello :) Thanks for your response. I have attached elm_diskselector patch using API and example code is also included. Please review this again. Thanks always. Sincerely, Shinwoo Kim. 2011/3/22 Tom Hacohen tom.haco...@partner.samsung.com You can load default from the theme and

Re: [E-devel] [Patch] Display more than 3 items

2011-03-22 Thread Tom Hacohen
Dear Shinwoo, Why did you ditch getting the data from the theme? I think my suggestion is reasonable: use the data from the theme as the default value, and allow people to override it from API. So it's essentially what you did with just adding one line to the init of the object, to set

Re: [E-devel] [Patch] Display more than 3 items

2011-03-22 Thread ChunEon Park
- From: Tom Hacohenlt;tom.haco...@partner.samsung.comgt; To: Daniel Juyung Seolt;seojuyu...@gmail.comgt; Cc: enlightenment-devel@lists.sourceforge.net; cnooklt;kimci...@gmail.comgt; Sent: 11-03-22(화) 17:08:37 Subject: Re: [E-devel] [Patch] Display more than 3 items You can load default from the theme

Re: [E-devel] [Patch] Display more than 3 items

2011-03-22 Thread Tom Hacohen
Hacohentom.haco...@partner.samsung.com To: Daniel Juyung Seoseojuyu...@gmail.com Cc: enlightenment-devel@lists.sourceforge.net; cnookkimci...@gmail.com Sent: 11-03-22(화) 17:08:37 Subject: Re: [E-devel] [Patch] Display more than 3 items You can load default from the theme and modify it with API

Re: [E-devel] [Patch] Display more than 3 items

2011-03-22 Thread Gustavo Sverzut Barbieri
On Tue, Mar 22, 2011 at 11:31 AM, ChunEon Park her...@naver.com wrote: But I guess the data count in the theme does not useful. Even user change the theme, the count could not be changed. Because each items could be set only in the code. Again, I did not check the code and you did not send a

Re: [E-devel] [Patch] Display more than 3 items

2011-03-22 Thread Tom Hacohen
/STRI-SLP RTL Language supporting/삼성전자 Date : 2011-03-22 20:40 (GMT+09:00) Title : Re: [E-devel] [Patch] Display more than 3 items I don'c quite follow. The user can change the theme to change the default behavior, and an application can override it through API, I don't see how setting

Re: [E-devel] [Patch] Display more than 3 items

2011-03-21 Thread cnook
Dear All, Hi~ Thanks for your response always! I have changed the elm_diskselector based on your comments. The displayed item count is described by using theme file. And example source - example.tar.gz - have attached. (If you have an example of the example :), then please inform and send me.)

Re: [E-devel] [Patch] Display more than 3 items

2011-03-21 Thread Daniel Juyung Seo
Hello. then several different theme file have to be existed. In this case, API would be more efficient. Hmm... you're right. It will be more flexible to use API for item count. If we use previously suggested idea, we need to prepare many item styles for several cases. And that doesn't look

Re: [E-devel] [Patch] Display more than 3 items

2011-03-18 Thread cnook
Dear All, Hi~ Thanks for your response. I have tried to use data.item and edje_object_data_get() API. It works fine. :) But I met a problem. When I use a new style for elm_diskselector, edje_object_data_get() cannot retrieve data.item of new style. Only original (default) data.item value is

Re: [E-devel] [Patch] Display more than 3 items

2011-03-18 Thread Daniel Juyung Seo
Check the _theme_hook(). :) Thanks. Daniel Juyung Seo (SeoZ) On Sat, Mar 19, 2011 at 1:53 PM, cnook kimci...@gmail.com wrote: Dear All, Hi~ Thanks for your response. I have tried to use data.item and edje_object_data_get() API. It works fine. :) But I met a problem. When I use a new

[E-devel] [Patch] Display more than 3 items

2011-03-17 Thread cnook
Dear All, This is Shinwoo Kim, learned that I could contribute to EFL! :) I'm pleased to inform you that the patch for the elm_diskselector. Until now, the elm_diskselector only display 3 items at once, if you accept this patch, the elm_diskselector can display more than 3 items. For this

Re: [E-devel] [Patch] Display more than 3 items

2011-03-17 Thread Bruno Dilly
On Thu, Mar 17, 2011 at 10:45 AM, cnook kimci...@gmail.com wrote: Dear All, Hi Shinwoo Kim, This is Shinwoo Kim, learned that I could contribute to EFL! :) I'm pleased to inform you that the patch for the elm_diskselector. Until now, the elm_diskselector only display 3 items at once, if

Re: [E-devel] [Patch] Display more than 3 items

2011-03-17 Thread Gustavo Sverzut Barbieri
On Thu, Mar 17, 2011 at 7:42 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Thu, Mar 17, 2011 at 10:45 AM, cnook kimci...@gmail.com wrote: Dear All, Hi Shinwoo Kim, This is Shinwoo Kim, learned that I could contribute to EFL! :) I'm pleased to inform you that the patch for the

Re: [E-devel] [Patch] Display more than 3 items

2011-03-17 Thread Tiago Falcao
+2 ! When had see this widget in first time, I imagined it with option to many items but ever configured in theme. If i'm right, this widget is a lot dependent of code and less of theme :( What you thing about this, Shinwoo Kim? Gustavo suggested the easiest way, use group data. Thanks. On

Re: [E-devel] [Patch] Display more than 3 items

2011-03-17 Thread Daniel Juyung Seo
+3 ! Using group data in theme looks better because it reduces source-gui dependences. group { name: xx; data.item: count 3; You can fetch this data from c source using edje_object_data_get() API. Please check other widgets for a reference. I checked the patch very briefly and here are some

[E-devel] no display

2009-02-09 Thread Oguz Yarimtepe
Hi, After cross compiling the imlib2, eina, eet, evas, ecore, embryo and edje, i decided to test the compiled libs at my system. So i used this[1] small application and this[2] EDC file. As you can see i am using directfb at my system. [1] http://rafb.net/p/9oRhs455.html [2]

Re: [E-devel] no display

2009-02-09 Thread Gustavo Sverzut Barbieri
2009/2/9 Oguz Yarimtepe comp@gmail.com: Hi, After cross compiling the imlib2, eina, eet, evas, ecore, embryo and edje, i decided to test the compiled libs at my system. So i used this[1] small application and this[2] EDC file. As you can see i am using directfb at my system. [1]

Re: [E-devel] no display

2009-02-09 Thread Oguz Yarimtepe
Now i tested with plugging an LCD from hdmi out and vola, i got the video output, directfb examples worked also. I was using scart output. Seems the box is giving the video out from hdmi by default. Couldn't test my app yet but will test it asap. I just borrowed my friends LCD to see there is