ArcThemALL!

If you are currently developing portable freeware or planning to do so, use this forum to discuss technical implementation, seek out like-minded developers for partnership, or solicit interested users for beta testing.
Message
Author
User avatar
grannyGeek
Posts: 218
Joined: Mon Mar 26, 2007 10:54 pm

Re: ArcThemALL!

#166 Post by grannyGeek »

Do you mean the UPX "test" commandline parameter? The -t command tests the integrity of the compressed file, and reports result in the console (if I use a batch file with "pause" command to keep console open). I've only ever seen "OK" result, don't know what it reports if the file is not usable.
I think the PortableApps.com AppCompactor uses this parameter to test the files it packs, maybe its source code would give a hint.

UPack, MEW, and MPRESS don't seem to have such a command available.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: ArcThemALL!

#167 Post by guinness »

I will create a Function called _IsUPX() and post it here once complete!

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: ArcThemALL!

#168 Post by guinness »

Code: Select all

#include <Constants.au3>

ConsoleWrite(_IsUPX("updx.exe") & @CRLF)
ConsoleWrite(_IsUPX("upx.exe") & @CRLF)

Func _IsUPX($sFile)
	Local $iPID, $sRead
	$iPID = Run('"' & @ScriptDir & '\UPX.exe" -t "' & $sFile & '"', @ScriptDir, @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD)
	While 1
		$sRead &= StdoutRead($iPID)
		If @error Then
			ExitLoop
		EndIf
	WEnd
	If StringInStr($sRead, "[OK]") Then
		Return 1
	EndIf
	Return 0
EndFunc   ;==>_IsUPX

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: ArcThemALL!

#169 Post by Lupo73 »

Thanks! I'm going to include also this feature in next release ;)

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: ArcThemALL!

#170 Post by guinness »

You're welcome.

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: ArcThemALL!

#171 Post by Lupo73 »

After this new GUI restyling, I have decided to collect some screenshots to show the interface evolution of ArcThemALL!
I like it, because it's an image-history from origins to current development release.. :mrgreen:

This is the link to download this small and funny package:
http://www.lupopensuite.com/files/ata/Evolution.zip

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: ArcThemALL!

#172 Post by guinness »

Are the first screenshots the same as UPX Tool?

I really think the icons take the application from the standard "AutoIt Looking" GUI to something that is a contender in todays software market.

Also, I believe I have fixed the issue with WM_NOTIFY and running on x64, so it might be possible to now have ATA x64 :)

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: ArcThemALL!

#173 Post by Lupo73 »

Yes, I started ATA project after released UPX Tool+ (a mod version to support LZMA compression).. the idea was to create something like it, but able to compress more files with a single action. I think the result is better than plans.. and the new GUI is very good.. :)

Good to know you have fixed 64bit support too.. many users will appreciate it!

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: ArcThemALL!

#174 Post by guinness »

Though I think it's best to still keep this x32 for a little bit longer. I don't want to be responsible for solely getting ATA to work on x64.

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: ArcThemALL!

#175 Post by Lupo73 »

The new version 4.5 beta is ready to be tested!
Most of planned features are completed and you can download it from here:
http://www.lupopensuite.com/files/ata/A ... rtable.zip

This is the current changelog:
- improved software interface
- improved software performance
- improved software source code
- added check to verify upxed files
- added internal context menu
- added support to auto-update ArcThemALL! (from About window)
- added support to multi-language interface
- added support to remember column size
- fixed some minor bugs

And you can help us to translate it in your language! (English file is included)
Last edited by Lupo73 on Mon May 09, 2011 10:10 am, edited 2 times in total.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: ArcThemALL!

#176 Post by guinness »

Nice update Lupo!

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: ArcThemALL!

#177 Post by Lupo73 »

Version 4.5 released! :wink:

Note: unfortunately Help file is not updated because grannyGeek doesn't reply in these weeks..

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: ArcThemALL!

#178 Post by lautrepay »

Lupo73 wrote: And you can help us to translate it in your language! (English file is included)
I've just finished a Spanish (Latin America) translation of ArcThemALL!
Would you mind if I send it to you?

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: ArcThemALL!

#179 Post by Lupo73 »

Thanks! You can host it on a website like Mediafire and write me the download link.. as you can see on software webpage, some other users already sent me a translation..

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: ArcThemALL!

#180 Post by loin2kolpotoru »

I have found some of the recent changes in ArcThemALL! has made
it non user friendly and difficult to use for example the + - Clean button's
are removed from gui it makes the use difficult please bring them back,

When compressing a folder in ArcThemALL! it always shows the root
of the folder failed to compress and show's a error message which is
false and very annoying please give a option to disable this error message.
Screenshot of the Error
Image

I loved the original blue theme of ArcThemALL! very much if possible
give an option to switch between to old blue look & new look.
Last edited by loin2kolpotoru on Sun Sep 18, 2011 2:31 pm, edited 1 time in total.

Post Reply