Page 1 of 1

Questions about Catalog

Posted: 25 Jul 2010 13:16
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.

Re: Questions about Catalog

Posted: 25 Jul 2010 13:36
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:\");

Re: Questions about Catalog

Posted: 25 Jul 2010 13:49
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");

Re: Questions about Catalog

Posted: 25 Jul 2010 13:56
by admin
Try it with :: prefixed:

Code: Select all

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

Re: Questions about Catalog

Posted: 25 Jul 2010 14:07
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?

Re: Questions about Catalog

Posted: 25 Jul 2010 17:38
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.

Re: Questions about Catalog

Posted: 25 Jul 2010 17:49
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:

Re: Questions about Catalog

Posted: 25 Jul 2010 17:58
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.

Re: Questions about Catalog

Posted: 25 Jul 2010 18:08
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)

Re: Questions about Catalog

Posted: 25 Jul 2010 18:35
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.

Re: Questions about Catalog

Posted: 25 Jul 2010 18:40
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

Re: Questions about Catalog

Posted: 25 Jul 2010 18:43
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...

Re: Questions about Catalog

Posted: 25 Jul 2010 19:54
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