Questions about Catalog

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
tomuser
Posts: 135
Joined: 04 Dec 2009 18:52

Questions about Catalog

Post by tomuser »

Hi

1) Is it possible somewhere in settings to make Catalog Tree automagically collapsed if another category is selected? I mean only one category is always opened.
2) What command to use if I want always create new tab if clicking on category item that I have created to connect to another PC? Now I have only "//Other_PC" set as location and action is "Go to location". I know I could hold down Shift-key when clicking, but I forget it sometimes and it opens in current tab. I want to add this "shift"-command already to script.

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Questions about Catalog

Post by admin »

tomuser wrote:Hi

1) Is it possible somewhere in settings to make Catalog Tree automagically collapsed if another category is selected? I mean only one category is always opened.
2) What command to use if I want always create new tab if clicking on category item that I have created to connect to another PC? Now I have only "//Other_PC" set as location and action is "Go to location". I know I could hold down Shift-key when clicking, but I forget it sometimes and it opens in current tab. I want to add this "shift"-command already to script.
1) not possible
2) with the recent BETA version you can do it:

Code: Select all

tab("new", "C:\");

tomuser
Posts: 135
Joined: 04 Dec 2009 18:52

Re: Questions about Catalog

Post by tomuser »

admin wrote: 1) not possible
Too bad. But in the future? ;P
admin wrote:2) with the recent BETA version you can do it:

Code: Select all

tab("new", "C:\");
Ok, I tried this as

Code: Select all

tab("new", "\\Other_PC");
And I'll get error: The location or item you have selected could not be found: E:\XYplorer\tab("new", "\Other_PC");

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Questions about Catalog

Post by admin »

Try it with :: prefixed:

Code: Select all

::tab("new", "\\Other_PC");

tomuser
Posts: 135
Joined: 04 Dec 2009 18:52

Re: Questions about Catalog

Post by tomuser »

admin wrote:Try it with :: prefixed:

Code: Select all

::tab("new", "\\Other_PC");
Now it works. Thanks. But one more question because of this new command. With previous command it had little PC icon (as default network computer icon in windows) but now it has blue arrow pointing right. Why and can I have this default PC icon back somehow?

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Questions about Catalog

Post by admin »

tomuser wrote:
admin wrote:Try it with :: prefixed:

Code: Select all

::tab("new", "\\Other_PC");
Now it works. Thanks. But one more question because of this new command. With previous command it had little PC icon (as default network computer icon in windows) but now it has blue arrow pointing right. Why and can I have this default PC icon back somehow?
That's the script icon. I would have to add a new On-click action type ("go to in new tab") to keep the path icon.

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Questions about Catalog

Post by Stefan »

admin wrote:That's the script icon. I would have to add a new On-click action type ("go to in new tab") to keep the path icon.
Or maybe just an "Icon:" property for such UDCs ? :idea:

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Questions about Catalog

Post by admin »

Stefan wrote:
admin wrote:That's the script icon. I would have to add a new On-click action type ("go to in new tab") to keep the path icon.
Or maybe just an "Icon:" property for such UDCs ? :idea:
UDCs? You mean Catalog items.

Yes, I could add an Icon field.

tomuser
Posts: 135
Joined: 04 Dec 2009 18:52

Re: Questions about Catalog

Post by tomuser »

admin wrote: That's the script icon. I would have to add a new On-click action type ("go to in new tab") to keep the path icon.
Damn I'd like this. And I like this, talking directly with developer and who's actually reading and hearing users requests and even does these also. (y)

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Questions about Catalog

Post by admin »

But: Don't know when I find the time to do this.

Tip: You can open a location in a new foreground tab by clicking it with the middle button. Or hold Shift while left-clicking it.

calude
Posts: 355
Joined: 13 Aug 2008 10:16
Location: Switzerland
Contact:

Re: Questions about Catalog

Post by calude »

1) Is it possible somewhere in settings to make Catalog Tree automagically collapsed if another category is selected? I mean only one category is always opened.
--Snip---
1) not possible

come on Don :evil:
there have been several similar propositions! you even seemed to agree
please
An "auto-optimize" for the Catalog

Calude

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Questions about Catalog

Post by admin »

calude wrote:1) Is it possible somewhere in settings to make Catalog Tree automagically collapsed if another category is selected? I mean only one category is always opened.
--Snip---
1) not possible

come on Don :evil:
there have been several similar propositions! you even seemed to agree
please
An "auto-optimize" for the Catalog

Calude
Hey, this was a usage question, not a wish. Read the question again...

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Questions about Catalog

Post by j_c_hallgren »

tomuser wrote: And I like this, talking directly with developer and who's actually reading and hearing users requests and even does these also. (y)
That's a good part of the reason why so many of us LOVE this product (and Don as well!) because it's the interaction that helps make the product more usable to/for us...not like some skinny Steve guy in CA whose attitude is: this is the way I want it and you'll be happy with it... :P
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

Post Reply