Thanks for the input. I haven't tried using on_interface_click yet. I was aware that you could do it, but in the globalscript it says the function is obsolete. As I've redone my entire GUI with the object based system, I was trying to avoid old script functions.
Posting the code won't do much good, as the part dealing with the activate script was just done by:
1) Naming the textbox
2) Clicking in the Run Script field for the textbox
3) and then double clicking the textbox to open up the script editor on the relevant script.
Then I just entered Display("Textbox was activated"); or similar in the script to see if it was actually triggered, so that's pretty much the code that's in there. I did the same for all three, and as I said, it works for one of the text boxes, but not for the two others, which seems strange.
Posting the code won't do much good, as the part dealing with the activate script was just done by:
1) Naming the textbox
2) Clicking in the Run Script field for the textbox
3) and then double clicking the textbox to open up the script editor on the relevant script.
Then I just entered Display("Textbox was activated"); or similar in the script to see if it was actually triggered, so that's pretty much the code that's in there. I did the same for all three, and as I said, it works for one of the text boxes, but not for the two others, which seems strange.