On hovering mouse only, the wxchoice, wxStaticText

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
arun_nemo
In need of some credit
In need of some credit
Posts: 5
Joined: Thu Nov 05, 2020 9:48 am

On hovering mouse only, the wxchoice, wxStaticText

Post by arun_nemo »

Hello,

I am facing a sudden issue, that only on mouse hover only wxchoice, wxstatictext, wxradiobutton is getting visible placed in first/top wxBoxSizer

I disabled all wxUpdateUIEvent functions, still facing this issue.

Any help on this issue.

Thank you in advance

Arun
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7479
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: On hovering mouse only, the wxchoice, wxStaticText

Post by ONEEYEMAN »

Hi,
Do you have any handler for mouse events anywhere?
If you do - do you call "event.Skip()" in it?

So the controls do not jump to the top left corner but instead jump to the top sizer? Do they keep their sizes?

Thank you.
arun_nemo
In need of some credit
In need of some credit
Posts: 5
Joined: Thu Nov 05, 2020 9:48 am

Re: On hovering mouse only, the wxchoice, wxStaticText

Post by arun_nemo »

Thanks for the reply. I don't have any mouse events in this area. I will confirm again.


Please check the attachment explaining the issue.
Attachments
issue.gif
issue.gif (12.69 KiB) Viewed 361 times
User avatar
doublemax@work
Super wx Problem Solver
Super wx Problem Solver
Posts: 474
Joined: Wed Jul 29, 2020 6:06 pm
Location: NRW, Germany

Re: On hovering mouse only, the wxchoice, wxStaticText

Post by doublemax@work »

Pleased Show some minimal Sample Code to reproduce the issue.

Also, what Platform and wxwidgets Version are you using?
Post Reply