Search found 64 matches

by neil9090
16 Aug 2015 13:39
Forum: Bug Reports
Topic: ReadUrl not working correctly
Replies: 4
Views: 1113

ReadUrl not working correctly

I don't think it's my machine, but you never know, I am getting a problem with the ReadUrl function Tried 15.50.0206 beta ::msg readurl("https://my-pc.test/test.txt") // errors with URL not found (works in chrome) HTTPS issue ::msg readurl("http://my-pc.test/test.txt") // works w...
by neil9090
16 Jul 2015 14:06
Forum: Bug Reports
Topic: Hashing using script provides incorrect result (SHA-512)
Replies: 11
Views: 2122

Re: Hashing using script provides incorrect result (SHA-512)

It's a bit field. If he states that it's only used when 1 is set as well -> flags must be 3. Bad wording? I didn't try if flags = 2 is working on such a large string that you'd see a progress display in the status bar... <edit>: No, a single flag of 2 (at least) doesn't make much sense, a progress ...
by neil9090
16 Jul 2015 00:49
Forum: Wishes
Topic: Quickly show & compare file hash value
Replies: 1
Views: 823

Re: Quickly show & compare file hash value

Using the address bar you could type ::#198 or create a button to do the same or if you want a specific hash type, some simple script code like; ::text hash("sha512",<cc_item>,1) // no progress quicker // do not use ,2 as this if for TEXT (parameter 2) ::text hash("sha512",<cc_it...
by neil9090
16 Jul 2015 00:36
Forum: Bug Reports
Topic: Hashing using script provides incorrect result (SHA-512)
Replies: 11
Views: 2122

Hashing using script provides incorrect result (SHA-512)

The hep file mentions flags (bit field) 0: [default] String is data to hash. 1: String is a file spec whose contents to hash. 2: Show progress and allow break out by ESC. Only applied if "1" is also set. But if I do ::text "method 2: " . hash("sha512", ,2) for a file in...
by neil9090
14 Jun 2015 23:42
Forum: Tips & Tricks, Questions & Answers
Topic: Howto:Remote Control - WM_COPYDATA for VB.NET
Replies: 0
Views: 1179

Howto:Remote Control - WM_COPYDATA for VB.NET

Here is some demo code on how to send/control XYplorer from VB.NET Imports System.Runtime.InteropServices Public Class Form1 ' From XYplorer Help File - Scripting - RemoteControl Public Const xyRemoteControlId As Integer = 4194305 ' cds.dwData: 4194305 (0x00400001) ''' <summary> ''' Gets the handle ...
by neil9090
27 Dec 2014 02:18
Forum: Bug Reports
Topic: Issues with "Tag Cloud" feature
Replies: 23
Views: 4124

Re: Issues with "Tag Cloud" feature

Hi Don, Me again..sorry. Happy Holidays. Just using 14.80 and the Click and Search: Tags appears to have the same issue as before with tag names with spaces. i.e. Tag name with spaces are shown in the Category with spaces (as the tag has spaces) The properties does not put a caption in just the Tag ...
by neil9090
09 Nov 2014 20:26
Forum: Bug Reports
Topic: getpathcomponent($path, "base") wrong when folder has dot
Replies: 14
Views: 1715

Re: getpathcomponent($path, "base") wrong when folder has do

Just wondering if the logic should be to add an additional component fullpath, change behaviour of path just to return the path without server/drive would break many existing scripts so maybe pathonly component? component pathonly = folderpath fullpath = C:\folderpath path = folderpath echo GetPathC...
by neil9090
22 Jul 2014 23:54
Forum: Bug Reports
Topic: Issues with "Tag Cloud" feature
Replies: 23
Views: 4124

Re: Issues with "Tag Cloud" feature

Thanks Don for fixing the sort issue... looks good. Should have asked before but didn't notice as the tags where separate; can you add when generating the tag cloud list the caption of the tag name without the quotes... to explain; Cats "Cats and Dogs" Just looks inconsistent whether or no...
by neil9090
21 Jul 2014 22:53
Forum: Wishes
Topic: SC zip_extract overwrite option
Replies: 0
Views: 611

SC zip_extract overwrite option

One option missing from the script command is an overwrite parameter i.e. if i download the XY portable via download "http://www.xyplorer.com/download/xyplorer_full_noinstall.zip" when extracting the files via a script it prompts to overwrite; zip_extract(zipfile, path, [itemlist], [separa...
by neil9090
21 Jul 2014 22:33
Forum: Bug Reports
Topic: Paper Folders, Zombie Items selection issue
Replies: 5
Views: 1010

Re: Paper Folders, Zombie Items selection issue

keep, and improve zombies I use them when devices are off line... if you can set a flag for each item so that its found to be offline i.e. zombie, and flag is set do not do any further processing, etc.. not sure what events, triggers you have behind the scenes but obviously something is just effecti...
by neil9090
20 Jul 2014 23:32
Forum: Wishes
Topic: Tag Cloud, search and zombie search results
Replies: 0
Views: 666

Tag Cloud, search and zombie search results

1) I would like to be able to see file results like the paper folders zombie files based on a option ?tag:mytag /z or something files that have been tagged that maybe offline or removed but have this tag 2) Would it be possible to have search box under the "Tags" category (Tag Cloud) item ...
by neil9090
20 Jul 2014 23:17
Forum: Bug Reports
Topic: Paper Folders, Zombie Items selection issue
Replies: 5
Views: 1010

Paper Folders, Zombie Items selection issue

When selecting multiple items in XY it does unresponsive (zombie files allowed/showing) I can select multiple items via dragging a square over items wanting to be removed as a workaround. i.e. have some zombie (deleted items) in a paper folder open paper folder file click on a zombie item, takes a w...
by neil9090
20 Jul 2014 18:15
Forum: Bug Reports
Topic: Issues with "Tag Cloud" feature
Replies: 23
Views: 4124

Re: Issues with "Tag Cloud" feature

Hi Don, Now you have fixed the missing quotes it now sorts the tag cloud with the quotes at the top, i.e. some tags have spaces thus are required to be quoted and others are not, but the sorted catalogue tag cloudmeans that some of the tags are "at the top" and the others are below but are...
by neil9090
20 Jul 2014 18:05
Forum: Tips & Tricks, Questions & Answers
Topic: Newbie looking for Tag entry Tips or suggestion.
Replies: 10
Views: 2313

Re: Newbie looking for Tag entry Tips or suggestion.

Not sure if you have a folder or filename convention that would allow my autotag script to work. I created AutoTag http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=12110 This can parse a directory structure tagging files as it goes based on filename specification or a folder name specfication. (...
by neil9090
20 Jul 2014 17:58
Forum: Tips & Tricks, Questions & Answers
Topic: Howto: Enumerate INI Sections/Keys/Values from an INI file
Replies: 8
Views: 1727

Howto: Enumerate INI Sections/Keys/Values from an INI file

This is how you can enumerate INI sections/keys and key values. I found in a forum item how to get the first section in the INI, which was good, but then I found out the that returned getkey value also included any other section names. This was also true to keys which means you can also get all of t...