in reply to Re^3: SuDoTKu - version 2
in thread SuDoTKu - version 2
As for the particular issue, my fear is that I'm going to create the same number of objects as before, if not more. In my original design, I create a Label for each of the tiny numbers, and defer the creation of the big number. In this case I still have to create a single Rectangle for each number (even if I can do some trick to defer the creation of the text). I fear that this will not improve my loading times much :/
Anyway, I'll give it a try and do some benchmarking - but probably this will be done in September ;)
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: SuDoTKu - version 2
by zentara (Cardinal) on Aug 09, 2005 at 17:54 UTC |