I just noticed something on a desktop app I am creating for OS X. I am currenty setting up a notification window which shows two NSDatePickers and a textarea mainly, Some parameters are passed (Xojo strings) when I instantiate the window and set to a Xojo standard label in the windows class constructor method. Strangely the text encoding gets garbled. When I set the label.text in the constructor, the lower headline appears. I mirrored this in the open event to the topmost label and everything is fine. What did I do wrong? Shouldnt text be set in the constructor?
Forget it. Had to do with different string encodings in a class I did not realize.
I wish you hadn’t deleted your original post. Remember, sometimes the questions and answers, even the ones you provide yourself, will be useful in the future to someone researching the same issue.