| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Wed Mar 22, 2006 9:48 am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
badmojo
Joined: 11 Nov 2005 Posts: 143
|
Posted: Thu Mar 23, 2006 2:21 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Thu Mar 23, 2006 6:53 am Post subject: |
|
|
Yeap.
The lite version is manly to look at A single file and ALL its icons. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Mon Sep 04, 2006 11:45 am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Mon Sep 04, 2006 12:34 pm Post subject: |
|
|
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  _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Mon Sep 04, 2006 12:48 pm Post subject: |
|
|
Thanks I made a note. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Mon Sep 04, 2006 1:15 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Mon Sep 04, 2006 1:32 pm Post subject: |
|
|
| 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. _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
robiandi
Joined: 08 Aug 2006 Posts: 50
|
Posted: Mon Sep 04, 2006 2:16 pm Post subject: |
|
|
toralf wrote:
| Quote: | | But I like to have the script and settings in the same dir. |
I also like it this way. |
|
| Back to top |
|
 |
slomz
Joined: 03 Sep 2006 Posts: 608 Location: Iowa, U.S.
|
Posted: Mon Sep 04, 2006 5:58 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Mon Sep 04, 2006 6:28 pm Post subject: |
|
|
| You have to change the path of the #Include |
|
| Back to top |
|
 |
robiandi
Joined: 08 Aug 2006 Posts: 50
|
Posted: Mon Sep 04, 2006 6:41 pm Post subject: |
|
|
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% |
|
| Back to top |
|
 |
slomz
Joined: 03 Sep 2006 Posts: 608 Location: Iowa, U.S.
|
Posted: Mon Sep 04, 2006 6:49 pm Post subject: |
|
|
thanks, .
But lol, I am a new guy at this and don't know hot to verify it. |
|
| Back to top |
|
 |
robiandi
Joined: 08 Aug 2006 Posts: 50
|
Posted: Mon Sep 04, 2006 7:15 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3626 Location: Belgrade
|
Posted: Sun Apr 08, 2007 1:00 pm Post subject: |
|
|
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. _________________
 |
|
| Back to top |
|
 |
|