Permalink
wasenbr on OpenLaszlo
  • vote
    15
    5 starswasenbr | Shared With: Everyone - Jul 16 2007 | web, html, javascript, web development, OpenLaszlo
    Web clients fatten up with OpenLaszlo

    tutorial para iniciantes de openlaszlo

    Quoted: <canvas width="115" height="95"> <drawview width="200" height="200" x="5" y="5"> <method event="oninit"> // Draw a black square this.strokeStyle = 0x000000; this.moveTo(0, 0); this.lineTo(25, 0); this.lineTo(25, 25); this.lineTo(0, ...

1 - 1 of 1 Faves