Hello Alexander. > In ideU also see same bug. :(
Aaargh, but there is progress, we will find exactly where is the problem. In a previous mail, I did ask what happen with the demo that is mseuniverse: https://github.com/mse-org/mseuniverse But you did not answer. Here my previous post: ______________________ Did you test /mseuniverse/testcase/graphics/radeon/radeontest.pas? With flushgdi:= true or false ? Does it change something? program radeontest; {$ifdef FPC}{$mode objfpc}{$h+}{$endif} {$ifdef FPC} {$ifdef mswindows}{$apptype gui}{$endif} {$endif} uses {$ifdef FPC}{$ifdef unix}cthreads,{$endif}{$endif} msegui,mseforms,main,msegraphics; begin flushgdi:= true; application.createform(tmainfo,mainfo); application.run; end. ________________ Also do you have a idea what widgets has problem? Do you have the same problem with all your MSE applications? Thanks. Fre;D 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

