[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with Strings in the Clipboard
[Thread Prev] | [Thread Next]
- Subject: Re: Problem with Strings in the Clipboard
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Wed, 21 Jan 2026 14:59:48 +0100
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
Am 21.01.26 um 00:09 schrieb Benoît Minisini:
Ctrl-C also puts what appears to be rich-text (notice the <meta name="qrichtext" content="1" /> tag in the pasted HTML) into the clipboard instead of plain text, but only on Qt;I will search the Qt doc to see if something can be done against that.
Under QT: When I copy a text from a Gambas TextArea through its context menu to * LibreOffice Writer or * an external text editor the text appears as text.When I use Clipboard.Paste() to paste it into a Gambas TextArea or TextEditor it appears as HTML.
When I use Clipboard.Paste() to paste it into a Gambas TextLabel it appears as text.
It seems that I still don't have the full picture.
'TextBox.SelectAll()' works as expected here, both with QT6 and GTK+3.
Same here with QT5 and GTK+3. Best regards Claus
| Re: Problem with Strings in the Clipboard | Lee <t.lee.davidson@xxxxxxxxx> |
| Problem with Strings in the Clipboard | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
| Re: Problem with Strings in the Clipboard | Lee <t.lee.davidson@xxxxxxxxx> |
| Re: Problem with Strings in the Clipboard | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
| Re: Problem with Strings in the Clipboard | Gianluigi <gradobag@xxxxxxxxxxx> |
| Re: Problem with Strings in the Clipboard | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
| Re: Problem with Strings in the Clipboard | Lee <t.lee.davidson@xxxxxxxxx> |
| Re: Problem with Strings in the Clipboard | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |