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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...