Ken
CameraKen
|
Now you can sort your filters by author etc
Hi.
Sorry I have not been around for a while. I've been busy with web sites.
But I have been visiting the Forum regularly and keeping up to date with all the posts.
One of the things that I know you all have complained about is the categories and finding filters especially when all 4000+ are downloaded (like I have)
I got a little time over the Christmas holiday to write this little program.
What it does is create a spreadsheet of all your filters with links to open them in Filter Forge. So you can now sort by author, date accessed, Filter name etc.
The list also contains the keywords. You may even add your own ratings to filters etc.
Please download the Zip file here
www.cameracentre.co.uk/Filter Forge/filterlister/filterlister_v1.zip
Instructions are included. Please read them. If anyone knows a better way to create the links to the filters then please let me know.
All suggestions/comments welcome
Ken.
|
Posted: January 3, 2008 3:26 pm |
Details
E-Mail
|
Kraellin
Kraellin

|
thank you, ken  If wishes were horses... there'd be a whole lot of horse crap to clean up!
Craig
|
Posted: January 4, 2008 9:12 am |
Details
E-Mail
|
Omega3
nee Ardiva *FF-aholic*

Posts: 41
|
Thank you too, Ken.
|
Posted: January 15, 2008 10:58 pm |
Details
E-Mail
|
Bella
Moderator
Filter Forge, Inc.
Posts: 274
|
Ken, we've also tried to test it on two of our machines. And it won't work
When I click "Create List", it shows the following message:
---------------------------
directorylist
---------------------------
Run-time error '76':
Path not found
---------------------------
OK
---------------------------
|
Posted: January 16, 2008 7:28 am |
Details
E-Mail
|
Ken
CameraKen
|
Hi Bella.
The program is written in VB6 (requires VB Runtime library).
It sounds like it is not finding the path to your filters.
You will need to be logged onto your PC with the same name as in the filter path.
I did find an error in my code which could have caused this and I have repaired it.
If this is not the problem then there is a language problem. I have coded the path to the filters as.
Path = "C:\Documents and Settings\" + UserName + "\Application Data\Filter Forge\System\Library"
Try this
www.cameracentre.co.uk/Filter Forge/filterlister/filterlister_v1-1.zip
I have modified the program so that you can 'override' the path if necessary.
In this version the path can be amended with a separate 'path.txt'
UK/US users may also use this version but have no need for the path.txt. It can be deleted or just left unedited. Otherwise it works exactly the same as the previous version.
1) Download V1.1 and extract into a folder
2) If the program gives a Run-time error '76' then Open path.txt file and edit it with the correct username and path
3) Try again
Please let me know if it works
I have also included a sample output file here
www.cameracentre.co.uk/Filter Forge/filterlister/my_filters.zip
However by running the program on your own PC it will include all your own personal filters as well.
Ken.
|
Posted: January 16, 2008 3:43 pm |
Details
E-Mail
|
CFandM
ForgeSmith

|
Its now working Ken...Glad to see you are still here watching..  Stupid things happen to computers for stupid reasons at stupid times!
|
Posted: January 16, 2008 10:05 pm |
Details
E-Mail
|
Bella
Moderator
Filter Forge, Inc.
Posts: 274
|
Great, it's working now!
We didn't have to use the path.txt file -- the program works correctly without it.
|
Posted: January 17, 2008 5:22 am |
Details
E-Mail
|
onyXMaster
Filter Forge, Inc.
Posts: 350
|
Ken, using the APPDATA environment variable will save you from a whole lot of problems (including Windows not being installed on disk C, user being a member of an Active Directory domain, and other stuff).
The path to filters is "%APPDATA%\Filter Forge\System\Library"
|
Posted: January 17, 2008 11:51 am |
Details
E-Mail
|
Ken
CameraKen
|
Hi Bella
I'm glad it is working now.
Onyx.
Thanks.
I don’t write many programs that require finding files on other PC's
I just tried APPDATA and it works great
GetAppDataPath = Environ("APPDATA") & "\Filter Forge\System\Library"
Thanks for the tip.
Ken.
|
Posted: January 22, 2008 2:42 pm |
Details
E-Mail
|