-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VD.ahk crashes, doesn't run. #9
Comments
if "VD examples.ahk" works fine, then you got it because I can't, I need you to tell me Spoiler warning, click here to see more After you thought about itwould adding something like this work? :
I just realized, you could have been misled by "no dependencies" My Attempt at Explaining
say you have a project "app manager.ahk" that needs Virtual Desktop Capabilities, "VD examples.ahk" is an example of such project: it #Includes VD.ahk, then it is able to call Line 74 in 077160a
you can say that VD.ahk is a class, or a library, or functions,
well, the program finished everything it had to do, so it exited whilst "VD examples.ahk" does stuff : when you press a hotkey, it will do stuff |
Thanks for the detailed explanation. Here's what went through my mind when I downloaded your script for personal use: Seeing the file's name, "VD examples.ahk" gave an impression as if it's a demo file. The message box on launch further validated my assumption. It had detailed actions that one could do with the script. Such instructions are generally put inside the "Read me" file. And then, the script just works after launch. One need not be greeted with documentation every time the script is launched. I thought "VD examples.ahk" is the demo file and "VD.ahk" is the main script for the reasons mentioned above. Or in other words, I assumed: "VD.ahk" = "VD examples.ahk" - (Message box having a brief documentation) I get that we can remove the message box by manually editing the concerned part of the script. However, users generally want the script to work without modifications. Words of caution: I'm not a software engineer. I'm an ordinary man who thinks using common sense. Perhaps's it's the reason I misunderstood a seemingly obvious part. Thanks again! |
VD.ahk on launch crashes/closes immediately. However, "VD examples.ahk" runs/works fine. Am I doing anything wrong?
The text was updated successfully, but these errors were encountered: