SmartClient Version: SNAPSHOT_v13.1d_2024-08-10/AllModules Development Only (built 2024-08-10)
much better, thank you very much.
Announcement
Collapse
No announcement yet.
X
-
These issues have been fixed. Please retest with tomorrow's builds.
Best Regards
Isomorphic Software
Leave a comment:
-
Thinking about it, in "readOnly" mode, shouldn't the radioItem icon look the same as when it's editable, or not much different?
Leave a comment:
-
There are also some other "spacing" differences between different readOnlyDisplay types, which I don't know if they're intended, test case:
Code:isc.DynamicForm.create({ ID: "form1", width: 620, colWidths: [190, "*"], fields: [ {name: "radioGroup1",title: "Radio Group", type: "radioGroup", readOnlyDisplay:"static", defaultValue:"static1",canEdit:false, valueMap: ["static1", "static2"]}, {name: "radioGroup2",title: "Radio Group", type: "radioGroup", readOnlyDisplay:"readOnly", defaultValue:"readOnly1",canEdit:false, valueMap: ["readOnly1", "readOnly2"]}, {name: "radioGroup3",title: "Radio Group", type: "radioGroup", readOnlyDisplay:"disabled", defaultValue:"disabled1",canEdit:false, valueMap: ["disabled1", "disabled2"]} ] });
I must say that, on a different monitor, it doesn't seem too bad.
maybe my eyes have more difficulty with Shiva:
Leave a comment:
-
radio disabled appearance in dark skins
Hello, I just noticed that in Twilight and Obsidian it's too difficult to see which option is selected in a radioGroup when it's in disabled state:
in both cases Option 1 is the checked optionTags: None
Leave a comment: