Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog Locked up while updating.
#6
I have a dialog that has a button that runs this code:
Code:
Copy      Help
,case 3;;run remote function
,EnableWindow id(3 hDlg) 0
,net(computer password "function" str'retval)
,EnableWindow id(3 hDlg) 1

While the net function is running the dialog goes "Not Responding"

How do I avoid this? I did try putting the net into a separate function and run with wait 0 H mac("net_function") but the same thing happens with "Not Responding"

-Jim


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)