Search found 2812 matches

by PeterH
17 Oct 2025 11:46
Forum: Tips & Tricks, Questions & Answers
Topic: Pressing toolbar button with script just shows the script, doesn't run it
Replies: 6
Views: 4796

Re: Pressing toolbar button with script just shows the script, doesn't run it

As WirlyWirly explained :tup: Maybe you should start reading a bit from Help [F1] There: Advanced Topics / Scripting The first few pages explain basics about script files ... Later on you can read parts you think you need, and (!) read (and understand) scripts of other people. It's a never ending pr...
by PeterH
03 Oct 2025 21:05
Forum: Other Software
Topic: Support for W10 ends on October 14, 2025.
Replies: 11
Views: 9265

Re: Support for W10 ends on October 14, 2025.

As far as I know it's rumored - that free extended support for one more year is / might be country dependent (i.e. not for all) - that with Rufus you can create a Win11 boot stick with options to install it on almost(!) every hardware (i.e. at least if it can run Win10. :tup: ) - though I've never t...
by PeterH
22 Sep 2025 20:45
Forum: Tips & Tricks, Questions & Answers
Topic: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Replies: 703
Views: 330893

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

admin wrote: 22 Sep 2025 17:08 FINALLY! :beer: :beer: :beer: (off booking a holiday...)
But not longer than 2 days :roll: :oops: :mrgreen:

OK - congratulations all the time :party:
by PeterH
09 Sep 2025 21:55
Forum: Bug Reports
Topic: [solved] Bug on Gettoken()
Replies: 2
Views: 8797

Re: [solved] Bug on Gettoken()

Thanks for the quick fix :tup: :beer:

Glad that my description was close to the real reason.
Had thought about some more testing, but I knew you are in advantage :whistle:
...having the source :P
by PeterH
09 Sep 2025 13:28
Forum: Bug Reports
Topic: [solved] Bug on Gettoken()
Replies: 2
Views: 8797

[solved] Bug on Gettoken()

Hi, I've found a :bug: on a rare situation with gettoken(): If: - the seperator is <crlf> :!: - flags is 1: return from start :!: - the last 2 tokens in the token-list are empty - index is -2 or smaller :arrow: one separator (and for index < 2 the last token) are missing The included script works *O...
by PeterH
06 Sep 2025 22:56
Forum: Bug Reports
Topic: Messed up UI on first start
Replies: 8
Views: 9677

Re: Messed up UI on first start

You are convinced you tried Various Information?
by PeterH
02 Sep 2025 23:00
Forum: Bug Reports
Topic: Refresh issue
Replies: 7
Views: 8061

Re: Refresh issue

Did you see admin's 2) ??
by PeterH
27 Aug 2025 21:43
Forum: Wishes
Topic: Notes or Descriptions Field for Scripts
Replies: 6
Views: 10679

Re: Notes or Descriptions Field for Scripts

you should read:
XY Help / Advanced Topics / Scripting / Comments

And you could have a look in other users scripts - you could always learn something.
(This never ends ... ... )
by PeterH
12 Aug 2025 11:46
Forum: Wishes
Topic: Disable Caching of One Directory
Replies: 21
Views: 7591

Re: Disable Caching of One Directory

Just to verify: did you, after one half of files didn't show the problem, continue with the other half of files?
by PeterH
21 Jul 2025 23:02
Forum: Tips & Tricks, Questions & Answers
Topic: Nested submenus in the Hamburger
Replies: 7
Views: 1586

Re: Nested submenus in the Hamburger

Hm - for me it's clear: you don't see the hamburger.
(Just guessing :shock: )
by PeterH
29 May 2025 22:05
Forum: Wishes
Topic: Try Script - no mechanism to save script
Replies: 5
Views: 3716

Re: Try Script - no mechanism to save script

Just to say: for often used scripts I directly use the XY-script folder. For tests I created a subfolder \test there. (More subfolders like \sub etc. can help on organization.) For a test I create a file, say tst1.xys in <xyscript>\test. Select this file in one pane - 'Enter' starts an editor on it....
by PeterH
29 May 2025 21:42
Forum: Wishes
Topic: Expansion of explode() and implode()
Replies: 3
Views: 6599

Re: Expansion of explode() and implode()

I couldn't expect more!

So thanks,
and much luck with TB and 64bit!
by PeterH
29 May 2025 15:22
Forum: Wishes
Topic: Expansion of explode() and implode()
Replies: 3
Views: 6599

Expansion of explode() and implode()

Hey - I'm just missing something... With explode() we can fill a list into an indexed array. I'd need the ability to fill a list with elements like 'name1=value1' into an associative array. E.g.: the output of SetLayout(, ';') Result would be like Explode($Apane[], SetLayout(, ';'), ';', 'a'); // 'a...