Aditional Expand Information element in tasks dialog
Posted: Sun Jan 22, 2017 12:33 pm
In forked version of HMG has this feature in h_taskdlg.prg and c_taskdlg.prg.c:
You can see this example at: C:\MiniGUI\SAMPLES\BASIC\TaskDialogs\ShowMessage. Thanks Grigory and P.Chornyj.
I like a simple button for expading/hide. But there is QMessageBox in QT 5 which shows the expanded text and which I like most because of the use of scrollbars:

You can see this example at: http://doc.qt.io/qt-5/qmessagebox.html
I would rather it be done in C as one more optional element.
MSDN - Task Dialog Reference according at:
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
The so used MsgDebug, would look great with ScrollBars.
You can see this example at: C:\MiniGUI\SAMPLES\BASIC\TaskDialogs\ShowMessage. Thanks Grigory and P.Chornyj.
I like a simple button for expading/hide. But there is QMessageBox in QT 5 which shows the expanded text and which I like most because of the use of scrollbars:

You can see this example at: http://doc.qt.io/qt-5/qmessagebox.html
I would rather it be done in C as one more optional element.
MSDN - Task Dialog Reference according at:
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
The so used MsgDebug, would look great with ScrollBars.
