Page 1 of 1

find files by tag, select tag doesn't show all my tags

Posted: 02 Sep 2014 22:34
by sgibbes
How do I search files using the find files by tags menu, and click "select tags..." and have all my tags in my shared tags database show up? Instead, the message "the tag list is empty. you first have to apply any tags to files so that the tag list gets filled"

Re: find files by tag, select tag doesn't show all my tags

Posted: 03 Sep 2014 07:51
by highend
How exactly did you create your "shared tag database"?

Where else can you see the contents (inside one of XY's commands) of it?

Re: find files by tag, select tag doesn't show all my tags

Posted: 03 Sep 2014 07:58
by bdeshi
Paste this code in the addressbar:

Code: Select all

::button "tagsfind",2;
then press enter. A small context menu should pop up. Click "Update Tag List" there.

Re: find files by tag, select tag doesn't show all my tags

Posted: 03 Sep 2014 19:30
by sgibbes
Wow that worked! Is that the only way to execute the command of updating the tag list, or is there a button somewhere? Also, is that common knowledge, like should i have been able to search the user manual?

thank you!!!

Re: find files by tag, select tag doesn't show all my tags

Posted: 04 Sep 2014 07:18
by bdeshi
sgibbes wrote:Wow that worked! Is that the only way to execute the command of updating the tag list, or is there a button somewhere? Also, is that common knowledge, like should i have been able to search the user manual?

thank you!!!
My pleasure. :D
If you have any of the four tag-related built-in buttons in the toolbar you can just right click them for the same menu.
I proposed the script to make sure you could do it even if the buttons aren't active.
It is in the manual: Help file->"Main Topics" section-> "Labels, Tags, Comments" page -> "Tags" header
===
Speaking for myself, it's a matter of no joy that XY doesn't update the tags list automatically itself. :(

Re: find files by tag, select tag doesn't show all my tags

Posted: 05 Sep 2014 04:03
by CuriousGuy
SammaySarkar wrote:
sgibbes wrote:Wow that worked! Is that the only way to execute the command of updating the tag list, or is there a button somewhere? Also, is that common knowledge, like should i have been able to search the user manual?

thank you!!!
My pleasure. :D
If you have any of the four tag-related built-in buttons in the toolbar you can just right click them for the same menu.
I proposed the script to make sure you could do it even if the buttons aren't active.
It is in the manual: Help file->"Main Topics" section-> "Labels, Tags, Comments" page -> "Tags" header
===
Speaking for myself, it's a matter of no joy that XY doesn't update the tags list automatically itself. :(

I wish the same about the tags updating automatically. Not sure that is possible though.

Re: find files by tag, select tag doesn't show all my tags

Posted: 05 Sep 2014 04:04
by CuriousGuy
SammaySarkar wrote:Paste this code in the addressbar:

Code: Select all

::button "tagsfind",2;
then press enter. A small context menu should pop up. Click "Update Tag List" there.

Thank you for this. I have wondered the same question as sgibbes