Recent

Author Topic: KControls 1.6 with QT widgetsset (moved from Announcements-Third party)  (Read 2087 times)

Groffy

  • Full Member
  • ***
  • Posts: 204
Hello,

placing a TKGrid control on a simple form, compiling and starting the application throws an EOutOfResources exception in unit KGraphics.pas

function GDICheck(Value: Integer): Integer;
begin
  if Value = 0 then
    raise EOutOfResources.Create(sGDIError);
  Result := Value;
end; 

TKGrid 1.5 is working.

Anybody here who is using the TKGrid 1.6 under QT as well?

With best regards - Ulrich

__
Win7 / Lazarus 32bit trunk / FPC 2.6.4 / QT 4.8.5
Linux Mint / Windows 10 / Lazarus 3.0.0 / trunk -qt

 

TinyPortal © 2005-2018