04-29-2005, 10:29 PM
thanks for teaching me.
here is my result:
i trigger the function from strokeit, draw C for close and D for destroy window.
close window [C]
qmcl.exe M "close_window"
destroy window [D]
qmcl.exe M "close_window" A "destroy""
***
what about an alternative syntax for commandline ?
i have problems talking from a firefox extension to qm.
there is a problem with quotes.
qmcl.exe /pi_mode /close_window /destroy
here is my result:
i trigger the function from strokeit, draw C for close and D for destroy window.
close window [C]
qmcl.exe M "close_window"
destroy window [D]
qmcl.exe M "close_window" A "destroy""
***
what about an alternative syntax for commandline ?
i have problems talking from a firefox extension to qm.
there is a problem with quotes.
qmcl.exe /pi_mode /close_window /destroy