Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ChildDialog in exe
#1
Hi Gintaras,
I am trying to make exe from multi-page child dialog:
http://www.quickmacros.com/forum/showthr...5#pid13005
When I try to make exe from

I get this error message:
Quote:Warning in ChildDialog.Message: What is used with ShowDialog (m_macro)? Make sure that the text of the item is added to exe. To add explicitly, use #exe. ?.
Warning: 'Auto add files' is checked but files are not specified. Read QM Help.
Created C:\Documents and Settings\user\My Documents\My QM\dlg_cd_multipage_main.exe, 424 KB. Run Find

When I run that .exe, I get this:
Quote:Error (RT) in ChildDialog.Message: cannot create dialog. Macro not found or is encrypted.
First argument of ShowDialog must be name of macro or function that contains dialog definition (text that begins with BEGIN DIALOG). Or it can be variable that contains dialog definition.

I looked in the help file for #exe but I can't find a solution for me (above my level :oops: )
Anyway, don't know if there is an easy fix for this to work with exe?
Thanks for any thoughts!!
Stuart
#2
BEFORE

cd.Init(3 "dlg_cd_simple_child" 0 &d 0 0xffffff)

INSERT

#exe addtextof "dlg_cd_simple_child"
#3
wow. Awesome!!
Code:
Copy      Help
rep 1000; out "Thanks!!!"
Stuart


Forum Jump:


Users browsing this thread: 1 Guest(s)