Posts: 95
Threads: 2
Joined: Jun 2014
Reputation:
0
Thats weird, its normally non transparent as used by most of the servers, however you can try defining the color instead and use string to apply colors like #define WHITE 0xFFFFFFFF and use just WHITE, i am not sure though.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Can you show us where you create the labels? My guess is that you have created multiple labels on the one spot and they are causing you to lag. A single text label shouldn't be lagging anyone at all, and if it turns out you are creating like 100 labels on the same spot, you can expect some issues.
Posts: 132
Threads: 5
Joined: Feb 2011
Reputation:
0
Your text label is most likely looping and creating the same text more than once, probably over 150 + if it lags. Show me the code and I'll take a look at it.