News:

--

Main Menu

New feature.

Started by AviFan, August 17, 2023, 11:16:39 PM

Previous topic - Next topic

eumagga0x2a

Still didn't have time to check selectability of text in QMessageBox with official nightlies, will do, albeit the lack of this feature on supported Windows versions with builds generated using a current MXE is clear.

Quote from: sark on August 24, 2023, 05:03:11 PMHowever, resolving the 1024 character limit is very useful.

Seems to be a limitation of tinyPy. This doesn't matter when dumping text to Avidemux log file because this can be done in small batches.



sark

Quote from: eumagga0x2a on August 24, 2023, 05:31:05 PM
Quote from: sark on August 24, 2023, 05:03:11 PMHowever, resolving the 1024 character limit is very useful.

Seems to be a limitation of tinyPy. This doesn't matter when dumping text to Avidemux log file because this can be done in small batches.

Not sure if you misunderstood my comment. or I've misunderstood your reply, but the adaption by szlldm resolves the character limit when copying from the pop up. Don't know if it was intended, or just a fortunate side effect, but I tested by pasting into Word and it counted over 2500 characters. Didn't try to determine the limit.

eumagga0x2a

I mixed up assembling a tinyPy string by concatenation and printing a string to console (which can be redirected to a file). The latter is limited to 1023 characters, the former not.

eumagga0x2a

Quote from: sark on August 22, 2023, 10:26:33 PMAvidemux_230710_win64qt5_154.zip

I'm running Windows 7 Pro SP1. 64 bit.

Also, I need to right click on the text (or very close) in the pop up.

Finally got to try that build on Windows 11, text in dialogs is not selectable there, unfortunately.

sark

Quote from: eumagga0x2a on August 25, 2023, 10:39:39 PM
Quote from: sark on August 22, 2023, 10:26:33 PMAvidemux_230710_win64qt5_154.zip

I'm running Windows 7 Pro SP1. 64 bit.

Also, I need to right click on the text (or very close) in the pop up.

Finally got to try that build on Windows 11, text in dialogs is not selectable there, unfortunately.

Must be Win 7 only (and earlier perhaps).

Just curious. Is the szlldm modification working in Win 11?

eumagga0x2a

Quote from: sark on August 26, 2023, 08:31:29 AMIs the szlldm modification working in Win 11?

Yes, sure, it works. Also QMessageBox::setTextInteractionFlags(Qt::TextSelectableByMouse) works, but seemingly only for text set by setText(const QString &text), not for setInformativeText(const QString &anothertext). Well, this is at least something.