|
#151
|
|||
|
|||
|
Quote:
Callback : Code:
function callback(a, b, c, d) return true end
Last edited by AMSWaves; 09-24-2009 at 10:55 AM. |
|
#152
|
||||
|
||||
|
Thanks Dear AMSWaves.
|
|
#153
|
|||
|
|||
|
On the XP x86 it work normally(At least any crash when i tried it). But always program not responding on x64.
![]() Quote:
|
|
#154
|
|||
|
|||
|
please test old plugin in your windows 64 and say me it worked or not, i dont know maybe this version have some problem with X64.
|
|
#155
|
|||
|
|||
|
Yes, it worked.
Quote:
P.S. in new version: Interestingly that files are extracted from archive and are in destination folder. Last edited by Benjamin; 09-24-2009 at 02:19 PM. |
|
#156
|
|||
|
|||
|
so you want say plugin good worked on X64 but while extracting program not responded ?
|
|
#157
|
|||
|
|||
|
hi
first sorry for my english waths problem ? Code:
function test(Msg, Name, Percent, Size) if Msg == "password" then Folder.Rename(fol[x], path0.."\\$ "..name); end end but this script not work ! but if Code:
function test(Msg, Name, Percent, Size) if Msg == "password" then Folder.Rename(fol[x], path0.."\\$ "..name); end end Folder.Rename(fol[x], path0.."\\$ "..name); how can i rename one folder if exm.rar is password protected ? |
|
#158
|
|||
|
|||
|
Hi All, first of all first pardon for my Englishman, I have a doubt with lso progresses of the amsrar, yoquiero use the dialogstatus not the object plugin, but never using the value percent it finishes the entire progress, this is the code that I have now:
Code:
function rar_Extract (Msg, Name, Percent, Size)
-- Progreso de extraccion de archivos
if Msg == "process" then
StatusDlg.Show(MB_ICONNONE, false);
StatusDlg.SetMessage("Extrayendo...");
StatusDlg.SetMeterRange(0, 100);
StatusDlg.SetMeterPos(Percent);
StatusDlg.SetStatusText(String.SplitPath(Name).Filename..String.SplitPath(Name).Extension.." : "..Math.Floor(Size/1024).." KB");
return true;
|
|
#159
|
|||
|
|||
|
Code:
StatusDlg.SetMeterRange(0, 100); |
|
#160
|
|||
|
|||
|
Thank you, already eliminate it but I continue with the same problem the progress it is closed before be completing
|
|
#161
|
|||
|
|||
|
From what i can see your missing alot of your function this part seems on so it could be something else that is making the function brake.
|
|
#162
|
|||
|
|||
|
Quote:
Code:
function rar_Extract (Msg, Name, Percent, Size)
if Msg == "process" then
StatusDlg.Show(MB_ICONNONE, false);
StatusDlg.SetMessage("Extrayendo...");
StatusDlg.SetMeterPos(Percent);
StatusDlg.SetStatusText(String.SplitPath(Name).Filename..String.SplitPath(Name).Extension.." : "..Math.Floor(Size/1024).." KB");
return true;
elseif Msg == "volume" then
result = Dialog.FileBrowse(true, "Locate Rar Part File", "'", "Rar Part Files(*part.rar)|*.part*.rar|", "", "", false, false)
if result[1] == "CANCEL" then
result[1] = ""
end
return result[1]
elseif Msg == "password" then
return Dialog.PasswordInput("Contraseña", "El archivo esta protegigo, introduce la contraseña", MB_ICONQUESTION);
end
end
if rar_File == nil then
Dialog.Message("Error", "No has seleccionado un archivo .rar", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
sFolder = Dialog.FolderBrowse("Selecciona directorio donde extraer archivos", _DesktopFolder);
if (sFolder ~= "CANCEL") then
correcto = Rar.Extract(rar_File[1], {"*.*"}, sFolder, true, true, "", RAR_OVERWRITE_ALWAYS, "rar_Extract");
if correcto == true then
Dialog.Message("Extracción de archivos", "La Extracción se realizó correctamente.");
else
Dialog.Message("Extracción de archivos", "Ocurrió un problema en el proceso de copia.");
end
end
StatusDlg.SetMeterPos(0);
StatusDlg.Hide();
end
|
|
#163
|
|||
|
|||
|
Does it still unrar the file?
|
|
#164
|
|||
|
|||
|
this funtion seems little backwords to me.
I looked at it and i can see what your trying to do one funtion that will do it all call back and unrar and also if the details not there it will ask the user but its backwords. can you show me a sinpit where you use the funtion so i can understand it little more. |
|
#165
|
|||
|
|||
|
Quote:
|
![]() |
| Tags |
| action plugin, amswaves, amswrar, bug, compression, compressor, plugin, rar, untested software |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best way to share custom buttons with the group? | mwreyf1 | AutoPlay Media Studio 6.0 | 10 | 09-03-2009 05:01 AM |
| FREE : Timer Object Plugin | reteset | AutoPlay Media Studio 7.5 Plugins | 33 | 04-23-2009 08:00 AM |
| FREE: UserMgmt Action Plugin | TimeSurfer | AutoPlay Media Studio 7.5 Discussion | 2 | 04-27-2008 04:17 AM |
| Free WindowEx Action Plugin | reteset | AutoPlay Media Studio 7.5 Discussion | 77 | 03-03-2008 10:45 PM |
| Free Plugin: Media Player Object | Ted Sullivan | AutoPlay Media Studio 5.0 | 7 | 09-24-2004 03:54 PM |
All times are GMT -6. The time now is 06:25 AM.










Linear Mode

