When setting up a SpkToolbar at designtime I came across a strange streaming error:
Create a new project and add a TSpkToolbar to the form. Doubleclick on the toolbar and add a tab. Then compile and run. The program will crash with an EClassNotFound exception saying that class TSpkTab is not found. The lfm file is correct, but the member "SpkTab1:TSpkTab" is missing in the declaration of the form. When I add this declaration manually (along with the unit spkt_Tab in which TSpkTab resides) the program runs fine.
Moveover, when I "cut" the SpkToolbar to the clipboard, paste it back into the form, compile and run, the program runs fine also. But now I see in the form declaration two SpkTab members: SpkTab1, SpkTab2.
Any idea what's wrong?