Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWCheckBox
#4
(04-18-2023, 02:37 AM)Alexandre Machado Wrote: Please update to IW 15.3.3. It will fix this issue: https://www.atozed.com/2023/04/intraweb-15-3-3/

Hi Alexandre,
thanks for the fast fix.

But there is another problem:

procedure TFormMain.IWButton2AsyncClick(Sender: TObject; EventParams: TStringList);
var
  R, C: integer;
begin
  for R := 0 to pred(IWGrid1.RowCount  ) do for C := 0 to pred(IWGrid1.ColumnCount) do begin

    IWGrid1.Cell[R, C].Control.Enabled := not IWGrid1.Cell[R, C].Control.Enabled; // has no effect - also not when using Invalidate or RefreshAsyncRender 

    if IWGrid1.Cell[R, C].Control.Enabled then IWGrid1.Cell[R, C].Control.Font.Style := [fsBold] else IWGrid1.Cell[R, C].Control.Font.Style := []; // this works 

  end;
end;
The way to success is always under construction ... but i see a light at the end of the tunnel  Idea Big Grin
Reply


Messages In This Thread
IWCheckBox - by Lorbass - 04-17-2023, 10:48 AM
RE: IWCheckBox - by Alexandre Machado - 04-17-2023, 08:57 PM
RE: IWCheckBox - by Alexandre Machado - 04-18-2023, 02:37 AM
RE: IWCheckBox - by Lorbass - 04-18-2023, 09:09 AM
RE: IWCheckBox - by Lorbass - 04-18-2023, 12:58 PM
RE: IWCheckBox - by Alexandre Machado - 04-18-2023, 07:59 PM
RE: IWCheckBox - by Lorbass - 04-22-2023, 08:39 AM
RE: IWCheckBox - by Alexandre Machado - 04-25-2023, 08:28 AM
RE: IWCheckBox - by Lorbass - 04-25-2023, 09:26 AM
RE: IWCheckBox - by Lorbass - 05-01-2023, 04:28 PM
RE: IWCheckBox - by Alexandre Machado - 05-01-2023, 09:36 PM
RE: IWCheckBox - by Alexandre Machado - 05-04-2023, 02:19 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)