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
JohnTHaller
Posts: 716
Joined: Wed Feb 10, 2010 4:44 pm
Location: New York, NY
Contact:

Re: ArcThemALL!

#181 Post by JohnTHaller »

Lupo73 wrote:I have also a feature question for you: has someone an idea of how to "check upxed files after compression"? do you think verify if the compressed file still exists is enough?
The PortableApps.com AppCompactor has supported verifying UPX compressed files for about a year now. You can see the code within it. It UPX compressed each file you ask it to and verifies the UPX compressed version. If it fails, the original version is retained.
PortableApps.com - The open standard for portable software | Support Net Neutrality

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

Re: ArcThemALL!

#182 Post by Lupo73 »

This feature is available in current version 4.5, but thanks for the report..I'll check your code for next updates :wink:

tri6791
Posts: 1
Joined: Sun Sep 25, 2011 7:26 am

Re: ArcThemALL!

#183 Post by tri6791 »

I used the setup file to install version 4.5 on windows 7 64-bit. When I run the program, I receive an autoit error line 2627 array variable has incorrect number of subscripts Image. I tried the portable version and it ran fine. It seems like there is a problem with the setup package; can you please check?

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

Re: ArcThemALL!

#184 Post by Lupo73 »

I'll check the code soon, thanks for the report and sorry for the issue..

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

Re: ArcThemALL!

#185 Post by loin2kolpotoru »

U Didn't Answer me in the Last Page?

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

Re: ArcThemALL!

#186 Post by Lupo73 »

Sorry, I totally missed it :oops: ..thanks for your notes, I'll try to do these changes and fixes in next release..

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

Re: ArcThemALL!

#187 Post by loin2kolpotoru »

Thankyou.

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

Re: ArcThemALL!

#188 Post by Lupo73 »

This is the new beta version available:
http://www.lupopensuite.com/files/ata/A ... rtable.zip

I made some changes to the GUI.
Now it shows Add/Remove/Clear items by default, but allows to disable them from Options.
Issues you reported me may be fixed.
Instead blue theme is not implemented yet, maybe in stable release.

Let me know if it works fine..

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

Re: ArcThemALL!

#189 Post by guinness »

With the _ShellAll() UDF you can now add ArcThemALL! to the contextmenu for all files as well as the currently implemented folders, it will also add the ArcThemALL icon next to the item as well. HKEY_CLASSES_ROOT shouldn't be used in cases such as this, read this for more details.

Example use:

Code: Select all

_ShellAll_Install("Load in ArcThemALL!")
Last edited by guinness on Mon Oct 17, 2011 2:58 am, edited 1 time in total.

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

Re: ArcThemALL!

#190 Post by Lupo73 »

Thanks for it! I'm going to check the code..

freakazoid
Posts: 1212
Joined: Wed Jul 18, 2007 5:45 pm

Re: ArcThemALL!

#191 Post by freakazoid »

Hey Lupo! Are there any command line options we can use? Couldn't find any in the manual.
is it stealth? ;)

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

Re: ArcThemALL!

#192 Post by loin2kolpotoru »

I Have tested ArcThemALL!_v4.6_Portable and yes in my
initial test the false error message has not been occured.

It's nice to get the button's back.

I am looking forword to getting the blue theme option.

Another thing i would say that in slow internet cunnection
downloding of additional closed source tools through ArcThemALL!
fails most of the time so i sujjest the direct download links of
those tools should be mentioned in the info.txt file for downloding
them using download managers.

I have found a bug in ArcThemALL! that once maximized
it cant be easily restored to small size.

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

Re: ArcThemALL!

#193 Post by guinness »

Hey Lupo! Are there any command line options we can use? Couldn't find any in the manual.
The only commandline is

Code: Select all

ArcThemALL!.exe "C:\Example_Folder\File.exe" ; Or you can drop a folder/file on top of the EXE.

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

Re: ArcThemALL!

#194 Post by Lupo73 »

@freakazoid: yes, currently it doesn't support command line use.. what commands you would like to have?

@loin2kolpotoru: I'm considering to restore also the theme color.. and I planned also to add a pdf Guide (like in DropIt) and remove the outdated Help, so I could add direct links for plugins.. I know window size issue and it's in the list of fixes to do (maybe with guinness help)..

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

Re: ArcThemALL!

#195 Post by guinness »

I have found a bug in ArcThemALL! that once maximized
it cant be easily restored to small size.
Easy to fix ;) I will do it now.

Post Reply