user defined naming of FormItems
Hi to all
Another issue to raise would be the default naming of form items as you create them.
Now that you are able to modify the items at runtime (GE3.9) it is much clearer if you can refer to them as
form.Find(Of TextBoxFormItem)("txtBxAngle").DefaultText
rather than
form.Find(Of TextBoxFormItem)("TextBox2").DefaultText
in the RunTimeModifications section of the Input Form Designer.
I have hacked around this by manually editing the .xaml that defines the workflow which is not without it's risks and frustrations. Particularly when the section in the .xaml that defined the UserInputForm doesn't have carriage returns in it and so can get rather long and hard to do a find and replace in. I manually added carriage returns so as to be able to find all of my FormItems to be renamed due to the limitations of the text editor that I was using.
Currently a new name for a Form Item is defined (in the textbox) which is selectable but not editable. Setting it to editable be helpful.
Thanks
Ralph Price
Please sign in to leave a comment.
Comments
0 comments