I am having an issue with the size of the text boxes in my editing widget that I had previously found the answer to with the singleToMultilineThreshold property, but now the issue is recurring after I have added more than one editable feature service.
When I first pop open the Edit Widget, my text boxes are all only one line as I want them. Then, if I switch the feature I am editing or close and reopen the Edit widget, the boxes revert back to their annoying default size. I set the singleToMultilineThreshold to 255 in the basewidget_creationCompleteHandler of the EditWidget.mxml. I also tried in the .xml setting the property for each sublayer individually.
Does anybody know where this property is getting reset to the default and where I need to override it so it is always 255? Thanks
When I first pop open the Edit Widget, my text boxes are all only one line as I want them. Then, if I switch the feature I am editing or close and reopen the Edit widget, the boxes revert back to their annoying default size. I set the singleToMultilineThreshold to 255 in the basewidget_creationCompleteHandler of the EditWidget.mxml. I also tried in the .xml setting the property for each sublayer individually.
Does anybody know where this property is getting reset to the default and where I need to override it so it is always 255? Thanks