Dear Mr. Tom,

I have checked with latest evas (evas_object_textblock, and some dependent
files evas_font_dir and so on)
The problem never comes again. Thanks.

Sincerely,
Shinwoo Kim.

2011년 8월 16일 오후 3:09, cnook <kimci...@gmail.com>님의 말:

> Dear Mr. Tom,
>
> Thanks for your response.
> I'll check this on the lastest evas.
> Migration would be necessary on my side.
>
> Sincerely,
> Shinwoo Kim.
>
>
>
> 2011/8/14 Tom Hacohen <tom.haco...@partner.samsung.com>
>
>> On 11/08/11 15:59, cnook wrote:
>>
>>> Dear All, Hi!
>>>
>>> I have got a problem, when I used evas_object_textblock with edje.
>>> I am using the following style for textblock which has width 380.
>>>
>>>            style { name: "tle_style";
>>>               base: "font=MYFONT:style=Medium font_size=24 align=center
>>> color=#ffffff wrap=mixed ellipsis=1.0";
>>>               tag:  "br" "\n";
>>>               tag:  "ps" "ps";
>>>               tag:  "hilight" "+
>>> font=SLP:style=Bold";
>>>
>>>               tag:  "b" "+ font=MYFONT:style=Bold";
>>>               tag:  "whitecolor" "+ color=#ffffff";
>>>               tag:  "tab" "\t";
>>>            }
>>>
>>> And the following statement is used for the textblock.
>>>     <b>Warcraft_KR</b>   우하하 너무 잼나요  RT
>>>
>>> After calculated width of above statement is 381.
>>>
>>> In this case, edje_object_size_min_**restricted_calc() take loops(4000
>>> times?)
>>> until it will meet some condition (ed->w>  4000).
>>> Anyhow, attached patch cannot resolve the fundamental problem. it is just
>>> temporal solution.
>>> If this patch is reasonable, please take it before we find more proper
>>> way.
>>>
>>>
>> I only now got around to testing it, and it works perfectly for me.
>> With that being said, I had to guess the definition of your textblock
>> part, a compilable example would be nicer.
>>
>> Are you using the latest Evas? Because I think I fixed a related issue
>> sometime in the last month or so.
>>
>> --
>> Tom.
>>
>>
>
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to