It would seem natural to have the SF base controls - textbox etc - have smart tags that immediately show the properties that will almost certainly have to be set every time they are dropped on a form - name, binding field, text etc.
I am delving into designer actions and how to implement them, but I thought it would be worth asking if anyone could be kind enough to walk me through this in a Strataframe context - how would I add binding field to the smart tag for all Strataframe textboxes ( and how will I do this in a way that future updates won't blow away my changes)
Seems like everyone working with SF a lot must have already thought of this. Would suggest it as a framework enhancement.
TIA
Charles
Once this is done, you then create your verbs or actions that will be available on this designer. We do this for localization controls such as a label and then have more complex designers on elements such as the wizard and panel manager.
What you are asking for is actually not a new request in regards to being able to drag on a binding field and it chooses the appropriate control and throws on a label, etc. If you look through the requests you can see that there has been plenty of discussion on this topic. We intend to add a bit of this functionality in future releases, which has also been discussed on some of those threads. Implementing this in .NET with full support for all control types isn't a weekend project. When we add something like this to the framework it has to work across any control type and collection (i.e. people that use DevExpress, Infragistics, etc.) so that complicates things a little and is why we haven't just slapped a tool out here. At any rate, we do plan to have this functionality in the future.
Of course, I also understand my ignorance of the underpinning of .net is deep enough that I should probably figure that if it were as easy to implement as I thought it would already be there
So he would like to see the most common used properties like BindingField, BindingFormat, etc. in the Smart Tag in order to speed up the process of setting the objects.
If this task is easier than what will come in future versions, then I will also welcome this enhancement
Thanks, that's exactly what I mean ( didn't know the .net for "builder")