Scrolling text in EFL/Edje using enventor -


using enventor created following edje code (part of enlightenment foundation libraries) displaying text:

collections {     base_scale: 1.0;     group { "main";       parts {          text { "text_kejm";             scale: 1;             effect: soft_outline;             desc { "default";                color: 255 255 255 255;                color2: 0 136 170 100;                visible: 1;                text {                   size: 50;                   font: "sans";                   text: "radek radek radek";                   align: 0.5 0.5;                   min: 0 0;                }                align: 0.5 0.5;                rel1.relative: 0.00 0.00;                rel2.relative: 1.00 0.29;             }          }       }    } } 

the text long, rendered "radek ra...". instead of rendering using "..." designer requires long text scroll. there easy way how achieve out of edje code.

note: idea that, actual text set out of c application, never know, how long be.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -