Elunam 0 Posted April 25, 2020 Posted April 25, 2020 (edited) Hello, I have a problem when creating a Script. The Script runs perfectly but when you have to choose "Engine.DlgSel ('Songs')", it skips it and doesn't run it. If it was a link type, it does, but being a button type, no. How do I solve it?. Thank you. begin Engine.Settarget(32563); //Buffer Delay(500); Engine.DlgOpen; //Open windows Delay(500); Engine.DlgSel('Songs'); //No Working Delay(500); Engine.CancelTarget; Delay(500); end. Edited April 28, 2020 by Fanky Quote Share this post Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.