vfmarrese

vfmarrese


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Flex Snippet Tutorial - Using The TextRange Class
    12/05/2009 - 07:30

    Hallo,
    con you explain me a simple example to add TextRange to this code without use MXML:

            import mx.controls.*;
            import mx.controls.textClasses.TextRange;

            public function init ():void{

                    var testooutput:String ="testo";

                    var testo:Text;
                    testo = new Text();
                    addChild(testo);
                    testo.text = testooutput;

                    }

    Thanks in advice!