Search found 3271 matches
- 13 Sep 2025 02:18
- Forum: Bug Reports
- Topic: x64: Dialogs can get lost in Z-Order
- Replies: 1
- Views: 2287
x64: Dialogs can get lost in Z-Order
I know there are various window/focus issues yet to be resolved by twinBasic, but I have one that is easily reproducible so I thought I'd mention it since maybe it might lead to the cause of the others being more easily identified. So the easiest way to repro the one I am talking about is to have XY...
- 13 Sep 2025 01:38
- Forum: Bug Reports
- Topic: [solved] 32&64 : Visual Filter - No History via Scripting
- Replies: 7
- Views: 4409
Re: [solved] 32&64 : Visual Filter - No History via Scripting
Based on your statements I get the impression you rarely use VF or LF. The VF LF MRU being shared has been that way since the late v26 betas, or about 6+ months. And yes, thankfully VF MRU via SC filter has returned to its original behavior that had been around for at least 15 years until you decide...
- 23 Aug 2025 05:03
- Forum: Tips & Tricks, Questions & Answers
- Topic: [solved] names are not showing
- Replies: 2
- Views: 1829
Re: name are not showing
Configuration | Preview | Thumbnails | Show caption
- 23 Aug 2025 04:13
- Forum: Bug Reports
- Topic: [solved] 32&64 : Visual Filter - No History via Scripting
- Replies: 7
- Views: 4409
Re: 32&64 : Visual Filter - No History via Scripting
I have tried to work around the affects of this change, but I have to say I find it pretty inconvenient, I hate to ask, but I think one possible remedy might be to have a new flag for SC filter to keep the old behavior (ie. not add to the UI mru), is that something you would consider? TLDR ver: I us...
- 19 Aug 2025 04:03
- Forum: Script Exchange
- Topic: Need such a script which can rename below file names.
- Replies: 3
- Views: 1417
Re: Need such a script which can rename below file names.
You should collaborate with shuklaharshit75 since you both want the same script.
- 16 Aug 2025 02:59
- Forum: Bug Reports
- Topic: ThumbnailOverlayContent issues
- Replies: 7
- Views: 1858
Re: ThumbnailOverlayContent issues
Oh I thought the template shown in my last posts 1st gif, and the overlays demoed the template I was using, but the dialog does go past a little fast, conf("ThumbsOverlayContent", '<prop #164>'); I was only using that though so I could hide the captions and still show filetype for you. Bot...
- 15 Aug 2025 03:12
- Forum: Bug Reports
- Topic: x64: Config dialog Alt+ shortcut keys are non-functional
- Replies: 1
- Views: 933
x64: Config dialog Alt+ shortcut keys are non-functional
None of the Alt+? shortcuts seem to work in the config dialog,
I am still on .0025 but I assume it's the same in .0027.
I am still on .0025 but I assume it's the same in .0027.
- 15 Aug 2025 02:48
- Forum: Bug Reports
- Topic: ThumbnailOverlayContent issues
- Replies: 7
- Views: 1858
Re: ThumbnailOverlayContent issues
OK, I had another look at it, and yes I initially misdiagnosed it, the vid template isn't responsible, just having both a custom template and this enabled: Configuration | General | Menus, Mouse, Usability | Usability | Highlight hovered items But if you were testing in fresh, that would have been e...
- 14 Aug 2025 10:10
- Forum: Bug Reports
- Topic: ThumbnailOverlayContent issues
- Replies: 7
- Views: 1858
Re: ThumbnailOverlayContent issues
I thought that may happen.
You were definitely using a combo template like the last example I gave above, maybe on a faster pc u need to add extra vid props.
If you were it must depend on the codecs used, I was skeptical it was that though because my heic and avif codecs are from separate sources.
You were definitely using a combo template like the last example I gave above, maybe on a faster pc u need to add extra vid props.
If you were it must depend on the codecs used, I was skeptical it was that though because my heic and avif codecs are from separate sources.
- 14 Aug 2025 07:05
- Forum: Bug Reports
- Topic: ThumbnailOverlayContent issues
- Replies: 7
- Views: 1858
ThumbnailOverlayContent issues
Both bitnesses affected. When in a thumbnail view with dimension overlay enabled, for img formats that require a shell extension eg heic/avif etc I get strange flashing of the dimensions on off when scrolling or moving the mouse, as well as thumbs completely disappearing sometimes (eg at end of gif ...
- 13 Aug 2025 05:09
- Forum: Tips & Tricks, Questions & Answers
- Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
- Replies: 702
- Views: 281501
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Since you mentioned a release is imminent I thought I'd mention a few misc things I have noticed that aren't really worth separate bug reports. 1) When using x64 SC extracttext doesn't function without specifying the bitness, it still defaults to x86. Incidentally if possible I think it would be use...
- 29 Jul 2025 08:03
- Forum: Bug Reports
- Topic: Quicksearch size selector comparisons
- Replies: 2
- Views: 483
Quicksearch size selector comparisons
This issue seems to affect both bitnesses, and AFAICT has been around for years. I am getting some confusing returns when using the quicksearch size: selector with comparisons. I wrote up a quick repro, as an example when I run the repro, < has no return, and <= AND >= both contain the colored folde...
- 15 Jul 2025 23:54
- Forum: Bug Reports
- Topic: recase() - titlecase_exceptions_lower with empty = broken
- Replies: 4
- Views: 1149
Re: recase() - titlecase_exceptions_lower with empty = broken
I think it's since _keep was added, eg this should provide expected results:
text recase("the caMel BITES the horse.", "t", , "", "");
- 15 Jul 2025 12:27
- Forum: Tips & Tricks, Questions & Answers
- Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
- Replies: 702
- Views: 281501
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
You need to select a file first
- 15 Jul 2025 11:04
- Forum: Tips & Tricks, Questions & Answers
- Topic: Help: Call batch file from button
- Replies: 5
- Views: 1337
Re: Help: Call batch file from button
As explained in the scripting help file, indent multi line scripts by at least 1 space per line, 1st line is optional.