Hi there
Using the FNC Blox, How do I only show my only Custom Registered Class (using RegisterElement) in the TMSFNCBloxSelector, and do NOT show any of the PreBuilt Classes.
Using RAD Studio 10.4 with Update 1 with the latest version of FNC Blox.
Thanks
Lee
I installed a completely fresh install of Community Edition 11.3 in a fresh VM Workstation. Using the DrawCustomBlock demo, I ran the code -
procedure TForm1.TMSFNCBloxControl1RegisterElements(Sender: TObject); begin
RegElementList.Clear; RegisterElement(TAndPortBlock, '', 'AND Port', 'All Port Blocks'); end;
It still crashes. Can you please test with the CE aswell.
All I want todo is load my own custom blocks and not the prebuilt blocks........
Please see my other topic about the AV Crashes
Can you please provide a screenshot of the error?