Hello.

Could somebody try this (sorry to annoy but otherwise it is impossible to
fix it).

Dont use "flushgdi := TRUE;" and also not "-dmse_flushgdi".

In /mseide-msegui/lib/common/kernel/msegui.pas, 
in function twindow.internalupdate,

at line 17017
Add the 2 lines like follow:

...
  result:= true;
     fownerwidget.paint(bmp.canvas);
     bmp.paint(fcanvas,rect1);
     fcanvas.endpaint;   // Add this
     sleep(10);               // Add this
    end
    else begin
...

Compile and see what happen?

Thanks.

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to