2020-10-15 01:09 PM
I have a lot of TextAreaWithOneWildcard objects on screens, and more recently started using them in an item template for a scroll list. Some of the list items have text defined as a resource, and other I am using the fromUTF8 function on the fly to add some text. This works when only using char* or only using resources. If I try to use them both at the same time, some very unexpected results occur.
Any insights?