Author |
Message |
appling
|
Posted: Sat Nov 15, 2003 5:49 pm Post subject: cannot allocate item |
|
|
what's the mean by"cannot allocate item. out of id numbers(max 1000)" in turing??
why will this display??? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Sat Nov 15, 2003 5:50 pm Post subject: (No subject) |
|
|
that would display when you create more then 1000 GUI items of same type |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
appling
|
Posted: Sat Nov 15, 2003 5:51 pm Post subject: (No subject) |
|
|
what is GUI??
so the only way i can do is to make the GUI items less?? |
|
|
|
|
|
Tony
|
Posted: Sat Nov 15, 2003 5:53 pm Post subject: (No subject) |
|
|
no, you can actually go into the GUI module and modify it to work right but that would require the knowledge of it's inner working
why do you even have 1000 different GUI items? |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
appling
|
Posted: Sat Nov 15, 2003 5:56 pm Post subject: (No subject) |
|
|
i am drawing a big picture.and make it move.
so, how to get into the GUI module and modify it to work right .
i have learned turing a little.. |
|
|
|
|
|
Tony
|
Posted: Sat Nov 15, 2003 6:03 pm Post subject: (No subject) |
|
|
I'm thinking that instead of creating a new GUI item each time, you can just move it. Change it's X/Y values |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
appling
|
Posted: Sat Nov 15, 2003 6:06 pm Post subject: (No subject) |
|
|
only change the X/Y values of the picture? |
|
|
|
|
|
Tony
|
Posted: Sat Nov 15, 2003 6:08 pm Post subject: (No subject) |
|
|
well I donno what you're doing My guess was that you're loading a new GUI item/ Picture in different locations rether then just moving the existing one. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Sponsor Sponsor
|
|
|
appling
|
Posted: Sat Nov 15, 2003 6:21 pm Post subject: (No subject) |
|
|
yeah, your guess is right. |
|
|
|
|
|
|