I’m trying to make an application with flash builder that performs operations on square matrices. I take in the size of he matrix (n) but now, I am having difficulty figuring out how to generate an n by n grid of text inputs where the user can enter the matrix element values
I’m trying to make an application with flash builder that performs operations on square
Share
Yeap, do just like Peter Hall said. Use DataGroup with tile layout.
And renderer:
Of course if you know Flex at least in basic level, you will know how to do it all dynamically.