03-04-2009, 05:54 PM
Sorry wrong post section
What i would like to do is while i have a dialog on my mac i want to make other things run from that dialog plz, while im here i would like to ask a couple questions if you dont mind
--------------------------------------------------------------------------------------------------------------------------------------
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
BEGIN DIALOG
0 "" 0x90C80A44 0x100 0 0 291 166 "Dialog"
1 Button 0x54030001 0x4 120 116 48 14 "OK"
2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
3 Button 0x54032000 0x0 0 0 48 14 "Button"
END DIALOG
DIALOG EDITOR: "" 0x2030008 "" "" ""
ret
messages
sel message
case WM_INITDIALOG
case WM_DESTROY
case WM_COMMAND goto messages2
ret
messages2
sel wParam
case IDOK
case IDCANCEL
ret 1
---------------------------------------------------------------------------------------------------------------------------
How would i get that to were i click button it will make a macro start and , how to get it show a time of the maco running when that button is also click ? please any help would be much apreciated, i love qm and im learning alot about it , its just amazing thanks, alot for the program
What i would like to do is while i have a dialog on my mac i want to make other things run from that dialog plz, while im here i would like to ask a couple questions if you dont mind
--------------------------------------------------------------------------------------------------------------------------------------
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
BEGIN DIALOG
0 "" 0x90C80A44 0x100 0 0 291 166 "Dialog"
1 Button 0x54030001 0x4 120 116 48 14 "OK"
2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
3 Button 0x54032000 0x0 0 0 48 14 "Button"
END DIALOG
DIALOG EDITOR: "" 0x2030008 "" "" ""
ret
messages
sel message
case WM_INITDIALOG
case WM_DESTROY
case WM_COMMAND goto messages2
ret
messages2
sel wParam
case IDOK
case IDCANCEL
ret 1
---------------------------------------------------------------------------------------------------------------------------
How would i get that to were i click button it will make a macro start and , how to get it show a time of the maco running when that button is also click ? please any help would be much apreciated, i love qm and im learning alot about it , its just amazing thanks, alot for the program