Search found 15844 matches

by nikos
2024 May 19, 10:43
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

Re: xplorer2 v.5.50.12 beta

I did actually check if the 33163 refreshes both panes in .12 since you admitted it was "probably an oversight" , but apparently you didn't think to fix that one. I saw a comment in my code from an earlier attempt to fix this "problem" and apparently something someplace else mus...
by nikos
2024 May 19, 10:15
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

Re: xplorer2 v.5.50.12 beta

probably not... use 32857 to tab next pane
ps. actually try sending it a refresh command directly, it should work without tabbing
by nikos
2024 May 19, 10:03
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

Re: xplorer2 v.5.50.12 beta

is that you Gandolf? :P taking this out of this world scenario to its extreme and final conclusion, here's how to work around the problem modify your script so that it uses the COMMAND that flips the hidden (not through options) then you only need an extra command to refresh the inactive view before...
by nikos
2024 May 19, 08:59
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

Re: xplorer2 v.5.50.12 beta

you can't have your cake and eat it!
and probably you are wrong because whichever way you flip the hidden attribute, the folder pane refreshes, which erases the selection
by nikos
2024 May 19, 05:59
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

Re: xplorer2 v.5.50.12 beta

did you try that macro sample I posted the other day, it does the state flipping for .12
as for the new minecraft style pixelation, beauty is in the eye of the beholder
by nikos
2024 May 18, 05:44
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

Re: xplorer2 v.5.50.12 beta

are you having any issues or recommendations with these beta versions?
I am thinking of wrapping it up shortly and release v6
by nikos
2024 May 15, 06:19
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.11 beta
Replies: 43
Views: 951

Re: xplorer2 v.5.50.11 beta

people in "authority" positions have little or no intelligence and they try to make it up with being autocratic b@stards
by nikos
2024 May 15, 06:06
Forum: xplorer² Professional
Topic: SVG previews
Replies: 4
Views: 80

Re: SVG previews

many things in xplorer2 are using IE in offline mode
by nikos
2024 May 14, 16:32
Forum: xplorer² Professional
Topic: SVG previews
Replies: 4
Views: 80

Re: SVG previews

the trusty internet explorer!
by nikos
2024 May 14, 10:00
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

Re: xplorer2 v.5.50.12 beta

future so bright I gotta wear shades 8)
by nikos
2024 May 14, 07:29
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 18
Views: 403

xplorer2 v.5.50.12 beta

almost there!
updated the documentation and some small things we discussed
https://www.zabkat.com/test/xplorer2_se ... t_beta.exe
by nikos
2024 May 13, 09:29
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.11 beta
Replies: 43
Views: 951

Re: xplorer2 v.5.50.11 beta

how's that for spaghetti?

Code: Select all

COMMAND 32974 # Options
WAITWND
FINDCLASS listbox
store $1
select beep
getitemtext 0 # this is 0 or 1
equal 1
jumpok untick
pop $1
settext 1
exit

label untick
pop $1
settext 0
by nikos
2024 May 13, 08:11
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.11 beta
Replies: 43
Views: 951

Re: xplorer2 v.5.50.11 beta

no, hidden files goes for all views, what happens is that command 33163 only refreshes the active view (another oversight I suppose)
I will add GETTEXT support for the fancy property control ...
by nikos
2024 May 13, 07:49
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.11 beta
Replies: 43
Views: 951

Re: xplorer2 v.5.50.11 beta

accessibility readers can use get_accState to "see" the existing item state, but you can't do that with any x2 macro commands :(

but for hidden files, don't bust yourself, search for HIDDEN in command finder, it's easy!
by nikos
2024 May 13, 05:41
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.11 beta
Replies: 43
Views: 951

Re: xplorer2 v.5.50.11 beta

I have you covered # property control (options) scripting # ------------------------------------ COMMAND 32974 # Options WAITWND # select tree category FINDCLASS WTL_PropertyTree SELECT General POP 0 FINDCLASS listbox # select option and use SETTEXT to change SELECT 1 # save settings SETTEXT "w...