تسجيل الدخول

مشاهدة النسخة كاملة : IR AMS ButtonPack


مارجوم،
11-12-2017, 11:30 PM
https://s8.postimg.org/p82kyduad/screen.png



400 exclusive HQ button for IR AMS



format:
.btn
size:
11.9 MB
AMS:
all




http://i62.tinypic.com/sol7xx.jpg

https://mega.nz/#!UFgx2BIK!sFefGOlpzfOaaS8bE9oFLuMsUc3N2OPVvJwvkS_ 2Fj0

عبود عبود
13-12-2017, 05:23 PM
تم التحميل ولكن الملف التنفيذى لا يعمل على إظهار أى شيئ عند الضغط على أى شيئ كما أن شريط التقدم "Progress" لا يعمل أيضا :abc_070:

مارجوم،
13-12-2017, 06:32 PM
:abc_091:hi my friend :abc_091:

files extraction directory:
AMS7 = "\\AutoPlay Media Studio 7.0\\Gallery\\Buttons"
AMS8 = "\\AutoPlay Media Studio 8\\ Gallery\\Buttons"


make sure that the directory is present and if it is not created and you will see that it works


see you
best regards

عبود عبود
14-12-2017, 12:25 AM
:abc_091:hi my friend :abc_091:

files extraction directory:
AMS7 = "\\AutoPlay Media Studio 7.0\\Gallery\\Buttons"
AMS8 = "\\AutoPlay Media Studio 8\\ Gallery\\Buttons"


make sure that the directory is present and if it is not created and you will see that it works


see you
best regards

The problem with your installation code,The Paths you are set incorrect
Tell me what code you are using and I will work on correcting 4 you so that it works well
best regards usamakey
:abc_065:

مارجوم،
14-12-2017, 10:56 PM
https://s2.postimg.org/dwuk5ekyh/Picture0005.png

the problem is not the script it work fine

عبود عبود
15-12-2017, 10:38 AM
https://s2.postimg.org/dwuk5ekyh/Picture0005.png

the problem is not the script it work fine


:abc_087: I Have the Cracked Version Of AutoPlay Media Studio So Your Code is not the Right Way

: The following code will work in both cases if the User Have

AutoPlay Media Studio 8 Trial
or
AutoPlay Media Studio 8

--
function FileProgress(Source, Destination, Copied, Total, FileCopied, FileTotal)
if Source~="" then
Label.SetText("FileName", "..."..String.Mid(Source, String.Length(_SourceFolder)+1, -1));
end
Progress.SetCurrentPos("Progress2", (Copied/Total)*100);
return true
end
-------------------------------------------
result = Shell.GetFolder(SHF_PROGRAMFILES);
find = Folder.Find(result.."\\", "AutoPlay Media Studio*", false, nil);
if find~=nil then
for i, s in pairs(find) do
result = File.DoesExist(find[i].."\\AutoPlayDesign.exe");
if result then
File.Copy(_SourceFolder.."\\AutoPlay\\Buttons\\*.*", find[i].."\\Gallery\\Buttons", true, true, false, true, FileProgress);
Dialog.Message("",find[i].."\\Gallery\\Buttons");
end
end
end

:abc_023:

مارجوم،
15-12-2017, 07:48 PM
thank you my friend I had not thought about the various versions