procedure TsRadioGroup.ArrangeButtons; drops AV error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37978
    SzakiLaci
    Participant

    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 !

    #58473
    Support
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.