
Will do, I'll have a play with it (the software that is) and see if there's anything an idiot like me would like added. Thanks.
Hello, seems that I made a small mistake in excluding the idea of having "All categories" in the category drop down for each user. Just fixing things now.Perkin wrote:![]()
Will do, I'll have a play with it (the software that is) and see if there's anything an idiot like me would like added. Thanks.
No, you are doing it right, it's my oversight.Fangles, I may be doing something wrong, but...
It's a directory permissions problem. I'm running under Windows 7 (others under vista would also have this problem) in that i've always had a .\database directory and never come up against it.Started from scratch, new clean directory, extracted Sitelist2 entered password twice ERROR - Database Open Error - Serious error trying to open system database.....
I'm still figuring out the best way to do that. In v1, the site address was a set field/label so a button next to it was permanent and not confusing. In v2, all labels; and thus the fields; are changeable, so i'd have to loop through all fields checking for a "http://" as combobox doesn't seem to support 'focus' eventtype. Or I would have to make every field available to the event gadget checker. I will play with it and see what is the best solution.How do you set the 'Site home page' entry, so when doing a 'CTRL+W' it opens the webpage of the site.
I've just added a new site, selected a category and saved it. Then I reloaded the new site, selected another category and saved it. Seems to work here, could you outline the steps you took?I've tried adding an entry with a site and changing the 'Miscellaneous' category to 'Site home page' but that didn't work.
True, it was clearer. But now, this version has changeable labels so that it can be more freeform and you can add more details. It brings with it new challenges but for me, it's good because I can distinctly separate internet site details from program details, banking details, all of which have totally different labels.In Sitelist v1 it was a lot clearer when entering base details.
Not sure what you mean. When you highlight a record/records, all fields not empty get copied to the clipboard already, along with their respective labels.One thing that you might consider, is to be able to copy the username of an entry to the clipboard, and also maybe the password).
That's easy. When you copy data to the clipboard, a timer can be fired off to erase that data. and when the program exits, the clipboard should be cleared anyway.And to make it harder, have a setting that is a time amount, when expired, overwrites/empties clipboard data.
I meant not working as Site Home Page - CTRL+WI've just added a new site, selected a category and saved it. Then I reloaded the new site, selected another category and saved it. Seems to work here, could you outline the steps you took?I've tried adding an entry with a site and changing the 'Miscellaneous' category to 'Site home page' but that didn't work.
Mine was pickled years ago!Brain isn't working well today (so what else is new?) so I'll try and be clearer.
I understand but this is no longer just a site lister program and people would/will store details all over the place. They aren't all tidy like us:):) I'd have to scan EVERY field to check the labels so that I knew what fields were passwords and usernames. And this is now unicode so, the labels could be in any language..And no way to detect what is or isn't a username and password without the labels giving me a clue.When you've got the 'Site home page' (CTRL+W) link done, so the webpage opens, it may be handy to be able to copy just the Username to the clipboard, ready for pasting into site logins. Then copy just the password to clipboard, again ready to be pasted, but this time on a timed action, so after certain time clipboard is wiped for security purposes.
Ouch! massive reverse engineering to be done here. Maybe a special Perkin Version sometime?regarding 'Site home page' - would it be possible/easier to have a few set fields, like Sitelist v1 (Site Name - User name - Password - Site homepage) and have the rest dynamic a la v2
It will, once I figure out which is the best way. Okay, you answered me below:):) I will do it from the main list only. Launching things from an open data window is asking for things to happen (especially if you are me!!)I meant not working as Site Home Page - CTRL+W But as you've said that isn't working anyway.
How many do you need and what should the generic field headings be? And the form should grow bigger for legibility of course.One more addition could be option to display more columns in the listview. Not major but could be handy.
Edit: CTRL+W
If Main list and an entry is highlighted/selected - launch that site.
Only an idea, I thought it may have been a benefit for working out the 'site home page' problem.Fangbeast wrote:Ouch! massive reverse engineering to be done here. Maybe a special Perkin Version sometime?regarding 'Site home page' - would it be possible/easier to have a few set fields, like Sitelist v1 (Site Name - User name - Password - Site homepage) and have the rest dynamic a la v2
In v1 with set labels, yes. In v2 with freeform labels, no. But if I scan every field for the presence of a "http://", it could be done. But there is still a chance that people would have more than one. A dilemma.Perkin wrote:Only an idea, I thought it may have been a benefit for working out the 'site home page' problem.Fangbeast wrote:Ouch! massive reverse engineering to be done here. Maybe a special Perkin Version sometime?regarding 'Site home page' - would it be possible/easier to have a few set fields, like Sitelist v1 (Site Name - User name - Password - Site homepage) and have the rest dynamic a la v2