[quakenet] <Oy> looks fine i guess - similar to the radio buttons we have right?
14:57
[quakenet] <Dune> yeah - not sure why they are radio buttons by the way, they're not exclusive
14:58
[quakenet] <Dune> It seems that the alpha parameter is completely ignored though, it looks gray because I made it gray, not because it blends with the background
14:58
[quakenet] <Dune> I'm probably missing something
15:02
[quakenet] <Oy> have to fix setcolor. seems the alpha channel isn't multiplied with the other channels automatically
15:02
[quakenet] <Dune> when fixed, it will break a number of things, I beleive
Hovering tab buttons or specific other buttons applies a "hover effect". However most other UI items (checkbox, listbox, ...) don't have that effect applied. This can trick the user i...
17:39
[quakenet] <Dune> is MouseInside preferrable in any way?
17:43
[quakenet] <Dune> I wanna be able to do Button = View >> 20.0f; :D
17:44
[quakenet] <Dune> too bad there is no ↓ operator in C++
17:45
[quakenet] <Oy> hotitem should be fine
17:45
[quakenet] <Oy> :D
17:46
[quakenet] <Oy> should probably check if there are more items missing the hover effect
17:47
[quakenet] <Dune> can't think of any
17:48
[quakenet] <Oy> edit boxes
17:48
[quakenet] <Oy> scrollbars
17:48
[quakenet] <Oy> dropdown menus
17:49
[quakenet] <Oy> that seems all
17:50
[quakenet] <Oy> don't have demos, has the demo browser the hover effect too?