ID:273616
 
Is there any way I could add an image to a tab? Right now i have it set up with buttons and a child, but when it's online there's a split-second delay between the time you press the button and the child updates. It's more of a nuisance than anything, and by no means will it hinder your gaming experience, but it could look more polished.
C_Dawg_S wrote:
Is there any way I could add an image to a tab?

Not as far as I'm aware.


C_Dawg_S wrote:
Right now i have it set up with buttons and a child, but when it's online there's a split-second delay between the time you press the button and the child updates.

How are you handling this internally?
Is your button calling a (remote) function and that function setting the interface state?
That would naturally lead to a delay like you described.

If that is your issue, you can always run completely client sided commands. Look up special winset commands, especially conditional winsets.