Search found 99 matches
- 2021 Feb 12, 12:47
- Forum: xplorer² Professional
- Topic: Float the preview panel using Keyboard shortcut?
- Replies: 6
- Views: 439
Re: Float the preview panel using Keyboard shortcut?
from: https://forum.zabkat.com/viewtopic.php?f=18&t=11952# for your (old) request, the CMENU macro command can now function with dock panes, so you can use code like CODE: SELECT ALL FINDWND preview CMENU float I have tried writing macros but have not sorted it out. This is what I am aiming for #---...
- 2021 Feb 07, 10:55
- Forum: xplorer² Professional
- Topic: here's the big one!
- Replies: 40
- Views: 576
Re: here's the big one!
Mouse peek - where in the advanced options is the setting to change the mouse-peek-preview size? what is it called? Was mouse peek intended to meet my request for a file-preview Dock/Float custom key? (the preview panel has the big benefit of being able to scroll through multiple pages , and to leav...
- 2021 Jan 18, 10:25
- Forum: xplorer² Professional
- Topic: #manatwork
- Replies: 42
- Views: 685
- 2021 Jan 18, 10:11
- Forum: xplorer² Professional
- Topic: #manatwork
- Replies: 42
- Views: 685
- 2020 Oct 29, 08:18
- Forum: xplorer² Professional
- Topic: can't download using chrome?
- Replies: 5
- Views: 136
Re: can't download using chrome?
I have loaded Chrome and repeated my tests today 2020-10-29 :- ........................................................................................Chrome.................. Desktop [1] https://www.zabkat.com/alldown.htm https://www.zabkat.com/chkupd.php?v=4.4 Ultimate 32.............................
- 2020 Oct 18, 12:10
- Forum: xplorer² Professional
- Topic: xplorer2 v4.5 final released
- Replies: 12
- Views: 585
Re: xplorer2 v4.5 final released
I have PMd you my IP address.
it does not seem to be part of your list.
sorry to hear about the @diots
it does not seem to be part of your list.
sorry to hear about the @diots

- 2020 Oct 18, 09:56
- Forum: xplorer² Professional
- Topic: xplorer2 v4.5 final released
- Replies: 12
- Views: 585
Re: xplorer2 v4.5 final released
Hi Nikos Thanks for your reply and blog post. I was using Chrome (in the UK). I did get the warning "xplorer2_setup64.exe is not commonly downloaded and could harm your computer" once, but I bypassed it. Subsequent download attempts (when the link responded at all) did not trigger the message. I hav...
- 2020 Oct 17, 11:50
- Forum: xplorer² Professional
- Topic: xplorer2 v4.5 final released
- Replies: 12
- Views: 585
Re: xplorer2 v4.5 final released
Hi Nikos, I do not normally have problems with downloading upgrades, but today 2020-10-17 Desktop [1] * Check for updates page https://www.zabkat.com/chkupd.php?v=4.4.0.1&p=1&x64=1&rr=X2.3-720E7DAF&rt=30660465 the Direct Download link ... does not respond [2] * you can download it from 'here' ... ht...
- 2020 Oct 10, 15:46
- Forum: xplorer² Professional
- Topic: Float the preview panel using Keyboard shortcut?
- Replies: 6
- Views: 439
Re: Float the preview panel using Keyboard shortcut?
ooooHH! how interesting; I had not noticed this before. my suggeston:- ID 32935 Float or Dock the quick previewer pane. ID 32936 Float or Dock the Tree ID 32937 Float or Dock the Details Pane etc.... or how about Assigned Key eg " ` " press once ..... Floats quickview panel press again .... Floats T...
- 2020 Oct 10, 09:22
- Forum: xplorer² Professional
- Topic: Float the preview panel using Keyboard shortcut?
- Replies: 6
- Views: 439
Re: Float the preview panel using Keyboard shortcut?
Hi Nikos, thanks for your reply, I do already use different Window-Layouts, but I would like to have a different Preview-Panel behaviour in all layouts. request/suggestion:- ~~~~~~~~~~~~~~~~~ please add to "Customise Keyboard" the option to Toggle Float/Dock the preview panel eg currently I have key...
- 2020 Oct 09, 09:49
- Forum: xplorer² Professional
- Topic: Float the preview panel using Keyboard shortcut?
- Replies: 6
- Views: 439
Float the preview panel using Keyboard shortcut?
I use the Preview panel extensively, I have 2 needs for the Preview Small view - to identify file content Large View - to allow full reading of content it is a nuisance to need to manually change between Panel-sizes and if I default to Large-size then the Preview panel takes up too much space. My wo...
- 2020 Jun 22, 14:19
- Forum: xplorer² Professional
- Topic: Macro to set Shortcut.lnk icon
- Replies: 14
- Views: 329
Re: Macro to set Shortcut.lnk icon
So my basic solution:- 1. Select *.ICO file 2. select target-shortcut-file.LNK ... second x2 pane 3. Copy&Paste into Address Bar ============================== >>wscript "Full-Path-and-Filename.vbs" "$G" "$F" eg ==================================================== >>wscript "A:\_myData\settings__Xpl...
- 2020 Jun 19, 17:38
- Forum: xplorer² Professional
- Topic: Macro to set Shortcut.lnk icon
- Replies: 14
- Views: 329
Re: Macro to set Shortcut.lnk icon
to run your VBS with arguments you must use the '>wscript xxx.vbs' method. Thanks, this solved it. if you want to debug/troubleshoot scripts, put some wscript.echo(xxx) to see what arguments are passed spent the day experimenting with this and discovered that the xplorer2 syntax which works for use...
- 2020 Jun 18, 16:44
- Forum: xplorer² Professional
- Topic: Macro to set Shortcut.lnk icon
- Replies: 14
- Views: 329
Re: Macro to set Shortcut.lnk icon
Hi Nikos, Thanks for your Reply [3] your solution of replacing the Second-parameter "$Q" with "$G" works Brilliantly :-) [1] my attempts to avoid using the console-window have not worked using the AddressBar: $ "C:\Users\mjb17\Documents\vbs__test__changeIcon.vbs" "$F" "$G" .......... works OK - for ...
- 2020 Jun 17, 16:31
- Forum: xplorer² Professional
- Topic: Macro to set Shortcut.lnk icon
- Replies: 14
- Views: 329
Re: Macro to set Shortcut.lnk icon
Hi Nikos, I have made big progress today :-) sufficient to complete my current tasks, Thank you for your help. there are however 3 aspects which I would like to improve:- Once the Script has finished:- [1] How can I close the X2-console? or simply return to the x2 window? [2] How can I automatically...