A Couple Frame and Button issues

Started by Roger Garstang, April 08, 2010, 04:21:20 PM

Previous topic - Next topic

Roger Garstang

A couple buttons stacked vertically about 10pixels apart. Both have Move X/Y so they move with the bottom right corner.  If I size the corner quickly the interior of the buttons seem to draw on top of each other and paint wrong.

There is really bad flicker when resizing a Frame control still.  Any chance there could be some kind of custom Erase Background handling for them or something?  I've tried all the Clipping and Redraw styles for the form and it doesn't seem to make a difference with them.  I wish I could figure out why frames disappear when certain tooltips are cleared too like when you have themes on and set a textbox to Password or Number and have Caps Lock on or press Alpha keys.

In messing around trying to get the Frame control to draw better I clicked the Frame's WS_EX_TRANSPARENT check box which is actually disabled, but appears to still respond to the click and turns itself off. This makes the background not draw at all.  Looking in the FRM file it saves it without the style too.  I had to flip around the other radio buttons in the tab to finally get the style back even though it showed it disabled and checked the whole time.