Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iwbs4checkbox
#1
I have a problem with iwbs4checkbox not working properly.  

If I compile and run as a standalone program it works as expected.

If I compile and run as a service, the checkbox works visually and an OnAsyncClick Event fires properly but the "checked" property it never changes.

Currently using Windows 11, Delphi 12.3, IW 16.1.4 (Also tried 15.5.5)

procedure TIWNaturesOwnSeed.ApprovedCheckBoxAsyncClick(Sender: TObject;
  EventParams: TStringList);
begin
If ApprovedCheckBox.Checked
  then fApproved:=True
  else fApproved:=False;  ***** Always false if compiled as a service****
end;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)