PDA

View Full Version : [bug] bitmapOverlay <?>


pylorca
02-26-2011, 09:37 AM
http://i54.tinypic.com/2ujsas3.gif

pylorca
03-03-2011, 04:19 PM
It happens too with others win32 windows: (IBitmapOverlayControl)

http://i52.tinypic.com/65xr1f.gif
http://tinypic.com/r/65xr1f/7

cerberus
03-04-2011, 09:25 PM
a slightly educated guess: the IPlugExample plug-in has SetAllControlsDirty() in
the block section of ProcessDoubleReplacing; but that code may not run in all cases?

another thing to look at is z-order, which in iplug is the order in which the controls
were constructed. try moving the overlay to be the final bitmap that draws.

pylorca
03-05-2011, 11:56 AM
Hi Cerberus!

with Redraw(); in OnMouseDown() fix the problem :)