SmartClient Version: SC_SNAPSHOT-2011-01-26/EVAL Deployment
I'm using CharacterCasing.UPPER on a variety of fields and forms where it is working fine. But when I set that attribute on a TextItem and put that item on a ToolStrip using ToolStrip.addFormItem() I can still type lowercase letters into the TextItem. I've verified using the developer console that the setting is being stored correctly. Here is the TextItem definition from the console.
I'm using CharacterCasing.UPPER on a variety of fields and forms where it is working fine. But when I set that attribute on a TextItem and put that item on a ToolStrip using ToolStrip.addFormItem() I can still type lowercase letters into the TextItem. I've verified using the developer console that the setting is being stored correctly. Here is the TextItem definition from the console.
Code:
Evaluator: result of 'isc_DynamicForm_5.items[0]' (1ms): TextItem{eventParent: [DynamicForm ID:isc_DynamicForm_5], containerWidget: [DynamicForm ID:isc_DynamicForm_5], form: [DynamicForm ID:isc_DynamicForm_5], name: "HONO", title: "PO number", editorType: "TextItem", characterCasing: "upper", wrapTitle: false, icons: Array[1], ID: "isc_TextItem_6", hasFocus: false, }
Comment