Search found 5 matches

by chris2mop
13 Jul 2018 16:19
Forum: Script Exchange
Topic: inputselect don't label first check box
Replies: 9
Views: 2818

Re: inputselect don't label first check box

Highend
I just copy the checksum from the browser and paste it in val input field.. that's it.
My primary objective was not to use input check box but radio button (unless i am wrong, i didn't find it in scripting commands
by chris2mop
11 Jul 2018 17:18
Forum: Script Exchange
Topic: inputselect don't label first check box
Replies: 9
Views: 2818

Re: inputselect don't label first check box

for jupe: my main goal was checksum validation
for highend:
view checksum ico
CheckSumIco.png
CheckSumIco.png (2.46 KiB) Viewed 2715 times
script file:
FileCheckSumTool_6.xys
(4.63 KiB) Downloaded 167 times
Note: first echo box can be disabled to start faster....
by chris2mop
10 Jul 2018 18:03
Forum: Script Exchange
Topic: inputselect don't label first check box
Replies: 9
Views: 2818

Re: inputselect don't label first check box

much more simpler. Select a file, than click the icon i added in xyplorer toolbar and CALC option gets all checksums (MD5...SHA512) for this file or VAL option to validate the file checksum. No need to choose what type is it, the validator auto select the type (MD5...SHA512) from the checksum string...
by chris2mop
10 Jul 2018 17:04
Forum: Script Exchange
Topic: inputselect don't label first check box
Replies: 9
Views: 2818

Re: inputselect don't label first check box

Thanks, it solved my problem. i didn't figure out that XYplorer controlled the style of the selections.... Btw, i have written a small script which calculate/check sum of a selected file (md5...sha512). This feature is implemented in some others file managers. If someone is interested, tell me. Chri...
by chris2mop
09 Jul 2018 17:05
Forum: Script Exchange
Topic: inputselect don't label first check box
Replies: 9
Views: 2818

inputselect don't label first check box

Hi there, I have the following piece of code: $what2do = inputselect("Check CALC to Calculate or VAL to Validate File CheckSum ".<crlf>."(MD5 or SHAxxx)","CALC|VAL",,2,,450,200); The first checkbox 1 has no label but a kind of protected datafield. The second one 2, is l...