[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: How to display an email subject with Apple emojis?


Hi Charlie

Am 27.12.24 um 17:19 schrieb Charlie Ogier:

Public Sub Form_Open()

  TextBox1.Font = Font["Ubuntu,150"]
  TextBox1.text = UnBase64("8J+OhPCfjrg=")

End

I am using QT5 in my project and this doesn't work. I just switched to GTK3 which does the trick!

However, I can't continue with GTK3 because of another show-stopper-bug with WebView under GTK3.


Hi Lee

Am 27.12.24 um 17:42 schrieb T Lee Davidson:
I tried it without changing the TextBox font, and it worked no problem with Qt5/6.
What distro and Gambas version do you use?


Why doesn't this work with QT5 on my Linux Mint 20.3 Cinnamon with Gambas 3.19.5?

Are there any suggestions?

Best regards

Claus



Follow-Ups:
Re: Fwd: How to display an email subject with Apple emojis?T Lee Davidson <t.lee.davidson@xxxxxxxxx>