Quote from
luishp on February 28, 2024, 12:41 pm
@asmat the same problem you are facing have been reported more times but I'm unable to reproduce the issue here.
As the Web Component Manager is a very simple application only a few things may go wrong and it's probably read/write file permissions.
This is the VisualNEO Win code in the "From XML" button:
SearchStr "<?xml version" "[Clipboard]" "[result]" ""
If "[result]" "<>" "0"
FileWrite "[MyDocuments]VisualNeoWeb\Components\temp.xml" "All" "[Clipboard]"
asWcSetClipboardData "[MyDocuments]VisualNeoWeb\Components\temp.xml"
SetVar "[message]" "Success!"
Delay "3000"
SetVar "[message]" ""
Else
SetVar "[message]" "Error!"
Delay "3000"
SetVar "[message]" ""
EndIf
Would you be so kind to check your MyDocuments\VisualNeoWeb\Components\ folder and check if the temp.xml file is there?
Note that you can also download the component and load it later to the clipboard using the Load button.
Thank you!
@asmat the same problem you are facing have been reported more times but I'm unable to reproduce the issue here.
As the Web Component Manager is a very simple application only a few things may go wrong and it's probably read/write file permissions.
This is the VisualNEO Win code in the "From XML" button:
SearchStr "<?xml version" "[Clipboard]" "[result]" ""
If "[result]" "<>" "0"
FileWrite "[MyDocuments]VisualNeoWeb\Components\temp.xml" "All" "[Clipboard]"
asWcSetClipboardData "[MyDocuments]VisualNeoWeb\Components\temp.xml"
SetVar "[message]" "Success!"
Delay "3000"
SetVar "[message]" ""
Else
SetVar "[message]" "Error!"
Delay "3000"
SetVar "[message]" ""
EndIf
Would you be so kind to check your MyDocuments\VisualNeoWeb\Components\ folder and check if the temp.xml file is there?
Note that you can also download the component and load it later to the clipboard using the Load button.
Thank you!