Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
shareware macro bug in exe ?
#1
Hello
If shareware functions are added in a macro and the period has expired the functions run normally when i run the macro in QM but not in exe. Everyone knows why ?
#2
Yes, the "About" dialog disappears quickly. In your SM_CanRun replace

Code:
Copy      Help
mac "your SM_About function name" "" 0 1

to

Code:
Copy      Help
wait 0 H mac("your SM_About function name" "" 0 1)

Also, to make it compatible with Vista and limited user accounts, replace all HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER.
#3
thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)