Categories for Favorite files ?
Categories for Favorite files ?
Is it possible to have categories for favorite files ?
Re: Categories for Favorite files ?
Not without scripting
One of my scripts helped you out? Please donate via Paypal
Re: Categories for Favorite files ?
Afaik no. At least not one that makes it comfortable to add / remove selected items
to specific categories (and imho anything else than that doesn't make much sense)
to specific categories (and imho anything else than that doesn't make much sense)
One of my scripts helped you out? Please donate via Paypal
Re: Categories for Favorite files ?
Have a look at the image it shows sorted list and inserted items with "Group.ico".
Icon file is also contained in zip file.
Icon file is also contained in zip file.
totmad1 (totally mad one)
Re: Categories for Favorite files ?
Within a Favorite Files or Favorite Folder list I add within quotes; "One|<iconFile.ico>" with a pipe between the icon name and the name of the category ?
I tried what I mentioned but I don't see the Category listed for the Favorite File or Favorite Folder ?
I tried what I mentioned but I don't see the Category listed for the Favorite File or Favorite Folder ?
Re: Categories for Favorite files ?
I am starting to question if I have understood what you are wanting.
If I am on the track then I am hoping the zip file linked below may help.
It shows in 'popupAltered.jpg' the highlighted print ' "fourth|Group.ico" '.
You can also see this in ' fourth-Group.ico_.txt'.
when you go to use favorite files, you should see as shown 'favFilesAltered.jpg'
If this is not what you are looking for please let us know.
If I am on the track then I am hoping the zip file linked below may help.
It shows in 'popupAltered.jpg' the highlighted print ' "fourth|Group.ico" '.
You can also see this in ' fourth-Group.ico_.txt'.
when you go to use favorite files, you should see as shown 'favFilesAltered.jpg'
If this is not what you are looking for please let us know.
totmad1 (totally mad one)
Re: Categories for Favorite files ?
From what I understand. To create a group for Favorite Folders or Favorite Files I create the following within List Management > Favorite Files or Favorite Folders;
"<Name of Group>|<iconFile.ico>"
Rather then getting a group so to speak, I get the following instead of an icon and the name of the group when viewed within the favorite folder list rather I get in this example; "NewFolderforFolders|<iconfile.ico>" the icon file isn't visible and the pipe and the ico extension is visible ?
"<Name of Group>|<iconFile.ico>"
Rather then getting a group so to speak, I get the following instead of an icon and the name of the group when viewed within the favorite folder list rather I get in this example; "NewFolderforFolders|<iconfile.ico>" the icon file isn't visible and the pipe and the ico extension is visible ?
Re: Categories for Favorite files ?
Only that this is a name for an icon (file), that can't even exist...<iconfile.ico>
One of my scripts helped you out? Please donate via Paypal
Re: Categories for Favorite files ?
I was using that as an quasi-example. I didn't literally use that command for an icon file; rather "groupa.ico" (omitting the quotes) but it doesn't work ?Only that this is a name for an icon (file), that can't even exist...
Re: Categories for Favorite files ?
Post the damn real full text you've used and prove that that icon really exists in the correct path...
One of my scripts helped you out? Please donate via Paypal
Re: Categories for Favorite files ?
I think I may have found a bug. Totmad1 solution worked as long as you go to Favorites > Favorite Files. If you add a favorite files icon to the toolbar instead of seeing the correct way as shown by visiting Favorites > Favorite Files you strictly see the code as applied from within Tools > List Management > Favorite Files.
Also no would knows how rather then the method presented in this thread; how I can create expandable menu groups whereas I can put favorite files or folders without having a long list ?
Also no would knows how rather then the method presented in this thread; how I can create expandable menu groups whereas I can put favorite files or folders without having a long list ?
Re: Categories for Favorite files ?
By writing a script. Already mentioned in the first answer...
One of my scripts helped you out? Please donate via Paypal
Re: Categories for Favorite files ?
if I understand you correctly you can get it to display as you want with the icon by just adding another char, for example a period e.g:CookieMonster wrote:instead of seeing the correct way as shown by visiting Favorites > Favorite Files you strictly see the code
Code: Select all
"first|grpa.ico".
Code: Select all
"first|grpa.ico"::end 1;
As you have already been informed, there are many ways to do this via scripting, but I have an idea for very basic and easy implementation of what you want, requiring minimal scripting, you probably won't be satisfied with it but I will explain the steps to you in case you are.CookieMonster wrote:Also no would knows how rather then the method presented in this thread; how I can create expandable menu groups whereas I can put favorite files or folders without having a long list ?
- open your text editor with a blank document
- find the files you want to add to a certain category in XY
- select the file(s) or folders and either press Ctrl+P or File | To Clipboard | Item Path/Name(s)
- then back in your text editor Press Ctrl+V and repeat this until you get all the items you want for a category
- select in XY the scripting Menu | Goto scripts folder
- select all the text in your text editor and click and drag it to the open scripts folder, then give it a name, and change the extension to xys
- now create a category in favorite files to open the file you just created it should look like below, if you named the file cat1.xys:
- "Category1|smiley.ico"::load "cat1.xys";
So if you want to try it out, download the attachment to your XY data\scripts folder and if you keep it called cat1.xys you can insert the item in Favorites like number 8 above, to test it out.
- Attachments
-
cat1.xys
- (570 Bytes) Downloaded 157 times