procedure TsRadioGroup.ArrangeButtons; drops AV error Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 6 years, 1 month ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 9, 2018 at 6:12 am #37978 SzakiLaciParticipant If Skin is turned OFF: Code: procedure TsRadioGroup.ArrangeButtons; … if (Caption <> '') or (SkinData.CommonSkinData.gd[SkinData.SkinIndex].BorderIndex >= 0) then ACCESS violation… because SkinData.SkinIndex = -1 !! Please consider to run a quick test on your demo-app, by “skin turned OFF” too, before releasing to public. (Even if it's beta.) Thank you ! October 13, 2018 at 10:51 am #58473 SupportKeymaster Yes, this error arises if Caption is empty also. Quick test was passed Ok because there are no radioboxes with empty caption… Thank you for the message, this error will be fixed in the nearest release. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting