From: Jussi S. <jus...@pp...> - 2006-08-02 09:08:56
|
I don't know what is the correct way to answer questions in this list, so I just send this as a new message. I just spent a couple hours wondering the same issue. The solution is to change the line: class XYZ(model.Background) in your independent PythonCard application that is to become a tabsheet to be like this: class XYZ(model.PageBackground) Cheers, Jussi Salmela |