Paint problem in AC 15.14

Viewing 21 post (of 21 total)
  • Author
    Posts
  • #69555
    HeDiBo
    Participant

    I tested with enabling the Application.ProcessMessages. The result was disappointing, because AV’s might occur.
    However putting the statement here (near the bottom of the ActivateHint procedure) did not show that averse effect yet.

              AlphaBmp := nil;
            end;
          end;
    
        Application.ProcessMessages; // Patch for refresh of columns in cxGrid
        Manager.State := hsNormal;
        Manager.FHintPos.x := -1;
    {$ELSE}
        inherited;
    {$ENDIF}
Viewing 21 post (of 21 total)
  • You must be logged in to reply to this topic.