> Hi. I tried making a test app for evas_object_textblock in order to see how 
> code 
> changes affected behavior. However, when I typed nothing showed up, so I 
> added some 
> inital text to the textblock with 
> evas_object_textblock_text_insert(textblock, "Initial 
> text."), but that didn't show up either. So now I'm thinking that since the 
> Evas 


By default your textblock won't have any formatting in it. (ie the is no font 
set and it has size 0.) You have to setup the formatting before you can put 
text into the textblock. You may also want to create an evas rectangle and 
stick it into the evas below your textblock as a background.

I've previously written an introduction to the textblock see:
http://www.everburning.com/docs/evas_textblock/evas_textblock_intro.html

(You can get a .xml or .pdf version by changing the extention.)

dan









-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to