corz Posted March 13, 2021 Posted March 13, 2021 I have an app (we don't need the source, and anyway it's many thousands of lines long). During init, it checks to see if another instance is running and if so, send the input file to its file input, something like.. ControlSetText($my_title, "", "[CLASS:Edit; INSTANCE:1]", $inputfile, 1) It's worked great for years. After building a new version, it now sends the string to a completely different input (which is a combobox, much further down the code). My original input (the first control in the GUI) is now "instance:2". There has been no change in the order of the controls. Question: What caused this change? I want to know if this is something that I did, and how to avoid it happening in the future! nothing is foolproof to the sufficiently talented fool..
Earthshine Posted March 13, 2021 Posted March 13, 2021 Have to see a reproducing piece of code. A one-liner is not going to cut it and why is it somebody else’s responsibility to debug your code? Do you want help post your code My resources are limited. You must ask the right questions
corz Posted March 13, 2021 Author Posted March 13, 2021 I don't need debugging help. I'm just curious if anyone knows of another reason (other than re-ordering the GUI) for this happening. If you must, you can see the code here.. https://corz.org/public/machine/source/beta/windows/ffe/ffe.au3 nothing is foolproof to the sufficiently talented fool..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now