Search found 15856 matches

by nikos
2024 May 25, 06:59
Forum: xplorer² Professional
Topic: v6 preview
Replies: 0
Views: 11

v6 preview

this is v6 ultimate, for all intents and purposes, although I still call it beta because it doesn't have translations early bird download: https://www.zabkat.com/test/xplorer2_setup64_ult_beta.exe I only fixed a few things and added MGAO3_NOMINECRAFT that shows normal large icons in minihelp there's...
by nikos
2024 May 25, 05:09
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.13 beta
Replies: 21
Views: 407

Re: xplorer2 v.5.50.13 beta

on the other hand think of the hand exercise you get by moving to a "remote" toolbar :)
by nikos
2024 May 25, 03:54
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.13 beta
Replies: 21
Views: 407

Re: xplorer2 v.5.50.13 beta

everything is possible but xplorer2 has a docking pane framework that doesn't allow toolbars in the middle, they must be on an edge. You can't have the addressbar vertical. Possibly normal button toolbars could be placed vertically, say on the left edge, but what would be the advantage?
by nikos
2024 May 24, 18:05
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.13 beta
Replies: 21
Views: 407

Re: xplorer2 v.5.50.13 beta

you can't have vertical toolbars, but you can hide them by right click
by nikos
2024 May 24, 07:05
Forum: xplorer² Professional
Topic: no checkboxes
Replies: 3
Views: 51

Re: no checkboxes

this is a feature added for the upcoming v6, it isn't available in your older version
download the beta version (see other forum posts) or wait a week or so, v6 should be out
by nikos
2024 May 22, 04:53
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.13 beta
Replies: 21
Views: 407

Re: xplorer2 v.5.50.13 beta

you know that you can actually DRAG the toolbars and move them all in a single row, right? (you can also right click on the TOOLBAR and pick autoarrange from the menu) in general having never used OC I cannot tell much about its pros and cons my personality and that of xplorer2 is of a "deconst...
by nikos
2024 May 21, 06:08
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.13 beta
Replies: 21
Views: 407

Re: xplorer2 v.5.50.13 beta

look, the last month you have been "negative Nancy" for both xplorer2 and me personally. At least I didn't go ad-hominem :)
by nikos
2024 May 21, 04:34
Forum: xplorer² Professional
Topic: checkboxes
Replies: 9
Views: 515

Re: checkboxes

they are here, try the beta
by nikos
2024 May 20, 15:33
Forum: xplorer² Professional
Topic: xplorer2 v.5.50.13 beta
Replies: 21
Views: 407

Re: xplorer2 v.5.50.13 beta

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

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: 24
Views: 607

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: 24
Views: 607

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: 24
Views: 607

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: 24
Views: 607

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: 24
Views: 607

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...