Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
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.
|