Camaro
02-14-2011, 10:54 PM
So I've been making a character GUI lately, and one of the things I would like to be able to do is have shift-select and control-select functionality for the controls on the character. I've seen this in scripts but haven't been able to figure out how they did it. I tried using the -doubleClickCommand flag with an iconTextButton, but I'd rather have that shift and control select functionality instead, namely with regular old buttons.
The other thing I want to do is change the actual button when the mouse moves over it. This should be possible in at least 2011 with the new Qt UI, because the button noticeably changes ever so slightly when you mouse over. But I simply couldn't find any commands or flags that relate to the mouse position and whether or not it's over a button. So I'm thinking this is something that is being done under the hood, and that we don't have access to, which is unfortunate.
Any thoughts on either of these two issues is appreciated in advance.
The other thing I want to do is change the actual button when the mouse moves over it. This should be possible in at least 2011 with the new Qt UI, because the button noticeably changes ever so slightly when you mouse over. But I simply couldn't find any commands or flags that relate to the mouse position and whether or not it's over a button. So I'm thinking this is something that is being done under the hood, and that we don't have access to, which is unfortunate.
Any thoughts on either of these two issues is appreciated in advance.
