Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
Is it possible to have highlight hover on GeDialog Buttons like the same with pop-up menus? You can see what I am after in this illustration. https://www.dropbox.com/s/dvk3mghn2s2ox8t/c4d141_highlight_hovered_button.mp4?dl=0
As a background, I cannot use pop-up menus because I was aiming for multi column and multi row display of the commands.
Is there a way around this?
Thank you for looking at my problem
I am not aware of any methods to do this out of the box. For GeUserAreas you can listen for BFM_GETCURSORINFO in the hosting GeDialog to react to mouse over events. I assume these are also being sent for BUTTON gadgets. The problem is: You have no control over the drawing process of a BUTTON gadget.
GeUserAreas
BFM_GETCURSORINFO
GeDialog
BUTTON
So you probably have to - as I already hinted at in your first posting - implement your buttons yourself with a GeUserArea if you want to get extra-fancy
GeUserArea
Cheers zipit
hello,
you can't really do that with a button. The BitmapButton have a toggle state as you can see here but it's not a "mouse over" and you can change the image.
Or if you need your effect, you can use a GeUserArea, we have an example of a fade in the C++ documentation
Cheers, Manuel
@zipit and @m_magalhaes
Thanks for the confirmation. Will close this thread for now. Will just ask separate question on GeUserAreas.