Group: Forum Members
Posts: 31,
Visits: 125
|
Hi all,
I have done a base BrowseDialog for my application inherited from MicroFour.StrataFrame.UI.Windows.Forms.BrowseDialog. I have created the partial class MyBrowseDialog.cs and the MyBrowseDialog.Designer.cs file in order to use the Visual Studio designer to set properties on my BrowserDialog (I have copied the structure from the StrataFlix Sample). This works fine and I can set all properties using the property tab from Visual Studio.
No I have inherited from MyBrowseDialog (same as above creating the TestBrowseDialog.cs and TestBrowseDialog.Designer.cs file inherited from MyBrowseDialog), but my problem is now that I cannot set some properties using the Visual Studio property tab. For example, when I put the BusinessObjectType property, it's not in "Bold" in the property window, and no code is generated in the Designer.cs file. For other properties like ReturnSelectedRecordOnly it works well.
What I'm doing wrong?
Thanks,
Alex B.
|