07-10-2013, 06:20 PM
Dear Gintaras,
The macro which caused this problem was :
Function Change_QM_tool_window_style
Trigger !v"" "#32770" "" "" p /QM
I understand the dialogue changes its dimensions due to the size of the added buttons. I will try to fix it, however, any advice is welcome.
Thanks again,
SImos
The macro which caused this problem was :
Function Change_QM_tool_window_style
Trigger !v"" "#32770" "" "" p /QM
int hwnd=val(_command)
if(GetWinStyle(hwnd 1)&WS_EX_TOOLWINDOW=0) ret
SetWinStyle hwnd WS_EX_TOOLWINDOW 6
SetWinStyle hwnd WS_MAXIMIZEBOX|WS_MINIMIZEBOX 1
I understand the dialogue changes its dimensions due to the size of the added buttons. I will try to fix it, however, any advice is welcome.
Thanks again,
SImos