I felt like using this one day to make things look nicer.
I've linked a bar with a stat, and the bar updates whenever the stat is changed. However, the stat may be changed continuously (at least once per tick for a certain amount of time).
The problem I'm having is that it's somehow interfering with keyboard responsiveness. That is, moving around takes a split-second after keys are pressed when a bar is updating. This doesn't happen when I just use winset(). What could possibly be slowing things down so much?
ID:838655
Jun 27 2012, 1:51 pm
|
|
Jun 27 2012, 3:43 pm
|
|
I don't know. I haven't looked at the library in a while but for updating properties it's basically a direct call to winset(). Can you send me a simple demo that has this problem?
|