+++ BREAKING NEWS: XYplorer goes twinBASIC +++
-
- Site Admin
- Posts: 63844
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
What about the 3 file times on Info Panel / Properties? Look okay?
FAQ | XY News RSS | XY Bluesky
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
3 file times on Info Panel / Properties are OK.
-
- Site Admin
- Posts: 63844
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Am I the only one for whom it works? On two different machines and Windows versions?



FAQ | XY News RSS | XY Bluesky
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Windows 10 x64, XYplorer 27.90.0001 64-bit, US location, in a ::fresh instance
With a file selected I use this command in the address bar:
Here's the pop-up output:
With a file selected I use this command in the address bar:
Code: Select all
e "<prop #date.m><crlf><datem>", "<xyver> <xybitness>";
-
- Site Admin
- Posts: 63844
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Alright, so I'm not the only one!
But what causes the difference? Completely out of ideas...
But what causes the difference? Completely out of ideas...

FAQ | XY News RSS | XY Bluesky
-
- Posts: 4355
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 24H2 Build 26100.4351 at 100% 2560x1440
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Works for me as well on the latest Windows 11.
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
I changed my date/time format from Russian to US and both strings are the same now:
6/13/2022 12:39:24 PM
6/13/2022 12:39:24 PM
So it all seems to depend also on regional settings.
6/13/2022 12:39:24 PM
6/13/2022 12:39:24 PM
So it all seems to depend also on regional settings.
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Yes I mentioned it was related to regional settings in my OP, I have customized mine years ago to a 2 digit year (as pictured), maybe when using completely default regional settings it works ok. FYI as usual I was using fresh; in the screenshots I posted.
It's just strange everywhere else I could see in the UI was ok for dates, so I was inclined to think that it was something to do with the way SC property interprets dates.
It's just strange everywhere else I could see in the UI was ok for dates, so I was inclined to think that it was something to do with the way SC property interprets dates.
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
I noticed that the update download function seems to be placed in the main thread and is not asynchronous. If the network is poor during the download process, the entire program will become unresponsive. This situation should exist in all versions for at least the past year.
-
- Site Admin
- Posts: 63844
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
In my tests I only changed the date format, not the region. But changing the region makes the difference here.
A tricky one but I think I could successfully handle it. Looks like TB has a problem with the implicit date-to-string conversion when regional settings for date are changed. Tricky because sometimes there is no problem and it behaves correctly. E.g. after rebooting Windows. Hmm.
Anyway, I changed the implicit date-to-string conversion to an explicit one and things look good now.
A tricky one but I think I could successfully handle it. Looks like TB has a problem with the implicit date-to-string conversion when regional settings for date are changed. Tricky because sometimes there is no problem and it behaves correctly. E.g. after rebooting Windows. Hmm.
Anyway, I changed the implicit date-to-string conversion to an explicit one and things look good now.
FAQ | XY News RSS | XY Bluesky
-
- Site Admin
- Posts: 63844
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Not a twinBASIC problem, but twinBASIC will have the solution to it. It's on my list.AlphaGo wrote: ↑14 Jul 2025 03:27 I noticed that the update download function seems to be placed in the main thread and is not asynchronous. If the network is poor during the download process, the entire program will become unresponsive. This situation should exist in all versions for at least the past year.
FAQ | XY News RSS | XY Bluesky