TsSpinEdit crashes if relocated to different form

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35509
    ralfiii
    Participant

    Hello!

    A bug in the new AC 8.11 !

    Sometimes I need to display the content of a panel an a different form.

    Normally I simply do that by reassigning the parent property and generally this works perfectly.

    However, now there's a case where the application crashes.

    See the attached application. If skinning is disabled then everything works fine. (see ok.png)

    If I enable skinning the application show a couple of access violations (not just in the IDE, they are visible to the user!) as soon as the Panel is mapped to a different form.

    It seems the crash occurs in TsSpinEdit.CreateWnd.

    And then the result looks really awkward. (see fail.png)

    Help!

    Thanks!

    #49613
    Support
    Keymaster

    Hello!

    Thank you for the demo, I will research it.

    As a quick solution I can suggest to use TsGroupBox and TsPanel in such cases.

    #49628
    ralfiii
    Participant

    Unfortunately that's no option in that case as I am skinning a huge application with many many forms.

    A quick fix would be great as I want to release the software this year and need to perform all the validation tests before I can do that…

    'Support' wrote:

    Hello!

    Thank you for the demo, I will research it.

    As a quick solution I can suggest to use TsGroupBox and TsPanel in such cases.

    #49642
    Support
    Keymaster

    Hello!

    Have you tried latest version of the package? This issue should be solved there.

    #49645
    ralfiii
    Participant

    PERFECT!!!!!

    Version 8.12 solves that!

    Thanks a lot!!

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