Menu: OpenLaszlo
Du HTML vers le LZX
Faire défiler une image
Faire un tabelement
Faire une animation
Faire une animation séquentielle
Animation + openlaszlo
Animation avec contrainte
Animation du layout
Bordure openlaszlo
Texte avec ombre
Instances et script
Animation opacité
Découvrir XML
Découvrir AJAX
Découvrir JavaScript


Créer un texte avec ombre avec OpenLaszlo

<canvas bgcolor="0x76A7DC">
<class name="dropshadow">
<attribute name="text" type="text" />
<!-- The black background -->
<text name="bgtext" fgcolor="black" text="${this.parent.fgtext.text}" y="${this.parent.fgtext.y+1}" x="${this.parent.fgtext.x+1}" width="${this.parent.width}" fontstyle="bold" />
<!-- The white foreground -->
<text name="fgtext" fgcolor="white" text="${this.parent.text}" fontstyle="bold" resize="true" />
</class>
<dropshadow>
The quick brown fox jumped over the lazy dog.</dropshadow>
</canvas>


Ressource en anglais sur le forum OpenLaszlo ici

A bientôt pour de nouveaux tutoriels OpenLaszlo