AutoHotkey Community

It is currently May 27th, 2012, 7:13 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject:
PostPosted: March 22nd, 2006, 9:48 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Please test the regular version (not the Lite version). Does that show the icons?

EDIT: I looked at the code of the Lite version again. If you select a folder, it will only show you the first icon in each file. Thus your files have all the same first icon. To see which one is used, you have to use the regular IconViewer.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 23rd, 2006, 2:21 am 
Offline

Joined: November 11th, 2005, 3:13 am
Posts: 202
toralf wrote:
...If you select a folder, it will only show you the first icon in each file. Thus your files have all the same first icon. To see which one is used, you have to use the regular IconViewer.


ok, just to clarify... does this mean that the behaviour is normal in the Lite version & i should be using the normal Icon Viewer for looking into filetypes such as *.icl, *.dll & *.exe?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 23rd, 2006, 6:53 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Yeap.

The lite version is manly to look at A single file and ALL its icons.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 11:45 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Update to v6 and v2. First post is updated.

Icon Viewer v6
Quote:
changes since version 5:
- requires "../Anchor/Anchor_v3.3.ahk" => www.autohotkey.com/forum/topic4348.html
- added support of .icl files
- added resize option, needs ..\Anchor\Anchor_v3.3.ahk
- remembers position and size between starts
- remembers all states of GUI between starts
- added tray menu
- tray icon allows to exit script


Icon Viewer Lite v2
Quote:
changes since version 1:
- requires "../Anchor/Anchor_v3.3.ahk" => www.autohotkey.com/forum/topic4348.html
- added tray menu and icon
- tray icon allows to exit script
- added support of .icl files
- added resize option, needs ..\Anchor\Anchor_v3.3.ahk
- remembers position and size between starts
- remembers file between starts
- remembers ShownAs and Command settings between starts

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 12:34 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Great, I like the changes in v2. A few suggestions:
  • I have all my scripts in one dir (I think most people do) so can you change the include path to just 'Anchor.ahk';
  • The columns don't update when the GUI is resized. I don't know if this is possible but it would be a nice addition;
  • Can you move the settings file to %AppData%;
  • Add an option to auto-scan at startup, or make this default;
  • Remove the 'Select' and 'AHK Command' groupboxes because they look ugly and take up too much space;
  • Move the Edit control up to the same line as the Picture/ImageList radio buttons;
  • Right-align the Clipboard and Close buttons and have them anchored there;
  • Remove the ReadOnly on the path field. You can show an error message if the file is nonexistent when Scan is pressed;
  • The tray icon has no use so I think it should be removed;
  • Don't zero-pad the number of icons found;
  • x-anchor the view mode radio buttons.
You also need to update the images and their URLs in the first post. Sorry for bugging you lol :P

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 12:48 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Thanks I made a note.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 1:15 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
I agree with most of your points. But:
- the number of icons found aren't zero-paded
- I updated the links of the screenshots, but didn't update them, since the GUI looks the same.
- I will not put the Anchor file in the same dir, since it is not my setup, and it would be just too many scripts in one dir. I have one master dir an in that dir all scripts have their own dir, with different versions and files belonging to them.
- why do you want the view mode radio buttons be x-anchored?
- I don't know if I should move the settings into %AppData%. I know that it should be placed there. But I like to have the script and settings inthe same dir. Removing the dir removes everything.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 1:32 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
toralf wrote:
- the number of icons found aren't zero-paded
I'm referring to '0000 icons found, shown as'. I added 'GuiControl, , TxtIconsFound' after this control.

toralf wrote:
- I will not put the Anchor file in the same dir, since it is not my setup, and it would be just too many scripts in one dir. I have one master dir an in that dir all scripts have their own dir, with different versions and files belonging to them.
Thats ok, I'll just change the script for myself.

toralf wrote:
- why do you want the view mode radio buttons be x-anchored?
It looks better.

toralf wrote:
- I don't know if I should move the settings into %AppData%. I know that it should be placed there. But I like to have the script and settings inthe same dir. Removing the dir removes everything.
I found the IniFile var, I'll just change that thanks.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 2:16 pm 
Offline

Joined: August 8th, 2006, 3:55 pm
Posts: 49
toralf wrote:

Quote:
But I like to have the script and settings in the same dir.

I also like it this way.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 5:58 pm 
Offline

Joined: September 3rd, 2006, 5:34 am
Posts: 601
Location: Iowa, U.S.
Ok, I dl'd anchor and both versuons, v5 and lite v2. When i try to open it says anchor v3 3 cannot be opened. Any suggestions?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 6:28 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
You have to change the path of the #Include


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 6:41 pm 
Offline

Joined: August 8th, 2006, 3:55 pm
Posts: 49
If the output is:
Code:
#Include file "..\anchor\Anchor_v3.3.ahk" cannot be opened.     
replace
Code:
#Include ..\anchor\Anchor_v3.3.ahk
by
Code:
#Include Anchor_v3.3.ahk


and verify that Anchor_v3.3.ahk is in %a_scriptdir%


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 6:49 pm 
Offline

Joined: September 3rd, 2006, 5:34 am
Posts: 601
Location: Iowa, U.S.
thanks, :o .

But lol, I am a new guy at this and don't know hot to verify it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 7:15 pm 
Offline

Joined: August 8th, 2006, 3:55 pm
Posts: 49
Quote:
and verify that Anchor_v3.3.ahk is in %a_scriptdir%

That means that your file Anchor_v3.3.ahk must be in the same directory as the file Icon_Viewer_Lite_v2.ahk


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2007, 1:00 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Yup, the bug reapeared here with light version (the same icon for entire folder).
I wonder is there any other method to get icons as this one seems to get them with lower quolity, depending on icon format.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Stigg, Yahoo [Bot] and 23 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group