@klownboy
Search found 4165 matches
- 06 Jul 2023 20:40
- Forum: Wishes
- Topic: Hide titlebar and menu
- Replies: 15
- Views: 5137
Re: Hide titlebar and menu
- 23 Jul 2022 21:25
- Forum: Other Software
- Topic: Best firefox addons
- Replies: 6
- Views: 2053
Re: Best firefox addons
not best, but the essential ones for me: https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/ https://addons.mozilla.org/en-US/firefox/addon/containerise/ https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browse...
- 17 May 2022 21:44
- Forum: Bug Reports
- Topic: crashes on wine (linux)
- Replies: 6
- Views: 1965
Re: crashes on wine (linux)
a small update: Error: 380 (0x0000017C) Desc: Invalid property value Dll: 0 Proc: InitControls@90 Source: XYplorer XY ver: XYplorer 23.00.0316 (Virgin) OS: Windows 7 Ultimate Edition N (Service Pack 1), 64-bit, Build 7601 Locale: 1033 (en-US) ANSI: 1252, ACP: ANSI Latin 1 Font: Segoe UI 9, Segoe UI ...
- 07 May 2022 11:48
- Forum: Script Exchange
- Topic: The Unofficial XYplorer Archive
- Replies: 307
- Views: 103263
Re: The Unofficial XYplorer Archive
After eight years, and more than 3600 builds, the Archive has grown to a noteworthy 14.9 GB - just shy of the Google Drive 15 GB limit, that will be reached with the addition of less than 20 builds. A huge thank you goes to all the contributors. But... Are we reaching the end? I don't know. The spa...
Re: RAD Basic
i just found this project: https://www.radbasic.dev/
hey don, any idea how this looks now? could this help break through the limitations of vbclassic?
hey don, any idea how this looks now? could this help break through the limitations of vbclassic?
- 30 Apr 2022 18:40
- Forum: Bug Reports
- Topic: crashes on wine (linux)
- Replies: 6
- Views: 1965
crashes on wine (linux)
(hey Don hey gang how are you doing) latest XYplorer seems to crash on start in wine on linux. i'll try troubleshooting, just sharing the error here in case you might have any clues. Error: 380 (0x0000017C) Desc: Invalid property value Dll: 0 Proc: Load@31 Source: XYplorer XY ver: XYplorer 23.00.020...
- 06 Apr 2022 04:54
- Forum: Script Exchange
- Topic: Folder Pane Preview
- Replies: 31
- Views: 11841
Re: Folder Pane Preview
Hi @WirlyWirly thanks for using the script. Unfortunately I'm not using XYplorer or WIndows anymore, but will try to look into this some time.
- 07 Apr 2020 08:09
- Forum: Wishes
- Topic: Directory preview
- Replies: 2
- Views: 1611
Re: Directory preview
not a built-in feature, but this script i wrote might also help: viewtopic.php?f=7&t=17968
might be a bit difficult to get started with, sorry.
might be a bit difficult to get started with, sorry.
- 06 Apr 2020 19:22
- Forum: Tips & Tricks, Questions & Answers
- Topic: [TOPIC CLOSED] +++ BREAKING NEWS: XY Switches Programming Language +++
- Replies: 254
- Views: 109280
Re: +++ BREAKING NEWS: XY Switches Programming Language +++
The code will be migrated from VB6 to .NET (VB / C#). :ugeek: that's one great news! (maybe prefer C# over vb.net) i'd be more than happy to alpha test on linux. ```rant I've got a big complaint about linux fms, this is as good a place to report it as any. I've often come across apps that work well...
- 28 Mar 2020 20:42
- Forum: Wishes
- Topic: Make XYplorer for Mac
- Replies: 6
- Views: 3445
Re: Make XYplorer for Mac
a weak voice cries by the threadside, "linux too...".
- 28 Mar 2020 20:40
- Forum: Other Software
- Topic: COVID-19
- Replies: 58
- Views: 27628
Re: COVID-19
hey hey, everyone's safe I hope. a lockdown was initiated over here last week while the transmission rate was miniscule, on paper . Stats look relatively good, on paper , but... well, staying alive yet. Although Bob Dylan: "I was born here and I’ll die here, against my will." Resonates.
- 28 Mar 2020 20:30
- Forum: Script Exchange
- Topic: XYCollector
- Replies: 4
- Views: 4465
Re: XYCollector
hello sir, xycollector script is excellent. how many items it can collect and what is the limitation? can you please modify this code to search playlist files like .m3u , .asx ,.dpl and .pls? it should import the above playlist files any of the .m3u , .asx ,.dpl and .pls and display each file names...
- 12 Jan 2020 07:32
- Forum: Script Exchange
- Topic: zump.xys - z-like recent locations jumping
- Replies: 3
- Views: 2965
Re: zump.xys - z-like recent locations jumping
v1.3.0
- fixed buggy application of permanent variables and inline options in tandem.
- added a permavar for the /r flag.
- slightly more helpful status messages.
- 09 Jan 2020 07:06
- Forum: Bug Reports
- Topic: Folder View Settings
- Replies: 3
- Views: 1630
Re: Folder View Settings
Right-click on the "F-Button".
pick "Edit...".
check "Visual filter". (If necessary, type your desired filter beneath that checkbox)
Click OK to save.
pick "Edit...".
check "Visual filter". (If necessary, type your desired filter beneath that checkbox)
Click OK to save.
- 14 Dec 2019 13:29
- Forum: Wishes
- Topic: Treat the text after the first dot as an extension
- Replies: 3
- Views: 1670
Re: Treat the text after the first dot as an extension
sure you can, it should extract to an "aaa.bar" file. $ gzip -d aaa.bar.gz a .tar.gz file is a gz (gzip) archive that contains a tar archive. Extracting the gz and tar both in one go is software magic. there's no header difference between a regular .gz file and a tar.gz file. Anyway, I sus...