SCENARIO:
I'm creating some 3D text using Label controls after I had created 2 to 3 word of (eg: 25 deep each) in other words the thickness. My application seems to run a lot slower due to the amount I have per word.
Example:
"The Quick Brown Fox" sentence makes the rest of my canvus really slow to work with until I save it as a picture file and send it to the collection I have on disk as bmp.
After it's saved, it's as if it had been released and everything seems to work smoothly again.
QUESTION:
Is there something that I might be doing wrong when it comes to Loading the labels?
Here's an example of the code I use;
------------------------------------------------------
label1(0).visible = False
For I = 1 to 25
Load Label1(i)
'
'
'
Next i
---------------------------------------------------------
Any suggestions would be greatful,
Thanks in advance.
Andrew.
I'm creating some 3D text using Label controls after I had created 2 to 3 word of (eg: 25 deep each) in other words the thickness. My application seems to run a lot slower due to the amount I have per word.
Example:
"The Quick Brown Fox" sentence makes the rest of my canvus really slow to work with until I save it as a picture file and send it to the collection I have on disk as bmp.
After it's saved, it's as if it had been released and everything seems to work smoothly again.
QUESTION:
Is there something that I might be doing wrong when it comes to Loading the labels?
Here's an example of the code I use;
------------------------------------------------------
label1(0).visible = False
For I = 1 to 25
Load Label1(i)
'
'
'
Next i
---------------------------------------------------------
Any suggestions would be greatful,
Thanks in advance.
Andrew.