QB64 Phoenix Edition
Extended message box - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11)
+--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2)
+--- Thread: Extended message box (/showthread.php?tid=1465)

Pages: 1 2


RE: Extended message box - RhoSigma - 08-20-2023

I really wouldn't call such a thing "Messagebox" anymore, that's a "Text Reader". And as @bplus alread stated, horizontal scrolling is a pain for simple text reading.


RE: Extended message box - bplus - 08-20-2023

A text reader Dialog Box might be fun tool to build, perhaps off the Text Fetch app.

It would be handy for things like Help for an app.


RE: Extended message box - mnrvovrfc - 08-20-2023

OK, maybe it's rare these days that somebody writes a complex application and doesn't know how get it to report errors appropriately. That is, using a message box to display a few hundred lines of errors! Instead of using a list box or something. Yet this is still possible.

It's not a reader. What if it's a log that has to be displayed and it offers a way to copy the text to the clipboard?

I guess for Linux at least I'll be using "SHELL" for this kind of thing. Because I don't want to switch out of QB64 into Purebasic for only one thing. Dodgy