You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2020. It is now read-only.
First of all, thanks for all your precious work on this great tool.
I am a colleague of @cls-nebadje and am about to continue our current Wt project.
For this I have built the WtDesigner on my Ubuntu-16.04 according to #3, i.e.:
manually built & installed Wt 3.3.5-rc2
manually built WtDesigner (tried both master and develop-uli-less-warnings branches)
Unfortunately I am running into at least one recurring error which I can't seem to get rid of. It is easily reproducible:
start WtDesigner (opening default dummy project)
select wt_root
add a new WSlider
select slider
change slider's maximum value to 100 (or any other number >10)
I then get a JavaScript Alert: Wt internal error; code: undefined, description: Unexpected number '3'
and the WtDesigner log shows the following verbose error message: wtDesigner.javascript.err.txt
After this trying to save the project naturally fails.
Do you have any idea what might be causing this error? Where should I be looking for the culprit? I would greatly appreciate any hints.