re-attach the file

2009/2/4 Atton Jonathan <jonathan.at...@gmail.com>

> hello,
>
> I have a problem when I add a textblock in a box. I attach a source code.
>
> If I don't specify a "x min" in the "item" block the text does not appears.
> The only way to display the text is to specify a min and the size of the
> item will be fix and of course a fix size is really bad.
>
> I don't know if the bug is in evas, in my textblock block or in the item
> block.
>
> --
> Regards.
>



-- 
Regards.
styles
{
    style
    {
        name: "style";
        base: "font=DejaVuSans font_size=25 text_class=item align=top 
valign=center color=#000  wrap=word";
        tag: "numbering" "+ style=soft_outline outline_color=#7fa3ed 
color=#d8e0e3";
    }
}
collections
{

group
{
    name: "main_group";
parts
{
part
{
    name: "area";
    type: BOX;
    mouse_events:0;
    description
    {
        state: "default" 0.0;
        visible: 1;
        align: 0.0 0.0;
        color: 255 255 255 50;
        rel1
        {
            relative: 0.0 0.0;
        }
        rel2
        {
            relative: 1.0 1.0;
        }
        box
        {
            layout: "vertical";
            padding: 0 2;
            align: 0.5 0.5;
        }
    }
    box
    {
        items
        {
            item
            {
                type: GROUP;
                //min: 100 100;
                source:"text_group" ;
            }
        }
    }
}
}
}

group
{
    name: "text_group";
    parts
    {
        part
        {
            name: "text";
            type: TEXTBLOCK;
            mouse_events: 0;
            description
            {
                state: "default" 0.0;
                visible: 1;
                align: 0.1 0.1;
                rel1
                {
                    relative: 0.0 0.0;
                }
                rel2
                {
                    relative: 1.0 1.0;
                }
                text
                {
                    text: "qlcfneuqzlfeuiqzfbeqzlfbqzelfqlfenqeui hnflequ 
eqifheqziofhneiqolf neiqnf eiqnfiu enqfuie nqflneqfq f  fhqzeiufhequifoefheqpf 
eqpfhqe fhqef";
                    style: "style";
                    min: 0 1;
                }
            }
        }
    }
}


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to