Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use code to export current item to .qml and import
#1
Is it possible to export the current QM item to a .qml file using qm code?
And is it possible to import an qm item also using qm code?

The closest topic about this was:
QM file Export Options.

EDIT:
And is there a way to put focus on a folder like "mac+" command does with qm items (macro, functions, ....)
#2
SilentExport, SilentImport.

Macro select qm folder
Code:
Copy      Help
str folder="\System"

QMITEM q
if(!qmitem(folder 0 q)) end "not found"
SendMessage id(2202 _hwndqm) TVM_SELECTITEM TVGN_CARET q.htvi
#3
Thank you!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)