News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wx30 repaint tabs

Started by Alpha, September 20, 2016, 02:08:12 AM

Previous topic - Next topic

teto

The problem existed on 2 different computers (very different Hardware) and it happens only with wxwidget so I don't think it's the graphic driver.


Alpha

I am using the Mesa/Gallium/nouveau stack for graphics.

I will try dropping a bunch of repaint commands over the code, to see if I can get something working.

oBFusCATed

Quote from: Alpha on September 25, 2016, 07:58:35 PM
I am using the Mesa/Gallium/nouveau stack for graphics.
I'd try the nvidia driver, just to be sure it is not driver related.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Alpha

Switched to nvidia binaries; no change.  ... My added Refresh() and Update() calls so far have not changed anything.  Maybe it is a bug in Ubuntu's wx30 build.  However, I would think that would also show up in the auidemo.  My search continues.

oBFusCATed

You can always try wx-master to see if this is something they fixed after 3.0.x has been released.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Alpha

Success!  My testing with wx3.1.0 has revealed no problems so far.