Search found 12 matches

by Channing
15 Jul 2016 14:42
Forum: Bug Reports
Topic: Listary support broken?
Replies: 15
Views: 4769

Re: Listary support broken?

Thank you very much for adding the interface and releasing the new version so soon! :appl:
by Channing
15 Jul 2016 06:26
Forum: Bug Reports
Topic: Listary support broken?
Replies: 15
Views: 4769

Re: Listary support broken?

Thank you for the information. Listary gets the Address Bar handle by searching for edit boxes so it doesn't work as expected when LFB is visible. Unfortunately I can't use WM_COPYDATA because using the Addressing Bar seems to be the only way to open a folder in an existing XYplorer Free window. I c...
by Channing
24 Dec 2012 03:43
Forum: Wishes
Topic: Path representation in Address Bar - Use with Listary
Replies: 5
Views: 1341

Re: Path representation in Address Bar - Use with Listary

Hello Donald,

Currently Listary reads the path from the address bar text box directly for better compatibility. I'd very much like to know the correct approach to get the real path. Thank you in advance.
by Channing
05 Nov 2012 12:33
Forum: Tips & Tricks, Questions & Answers
Topic: Date comparisons, EU vs US vs rest of the world
Replies: 7
Views: 3187

Re: Date comparisons, EU vs US vs rest of the world

This proves difficult because datediff() assumes inputs styled according to the locale rules, as well as formatdate(). It seems that datediff() can recognize ISO date (YYYY-MM-DD e.g. "2012-11-05") correctly (i.e. ignoring the locale). Format your "date provided by the OS" and t...
by Channing
29 Oct 2012 15:33
Forum: Tips & Tricks, Questions & Answers
Topic: Run scripts from an external program?
Replies: 26
Views: 6986

Re: Run scripts from an external program?

Hello Don, Thank you for the update! There is a small issue yet: What if the user has enabled "Step Mode" (showing a sort of debug window for triggering a script manually command by command)? Hmmm... Doesn't sounds like a big problem. In my understanding "Step Mode" will only be ...
by Channing
25 Oct 2012 19:00
Forum: Tips & Tricks, Questions & Answers
Topic: Run scripts from an external program?
Replies: 26
Views: 6986

Re: Run scripts from an external program?

If you tell me what exactly you want to achieve by remote scripting, I might find an easier and safer way for you to do it. Here are a few things I need currently: Get the selected/highlighted file path in the current XYplorer instance. Then with one simple hot key press, Listary can help the user ...
by Channing
25 Oct 2012 17:58
Forum: Tips & Tricks, Questions & Answers
Topic: Run scripts from an external program?
Replies: 26
Views: 6986

Re: Run scripts from an external program?

I agree that WM_COPYDATA is the way to do inter-app communication, and passing a script (even a long one) this way should be no problem. However, I'm currently in the midst of what must be the biggest re-write in history (opening a 200,000 lines source code for Multilingual Support, with thousands ...
by Channing
25 Oct 2012 17:12
Forum: Tips & Tricks, Questions & Answers
Topic: Run scripts from an external program?
Replies: 26
Views: 6986

Re: Run scripts from an external program?

highend wrote:So we'll see a working Listary integration (in XYplorer) soon?
Yes, very soon :D
by Channing
25 Oct 2012 16:45
Forum: Tips & Tricks, Questions & Answers
Topic: Run scripts from an external program?
Replies: 26
Views: 6986

Re: Run scripts from an external program?

@Marco
Thank you, it works!

I'm thinking of instead of passing the script in command line, let my program passing it directly to the existing XYplorer instance in the same way the second XYplorer.exe does. XYplorer.exe does seem to use WM_COPYDATA to pass the command line parameters.
by Channing
25 Oct 2012 15:48
Forum: Tips & Tricks, Questions & Answers
Topic: Run scripts from an external program?
Replies: 26
Views: 6986

Re: Run scripts from an external program?

http://www.xyplorer.com/release_9.50.htm Hope this helps... ...and welcome to the board! Thank you very much for the information! Sorry that I didn't make it clear in my first post: I'd like to run many (tens of) scripts in the current instance of XYplorer, and these scripts may need to retrieve in...
by Channing
25 Oct 2012 15:26
Forum: Tips & Tricks, Questions & Answers
Topic: Run scripts from an external program?
Replies: 26
Views: 6986

Run scripts from an external program?

Hello everyone, I'm the developer of Listary , a utility that can provide great help for XYplorer users. For example, with Listary, you can: After any open/save file dialog pops up, you can press Ctrl + G to jump to the folder you're viewing in XYplorer directly. If you switch from any file dialog t...