Thalon, I will look into it.
EDIT- Looked into it. Problem corrected, will post update soon. The contents of the variable ScriptHold was being sent to the ShowGUI1's Edit field (variable ScriptEdit). Just changed variables, so the one for the ToolTip is not the same one that the ShowGUI1's Edit field uses.
I think the issue was not noticed because only ToolTip was shown and there was not any transferring data to a GUI. I changed the variable from "tooltip" to "scripthold" because it was causing other problems. Which anybody can feel free to confront through experimenting.
If you simply transfer the data to the GUI’s edit field, in way that AutoScriptWriter does, than you do NOT see the problem.
If you turn off the ToolTip or comment out the ToolTip than you will NOT see any data loss. If you increase
Code:
StringRight, ScriptHold, keys, 5000
to a large amount then it takes longer to see the problem.
The ToolTip is nice, but like I stated, it is a “Plus and Minus” situation. Even with a small ToolTip, it will only show so much data and there will be times that it gets in the way.
So, I think it’s better to make ToolTip an option that you can turn on or off and of course fixing the ToolTip issue would be nice (done).