Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM Statusbar
#1
How can I increase QM Statusbar Width or any other way to see the scrolled text ?
#2
QM statusbar cannot be resized.

When it is displaying function help etc, you can ctrl+click the function in code editor, and it will display the same help text in QM output.
When it is displaying window info, instead you can press ctrl+shift+alt+w to insert window innfo in code editor.

Or create macro that gets text from status bar and displays somewhere.
Function qm_status_bar_text
Trigger CSAs /QM     Help - how to add the trigger to the macro
Code:
Copy      Help
str s.getwintext(id(2204 _hwndqm))
ShowText "QM Status Bar" s


Forum Jump:


Users browsing this thread: 1 Guest(s)