Search found 855 matches

by FluxTorpedoe
21 Feb 2013 11:24
Forum: Script Exchange
Topic: Session Manager [v7.00]  —  Bookmark your environments: locations and/or display (tabsets and layout)
Replies: 512
Views: 244183

Re: Session Manager [v1.02]

@all Here's a new version: Session Manager v2.5 beta1 . (too lazy to update the first post now) :!: Requires XYplorer >~ v12.10+(?) (because of new "_Initialize" auto-load) Changelog: ! Fixed missing active session and menus under Win7 * Streamlined code to use "_Initialize" + A...
by FluxTorpedoe
21 Feb 2013 11:03
Forum: Wishes
Topic: Making Portable File Associations... portable? (pfa.dat)
Replies: 15
Views: 1810

Re: Making Portable File Associations... portable? (pfa.dat)

I guess I'm already abusing PFA when working 'locally'... so I always have to check/uncheck a few entries when changing computers. But if it's too much work for a minor result, no prob, forget it. :wink: Hmmm, I have a better idea that would certainly be VERY useful to most coders (the follow-up to ...
by FluxTorpedoe
21 Feb 2013 09:57
Forum: Wishes
Topic: Making Portable File Associations... portable? (pfa.dat)
Replies: 15
Views: 1810

Making Portable File Associations... portable? (pfa.dat)

Hi' As an XY portable user, I crave for an external PFA list, e.g. an editable pfa.dat - maybe others too? That way we could safely manage different PFA lists with scripts - whereas right now we have to mangle with XYplorer.ini. Don't know how much work that would imply, just throwing the idea... Ha...
by FluxTorpedoe
20 Feb 2013 07:50
Forum: Script Exchange
Topic: Power Opener [v3.40]   (formerly Power Launcher)
Replies: 21
Views: 19945

• Power Opener Changelog •

  • CHANGELOG: v3.30 — 2022-10-09 • Pending • +++ MiddleClick now available as another way to open items (Note: CEA "Middle click on file" must be edited) ++ Direct script now possible in PowerOpener.ini via ::script * Ini reference modified from self not working with external call (eg Col...
by FluxTorpedoe
19 Feb 2013 14:52
Forum: Wishes
Topic: A new default PFA - .xys
Replies: 4
Views: 615

Re: A new default PFA - .xys

Hi Marco, I know that's not exactly what you're after, but I spend most of my time being "portable", so I'm using a dedicated button to that extent. Your thread gave me the incentive to post my script "Power Launcher"; maybe it can be of some help as a makeshift. - After you've s...
by FluxTorpedoe
19 Feb 2013 14:19
Forum: Script Exchange
Topic: Power Opener [v3.40]   (formerly Power Launcher)
Replies: 21
Views: 19945

Power Opener [v3.40]   (formerly Power Launcher)

• DOWNLOAD:    — Latest version: Power Opener v3.40 — 2022-11-17 (publishing date)    — Changelog and previous versions: Power Opener Changelog ——————————————————————————— • TL;DR PURPOSE:     Assign various programs to open any file type, depending on the way you click on it or on Power Opener but...
by FluxTorpedoe
19 Feb 2013 12:02
Forum: Script Exchange
Topic: Session Manager [v7.00]  —  Bookmark your environments: locations and/or display (tabsets and layout)
Replies: 512
Views: 244183

Re: Session Manager [v1.02]

Neat! (& good to know)
I can already hear the perms in the playground: "We don't need no... evaluation!"
:twisted:
by FluxTorpedoe
18 Feb 2013 08:26
Forum: Script Exchange
Topic: Session Manager [v7.00]  —  Bookmark your environments: locations and/or display (tabsets and layout)
Replies: 512
Views: 244183

Re: Session Manager [v1.02]

@KindDebuggers ;) Well thanks for the feedback, that was it indeed: No more than 1 bold menu item under Win7! So everyone (under Win7) trying SM2 with "Layouts ON" couldn't see the active session... Dang! :( As for the options, some of them would disappear too (including the ReduceFlicker...
by FluxTorpedoe
17 Feb 2013 14:51
Forum: Bug Reports
Topic: Perm/global and native variables
Replies: 11
Views: 1041

Re: Perm/global and native variables

Ohhh okay, I really missed some wagons there! :wink:
And I also have to head into these new toys of "_Initialize" & Co... So I'll leave you to do the spadework while I'll get back to my homework! ;)
by FluxTorpedoe
17 Feb 2013 14:45
Forum: Script Exchange
Topic: Session Manager [v7.00]  —  Bookmark your environments: locations and/or display (tabsets and layout)
Replies: 512
Views: 244183

Re: Session Manager [v1.02]

Thanks klownboy and PeterH for your quick answers! I had forgotten/missed this "one bold(default) only". And indeed, SM2 and the Help script are working perfectly (i.e. showing everything) here under XP... Weird. What is weirder is that you can have SM2 working, but not the script, whereas...
by FluxTorpedoe
17 Feb 2013 14:24
Forum: Bug Reports
Topic: Perm/global and native variables
Replies: 11
Views: 1041

Re: Perm/global and native variables

Hmm, then I clearly misunderstood your question, sorry. I still don't know what you're pointing at, since in your last example you're again simultaneously declaring and assigning $b, instead of declaring it first. perm $a, $b; $a = "<xyscripts>"; echo "$a"; $b = "<xyscripts>...
by FluxTorpedoe
17 Feb 2013 14:12
Forum: Script Exchange
Topic: Power Filter [v1.0 alpha4]
Replies: 28
Views: 26455

Re: Power Filter [v1.0 alpha4]

Hi there! in Vista, Folders don't seem to be recognized as folders..."Hide Folders" does not hide them, and "Isolate" hides everything... Hmmm, maybe the attrib has a different name under Vista... I'll try and look into this issue, and maybe revert the code to the old one (still ...
by FluxTorpedoe
17 Feb 2013 13:51
Forum: Script Exchange
Topic: Session Manager [v7.00]  —  Bookmark your environments: locations and/or display (tabsets and layout)
Replies: 512
Views: 244183

Re: Session Manager [v1.02]

Hello again World! :ugeek: Glad to see the pace of XY's releases keeps getting us closer to the reality of FTL travels... :kidding: Anyway... With metrics of approximately 1400 lines containing 3800 words calling this effort a script seems an understatement of biblical proportion. Thanks GoldFinger....
by FluxTorpedoe
17 Feb 2013 13:24
Forum: Bug Reports
Topic: Perm/global and native variables
Replies: 11
Views: 1041

Re: Perm/global and native variables

Hi there, been a while! :) I ran into this situation before, and it looks like when simultaneously declaring and assigning a variable, its value (e.g. native vars) isn't evaluated. So I guess in general we'd better declare perms and globals first, then assign them. i.e.: perm $a; $a = "<xyscrip...
by FluxTorpedoe
10 Dec 2012 15:11
Forum: Script Exchange
Topic: Power Filter [v1.0 alpha4]
Replies: 28
Views: 26455

Re: Power Filter [v1.0 alpha4]

admin wrote:Not yet done, but will come a later version, next year.
Thanks for the info.
It was more out of curiosity as I was wondering if I'd missed a step. Because anyway, what we have covers a pretty huge ground already, between filters and power filters, and searches (and this script).