[samui] How make it working ?
Nicolas Désy
liguorien at hotmail.com
Sat Sep 3 07:12:05 PDT 2005
Ok, I found the problem... It's the same damn problem that I had with FDT on
my first try. You project is in "C:/Documents And Settings/..." and the
space put an error in the command line that launch Ant. The only answer I
can give for the moment is to change your project location in a folder that
doesn't contains space.
Sorry for the inconvenient,
Nicolas
----- Original Message -----
From: "kiroukou alapla" <kiroukou at gmail.com>
To: <samui at osflash.org>
Sent: Saturday, September 03, 2005 8:34 AM
Subject: [samui] How make it working ?
Thanks Nicolas !
Well in fact it's what I was doing ... exept the mtasc folder in PATH
variable.
And after an other try, it still doesn't work :(
Here my test class :
class Test
{
static public function main(Void):Void
{
_root.createTextField("toto", 1, 50, 50, 200, 30);
var tf:TextField = _root.toto;
tf.border = true;
tf.borderColor = 0xFF00CC;
tf.text = "Le monde qu'il est beau";
}
}
and a screen picture is available here :
http://pagesperso.laposte.net/kiroukou/photos/samui.JPG
I don't get it.
Thanks for your help
Kiroukou
_______________________________________________
SAM-UI mailing list
samui at osflash.org
http://osflash.org/mailman/listinfo/samui_osflash.org
More information about the samui
mailing list