Hello,
I'm using the SyntaxEditor in order to edit code section and I want the code to be valid. If the code does not compile I want to show an error to the user.
I want to check the code in the Validating event and if there is an error show it to the user and prevent him from the leaving the field (unless he wants to revert to the old value)
Is there a nice way to display the compilation error (inside the component and not a message box)?
Thanks.
I'm using the SyntaxEditor in order to edit code section and I want the code to be valid. If the code does not compile I want to show an error to the user.
I want to check the code in the Validating event and if there is an error show it to the user and prevent him from the leaving the field (unless he wants to revert to the old value)
Is there a nice way to display the compilation error (inside the component and not a message box)?
Thanks.