@FellippeHeitor I am updating my Gravitational Simulation program (of 14th Sep 2018) to remove a few slight bugs. I am now running into a problem where pressing a button (which previously to the current state worked as expected) does not perform correctly. The program is so large that I don't want you to look at it, but when this is happening code such as the following is not executed:
Control(ExecuteBT).Disabled = True
Control(TraceBT).Disabled = True
Control(ClearBT).Disabled = True
I know that the program passes through these statements but the controls stay False. Is there anything general that I should be looking for?