Multiline statictext names #99
softhorizons
started this conversation in
General
Replies: 1 comment 2 replies
-
I fixed it #100 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The editor automatically splits multiline statictext into multiple statictext's inside a group, something like:
However
This makes it very inconvenient to access the auto-generated group and sub-elements. You really want to access the group as control.grpMain.staticTextOneTwo. I find myself manually creating a group of single-line statictext's to work around this.
It would be great if the editor emitted:
Though really, it might be cleaner to not emit names at all for the single-line statictexts since it makes more sense to access them as ...staticTextOneTwo.children[0, 1, ...]. How about it?
Beta Was this translation helpful? Give feedback.
All reactions