Search found 1235 matches

by autocart
19 Dec 2023 10:13
Forum: Wishes
Topic: Update the current list when program is activated
Replies: 15
Views: 952

Re: Update the current list when program is activated

I just realized, that as a workaround, you could use a really very simple AHK script to update XY at every window activation. #requires AutoHotkey v2+ while 1 { WinWaitActive("ahk_class ThunderRT6FormDC ahk_exe XYplorer.exe") ; Sleep 20 Send "{F5}" WinWaitNotActive("ahk_clas...
by autocart
18 Dec 2023 20:52
Forum: Bug Reports
Topic: missing icon and caption of ctb in catalog when ctb not in toolbar
Replies: 7
Views: 400

Re: missing icon and caption of ctb in catalog when ctb not in toolbar

Maybe this doesn't solve the issue totally, but you can get an icon if you use this format in the Caption block: Caption: Thumbnail Maintenance|:viewthumbs Location: ::button ctb39,1 BTW, your Location string is quite misleading in this context. It really can be anything, unrelated to toolbar butto...
by autocart
18 Dec 2023 20:50
Forum: Bug Reports
Topic: missing icon and caption of ctb in catalog when ctb not in toolbar
Replies: 7
Views: 400

Re: missing icon and caption of ctb in catalog when ctb not in toolbar

Wow, nice.
Thx, that really is my preferred solution.
I hoped for that but never tried it out because the help file specifically did not say anything like that.

So, then that would be a related bug report:
Help file needs to be updated in that area. :D
by autocart
18 Dec 2023 19:52
Forum: Bug Reports
Topic: missing icon and caption of ctb in catalog when ctb not in toolbar
Replies: 7
Views: 400

missing icon and caption of ctb in catalog when ctb not in toolbar

Hi Don, When I add a custom toolbar button to the catalog, e.g. via Location: ":ctb7" , then all looks ok at first. When I remove the button from the toolbar, then restart XY, then the catalog looks something like in the picture, the custom icon and caption are missing. The catalog button ...
by autocart
16 Dec 2023 12:48
Forum: Wishes
Topic: Update the current list when program is activated
Replies: 15
Views: 952

Re: Update the current list when program is activated

Julian wrote: 16 Dec 2023 11:37 I do not want to proove myself right here, I want to give the developer a possibility to track down this glitch.
Maybe I misunderstand you, but highend is supporting your case by showing in his GIF that you are correct.
by autocart
14 Dec 2023 22:16
Forum: Tips & Tricks, Questions & Answers
Topic: Automatically changing labels based on conditions??
Replies: 3
Views: 221

Re: Automatically changing labels based on conditions??

Ok, I was afraid that that might be the answer. Still, thank you, highend, for the confirmation. :tup:
by autocart
14 Dec 2023 20:44
Forum: Tips & Tricks, Questions & Answers
Topic: Automatically changing labels based on conditions??
Replies: 3
Views: 221

Automatically changing labels based on conditions??

Right now I have color filters based on the availabilty status (property #303) to reflect the online availabilty of OneDrive based files. But I realized that the color coding that reflects the availability should not occupy the name column (as color filters do), because in the name column the color ...
by autocart
04 Dec 2023 12:42
Forum: Tips & Tricks, Questions & Answers
Topic: Do I have to enable custom columns?
Replies: 15
Views: 396

Re: Do I have to enable custom columns?

Ok, that did the trick. Thank you, Don. It works now as I would hope for. You might want to consider having Configuration | Information | Tags | Also on Full Row Select ticked by default. Because I could reproduce my initial problem with a fresh instance, by just switching to "Details with Thum...
by autocart
04 Dec 2023 12:23
Forum: Tips & Tricks, Questions & Answers
Topic: Do I have to enable custom columns?
Replies: 15
Views: 396

Re: Do I have to enable custom columns?

In "Details with Thumbnails #1" view and Full Row Select turned ON?

If the click-trigger of Custom Columns works with these settings then I give really give up figuring it out.
Anyway, thx for testing.
by autocart
04 Dec 2023 12:13
Forum: Tips & Tricks, Questions & Answers
Topic: Do I have to enable custom columns?
Replies: 15
Views: 396

Re: Do I have to enable custom columns?

Ah, ok, trigger click on cc while Full Row Select is ON works with details view. But it does not work with details with thumbnails #1 view (which I started using as my default now). DON, are you there? I found some work for you. :mrgreen: :mrgreen: :mrgreen: :mrgreen: Just if you have time. And if i...
by autocart
04 Dec 2023 12:08
Forum: Tips & Tricks, Questions & Answers
Topic: Do I have to enable custom columns?
Replies: 15
Views: 396

Re: Do I have to enable custom columns?

ok, thx for your help again. I am glad for you if it works on your end. On my two machines it is very clear now: FRS ON -> cc click does nothing. FRS OFF -> cc click works as expected. But it's "ok". At least now I know and am not going crazy anymore. Would have been nice for it to work fo...
by autocart
04 Dec 2023 11:45
Forum: Tips & Tricks, Questions & Answers
Topic: Do I have to enable custom columns?
Replies: 15
Views: 396

Re: Do I have to enable custom columns?

Aaaahhhhrrrrgggg!!!!!!!!!!!!!!
Only "click" triggers did not work.
And why? -> Full row select!

Is there a solution to have both? Full row select and CC triggered by click?