"self#mainscreen.activate("screen[name=catalog]")" like (new RegExp("([$a-z]+[$a-z0-9]*)+(.([$a-z]+[$a-z0-9]*)+)*$","i"))
This deadlocks Sciter. Notice the $ in the end of the expression. Removing it removes the lock.
Regards.
"self#mainscreen.activate("screen[name=catalog]")" like (new RegExp("([$a-z]+[$a-z0-9]*)+(.([$a-z]+[$a-z0-9]*)+)*$","i"))
This deadlocks Sciter. Notice the $ in the end of the expression. Removing it removes the lock.
Regards.
Yep, I see the problem.
Seems like its time to change regexp engine to something else.
You must log in to post.