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!