Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Demo's for IWJQAccordion and IWJQPageControl
#7
I tested it with IW15.2.69 but also get an AV using CreateSection().
Steps to reproduce:

  • New project
  • Add an empty TIWjQAccordion and a TIWButton to the project.
  • TIWButton.OnAsyncClick with following code
Code:
procedure TIWForm1.IWButton1AsyncClick(Sender: TObject; EventParams: TStringList);
begin
  // gives an AV
  IWjQAccordion1.CreateSection('Testing');
end;


I also tested \Demos\15\Delphi\AsyncRender and that example (other use case) is working.
Reply


Messages In This Thread
RE: Demo's for IWJQAccordion and IWJQPageControl - by jeroen.rottink - 04-21-2023, 03:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)