::goto prompt

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

::goto prompt

Post by jacky »

Quick question:

Code: Select all

v6.80.0060 - 2008-02-05 14:11 
    + Scripting command "goto": Now, if the destination could not be 
      reached you are prompted whether to continue the script or quit.
So what's the condition exactly ? cause a goto to a non-existing path gets the usual "location not found" error, then continues script. A location non-available on network just gets me to XY's usual "not available" screen on List, and script execution continues as well... :?
Proud XYplorer Fanatic

admin
Site Admin
Posts: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: ::goto prompt

Post by admin »

BTF! = (Bug! Thanks! Fixed!)

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Re: ::goto prompt

Post by jacky »

admin wrote:BTF! = (Bug! Thanks! Fixed!)
Yep, although it's a bit weird with network location, because the list gets its usual "not available" screen, but script exec continues. So commands like focus List and selpos a don't do nothing, the focus is somewhere else, and a command like copyto would possibly do things highly unexpected...

I would say that this too should abort script execution.
Proud XYplorer Fanatic

admin
Site Admin
Posts: 66431
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: ::goto prompt

Post by admin »

jacky wrote:
admin wrote:BTF! = (Bug! Thanks! Fixed!)
Yep, although it's a bit weird with network location, because the list gets its usual "not available" screen, but script exec continues. So commands like focus List and selpos a don't do nothing, the focus is somewhere else, and a command like copyto would possibly do things highly unexpected...

I would say that this too should abort script execution.
Yep, right. Will work in next version.

Post Reply