Search found 15847 matches

by nikos
2024 May 20, 10:36
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.13 beta
Replies: 0
Views: 7

xplorer2 v.5.50.13 beta

just twiddling thumbs, waiting for the translations to come in...
https://www.zabkat.com/test/xplorer2_se ... t_beta.exe
* ctrl+C copy text in message dialogs (notify & confirmation)
* splitter bar drag handles
* check the demo video: http://zabkat.com/blog/xplorer2-v60-narcissus.htm
by nikos
2024 May 20, 07:34
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 22
Views: 459

Re: xplorer2 v.5.50.12 beta

I don't think toolbar buttons steal focus... anyway
instead of testing strings, use GetDlgCtrlID and compare with 0xE900 for left (works for scraps too). For miniscrap check its ID with spy++
by nikos
2024 May 20, 04:20
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 22
Views: 459

Re: xplorer2 v.5.50.12 beta

GetFocus().GetWindowText()=="left pane settings", easy
or control ID == 0xE900
by nikos
2024 May 19, 10:43
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.12 beta
Replies: 22
Views: 459

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: 22
Views: 459

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: 22
Views: 459

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: 22
Views: 459

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: 22
Views: 459

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: 22
Views: 459

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: 969

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: 85

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: 85

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: 22
Views: 459

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: 22
Views: 459

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: 969

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