EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

VCL.StyledTaskDialogForm Access Violation #50

Closed lancerasmussen closed 1 week ago

lancerasmussen commented 1 week ago

Need to add a sanity check in

TStyledTaskDialogForm

After finding the button in LStyledButton := FindButton(LButtonItem.ModalResult); you need to check if the button was assigned before accessing with if Assigned(LStyledButton) then begin

carloBarazzetta commented 1 week ago

I'm working to fix this...

carloBarazzetta commented 1 week ago

Fixed in 3.6.9 version