By Daniel Essin - 4/27/2006
I create a new StrataFrameThemedForm and dropped a StrataFrame Label on it and got the attached error StrataFrameError.jpg followed by StrataFrame Error 1.jpg
This is my first attempt to do something with the 1.4 release version.
Help.
|
By StrataFrame Team - 4/27/2006
Yes, Daniel, the ThemedForm does not inherit from BaseForm or StandardForm, so you cannot drop StrataFrame controls on it. It's meant to be mostly an "accent" form and since it is used by both the WaitWindow and the MessageForm, it had to be placed within MicroFour StrataFrame Base rather than further up in the reference hierarchy. So, you can't drop bindable controls on it... there's just too much functionality missing that's provided by BaseForm and StandardForm. You are more than welcome to copy the code the source for the ThemedForm and create your own that inherits from StandardForm. Then you'll have one that looks like the ThemedForm and you can use with business objects and controls.
|
By Daniel Essin - 4/28/2006
got it.
thanks
|
|