ok I think I figured out the problem.
a couple things
#1 to post qm code in forum
In QM, to copy all or selected text, use menu Edit -> Other Formats -> Copy for QM Forum. It copies correct and colored code to the clipboard. Then simply paste in the forum. Don't use the Code button.
I cannot tell from your posted code what the formatting is
#2 to copy code from forum
click the copy link above the code and paste into qm
#3 Did you put the provided code into a Macro or a Function.
From what your saying is happening sounds like it was place in macro.
It should be a function. pressed (Ctrl+Shitf+N) to create a function and place code in there.
I am attaching below the code in qml format.
Just download and open and click either import(imports it into existing qm file-make sure you disable similar triggers or other macros ro function) or open(open as a new file) on qml file viewer window and run. and see if that works.
TotalCommanderHideShowWithTrayIcon.qml (Size: 3 KB / Downloads: 255)
a couple things
#1 to post qm code in forum
In QM, to copy all or selected text, use menu Edit -> Other Formats -> Copy for QM Forum. It copies correct and colored code to the clipboard. Then simply paste in the forum. Don't use the Code button.
I cannot tell from your posted code what the formatting is
#2 to copy code from forum
click the copy link above the code and paste into qm
#3 Did you put the provided code into a Macro or a Function.
From what your saying is happening sounds like it was place in macro.
It should be a function. pressed (Ctrl+Shitf+N) to create a function and place code in there.
I am attaching below the code in qml format.
Just download and open and click either import(imports it into existing qm file-make sure you disable similar triggers or other macros ro function) or open(open as a new file) on qml file viewer window and run. and see if that works.
