May not be "pretty" but is simple and works just fine.
In case u r worrying about the CPU: No issue in ahk.
Search found 1221 matches
- 19 Dec 2023 10:52
- Forum: Wishes
- Topic: Update the current list when program is activated
- Replies: 15
- Views: 490
- 19 Dec 2023 10:13
- Forum: Wishes
- Topic: Update the current list when program is activated
- Replies: 15
- Views: 490
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...
- 19 Dec 2023 09:07
- Forum: Bug Reports
- Topic: missing icon and caption of ctb in catalog when ctb not in toolbar
- Replies: 7
- Views: 167
- 18 Dec 2023 22:05
- Forum: Bug Reports
- Topic: missing icon and caption of ctb in catalog when ctb not in toolbar
- Replies: 7
- Views: 167
- 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: 167
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...
- 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: 167
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.
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.
- 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: 167
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 ...
- 16 Dec 2023 12:48
- Forum: Wishes
- Topic: Update the current list when program is activated
- Replies: 15
- Views: 490
- 14 Dec 2023 22:16
- Forum: Tips & Tricks, Questions & Answers
- Topic: Automatically changing labels based on conditions??
- Replies: 3
- Views: 160
Re: Automatically changing labels based on conditions??
Ok, I was afraid that that might be the answer. Still, thank you, highend, for the confirmation.
- 14 Dec 2023 20:44
- Forum: Tips & Tricks, Questions & Answers
- Topic: Automatically changing labels based on conditions??
- Replies: 3
- Views: 160
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 ...
- 04 Dec 2023 12:48
- Forum: Tips & Tricks, Questions & Answers
- Topic: Do I have to enable custom columns?
- Replies: 15
- Views: 233
- 04 Dec 2023 12:42
- Forum: Tips & Tricks, Questions & Answers
- Topic: Do I have to enable custom columns?
- Replies: 15
- Views: 233
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...
- 04 Dec 2023 12:23
- Forum: Tips & Tricks, Questions & Answers
- Topic: Do I have to enable custom columns?
- Replies: 15
- Views: 233
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.
If the click-trigger of Custom Columns works with these settings then I give really give up figuring it out.
Anyway, thx for testing.
- 04 Dec 2023 12:13
- Forum: Tips & Tricks, Questions & Answers
- Topic: Do I have to enable custom columns?
- Replies: 15
- Views: 233
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...
- 04 Dec 2023 12:08
- Forum: Tips & Tricks, Questions & Answers
- Topic: Do I have to enable custom columns?
- Replies: 15
- Views: 233
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...