03-17-2017, 04:52 PM
Is possible to create a dialog like http://www.notepadtabs.com/ with autosize and autoadjust?
Display n multiline texts in edit controls in dialog
|
03-17-2017, 04:52 PM
Is possible to create a dialog like http://www.notepadtabs.com/ with autosize and autoadjust?
03-17-2017, 10:04 PM
Try splitter control. It is probably in Archive.qml, Collected QM apps, functions, samples
03-18-2017, 11:07 AM
Can you show how to create n edit controls and position them at run time?
03-18-2017, 11:55 AM
Macro dialog splitters and controls created at run time
\Dialog_Editor
03-18-2017, 01:13 PM
Thanks, but what I looking for is variable: 'n' edit controls...
03-26-2017, 01:06 PM
Do you know how view a lot of multiline variables in dialog simultaneously or view Qmgrid cells expanded simultaneously?
03-26-2017, 02:27 PM
I would do like in the above example, perhaps with an array of control handles.
03-26-2017, 05:10 PM
Can you show an example using Qmgrid cells expanded?
03-26-2017, 06:26 PM
QM grid cannot have multiple cells in edit mode.
03-29-2017, 07:28 PM
Is possible some like this https://www.codeproject.com/Articles/15 ... st-Control in QM?
03-29-2017, 07:44 PM
I think no. It is only for C++. Unless it can be easily compiled to dll that exports dll functions that can be used in QM. But easier would be a COM control (ActiveX).
From my experience, such old codeproject controls often have many many problems. |
« Next Oldest | Next Newest »
|