Jump to content

Recommended Posts

Posted (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.

 

ScriptBuff.png.f0a5ab0ddf77caa0c5d18679690dfaed.png

Edited by Fanky

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock