02-15-2015, 04:45 PM
I was trying to edit a dialog created with an older version of qm but latest version of qm does not find dialog procedure.Is there a way to fix this? or must i recreate the entire dialog procedure using #sub DlgProc?
dialog editor reverse compatibility
|
02-15-2015, 04:45 PM
I was trying to edit a dialog created with an older version of qm but latest version of qm does not find dialog procedure.Is there a way to fix this? or must i recreate the entire dialog procedure using #sub DlgProc?
02-15-2015, 05:13 PM
Does not find when dialog definition is in other function than dialog procedure. Most old dialogs probably have them in the same function. For others, move dialog definition (BEGIN DIALOG...END DIALOG...DIALOG EDITOR...) to the function where is the dialog procedure. Or use #sub DlgProc.
02-15-2015, 05:27 PM
procedure and definitions are in same function already
02-15-2015, 05:35 PM
Probably some code is not standard, and QM fails to parse.
Tested: Works: Function dlg_button4 ;\Dialog_Editor Function dlg_button6 ;\Dialog_Editor Function dlg_button5 ;\Dialog_Editor Function dlg_button5 ;\Dialog_Editor |
« Next Oldest | Next Newest »
|