baritone87
10-05-2007, 10:58 PM
This should be simple:
Flex builder 2 points to this line:
for(var i:uint=0; i<20; i++){
and says:
"1120: Access of undefined property i"
What could be the problem here? I don't need to import "uint" do I? If so what's the path? mx.what?
Edit: It is probably significant that this is in an MXML component that I created that extends mx.containers.Panel.
Flex builder 2 points to this line:
for(var i:uint=0; i<20; i++){
and says:
"1120: Access of undefined property i"
What could be the problem here? I don't need to import "uint" do I? If so what's the path? mx.what?
Edit: It is probably significant that this is in an MXML component that I created that extends mx.containers.Panel.