| View previous topic :: View next topic |
| Author |
Message |
HuBa
Joined: 24 Feb 2007 Posts: 175 Location: Budapest, Hungary
|
Posted: Sun Apr 08, 2007 12:54 pm Post subject: |
|
|
Nice app!
Currently I use this freeware tool for icon and cursor image browsing:
http://www.nirsoft.net/utils/iconsext.html
It has a nice exporting feature and command line support.
 |
|
| Back to top |
|
 |
DataLife
Joined: 27 Apr 2008 Posts: 367
|
Posted: Fri Jan 16, 2009 5:06 pm Post subject: |
|
|
| robiandi wrote: | | 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 | Also the link to Anchor_v3.3.ahk provides a link to download Anchor but it is named Anchor.ahk.
So the #include line needs to be #include Anchor.ahk.
Maybe update the most recent version of icon viewer with #include Anchor.ahk as to avoid problems. I had to figure out if Anchor.ahk was the same as Anchor_v3.3.ahk. I just tried it and it worked.
Using version 6 when I resize the window the text is garbled on the bottom. Seems to do it more with vertical and maximizing the window.
Question:
Can I use the most recent version of Anchor.ahk which I think is Version 4.06a or 4.60a with icon viewer?
The link to Anchor 4.? says 4.06a but the file name is Anchor_4.60a
http://www.autohotkey.com/forum/topic4348-150.html
This is a fantastic program.
DataLife _________________ Unless otherwise stated, all code is untested
Check out my AHK page http://www.autohotkey.net/~DataLife/index.html |
|
| Back to top |
|
 |
DataLife
Joined: 27 Apr 2008 Posts: 367
|
Posted: Fri Jan 16, 2009 5:30 pm Post subject: |
|
|
I like the Lite version better because all the icons are displayed in one window and I don't have to browse two windows. But I can not add subfolders in the search with the Lite version.
Is it possible to have that added?
DataLife _________________ Unless otherwise stated, all code is untested
Check out my AHK page http://www.autohotkey.net/~DataLife/index.html |
|
| Back to top |
|
 |
toralf n-l-i Guest
|
Posted: Sat Jan 17, 2009 11:26 am Post subject: |
|
|
Hello DataLife,
Yes, including subfolders should be possible. Try it yourself. The code of the Lite version isn't that long. You should be able to figure it out. I guess it is a just a parameter on a "loop".
Regrading the anchor versions. I didn't test it, but it should work with newer versions, since usually the parameters do not change.
Have fun |
|
| Back to top |
|
 |
DataLife
Joined: 27 Apr 2008 Posts: 367
|
|
| Back to top |
|
 |
toralf n-l-i Guest
|
Posted: Tue Jan 20, 2009 9:25 am Post subject: |
|
|
| Try the redraw parameter of Anchor. Maybe that solves that issue. |
|
| Back to top |
|
 |
Leef_me
Joined: 08 Apr 2009 Posts: 5321 Location: San Diego, California
|
Posted: Sun Apr 24, 2011 5:11 am Post subject: |
|
|
@toralf
I believe Icon Viewer Lite v2 has a bug.
If I scan a folder, it displays as icons, at least 2 images that are BMP files.
Worse yet, it displays these 2 BMP many times.
Depending on which of these I select, the "AHk command, Picture"
command listing is either Gui, Add, Picture, icon1 , C:\Users\Leef_me\Documents\Autohotkey\1.bmp
or totally worthless Gui, Add, Picture, icon4 , C:\Users\Lee\Documents\Autohotkey\aaf.exe |
|
| Back to top |
|
 |
|