
-----------------------------------
appling
Sat Nov 15, 2003 5:49 pm

cannot allocate item
-----------------------------------
what's the mean by"cannot allocate item. out of id numbers(max 1000)" in turing?? :?:
why will this display???

-----------------------------------
Tony
Sat Nov 15, 2003 5:50 pm


-----------------------------------
that would display when you create more then 1000 GUI items of same type

-----------------------------------
appling
Sat Nov 15, 2003 5:51 pm


-----------------------------------
what is GUI??
so the only way i can do is to make the GUI items less??

-----------------------------------
Tony
Sat Nov 15, 2003 5:53 pm


-----------------------------------
no, you can actually go into the GUI module and modify it to work right :wink: but that would require the knowledge of it's inner working :think:

why do you even have 1000 different GUI items?

-----------------------------------
appling
Sat Nov 15, 2003 5:56 pm


-----------------------------------
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.. :doh:  :wink:

-----------------------------------
Tony
Sat Nov 15, 2003 6:03 pm


-----------------------------------
I'm thinking that instead of creating a new GUI item each time, you can just move it. Change it's X/Y values

-----------------------------------
appling
Sat Nov 15, 2003 6:06 pm


-----------------------------------
only change the X/Y values of the picture?

-----------------------------------
Tony
Sat Nov 15, 2003 6:08 pm


-----------------------------------
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.

-----------------------------------
appling
Sat Nov 15, 2003 6:21 pm


-----------------------------------
yeah, your guess is right.
