Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Custom Dialogs


2 replies to this topic

tSunami akp

tSunami akp
  • Members
  • 12 posts

Posted 05 February 2002 - 08:34

nRetVal=EzDefineDialog("MYCOFFEEDIALOG",ISUSER,"",13031);

value of nRetVal is zero describing it as success.

nCmdValue = WaitOnDialog("MYCOMDIALOG");
value of nCmdValue is DLG_ERR.

How can we rectify the above error.


Ide Nentjes

Ide Nentjes
  • Members
  • 222 posts

Posted 05 February 2002 - 13:16

If this is really a piece of your actual code:

you are using MYCOFFEEDIALOG in on function,
and MYCOMDIALOG in another.

Ide


tSunami akp

tSunami akp
  • Members
  • 12 posts

Posted 06 February 2002 - 06:31

Thanks Ide Nentjes for pointing my oversight