If you are using Sunisoft's suiSkin engine:
If you start say, Form 2 from Form1, don't use Form2.ShowModal. Use Form2.Show instead.
If you use showmodal on a form that does not much more than simply appear, the application will lock up the second time form2 appears.
And, you cannot have the skin control on a form and add events to objects.
Aaand, Lazarus generates the famous "SIGSEGV" error with suiSkins.....
