-
Notifications
You must be signed in to change notification settings - Fork 24
JavaScript Error #16
Comments
Hi Juan, |
Hi Juan, |
Hi, Were you able to reproduce the issue with the precompiled linux version? |
Unfortunately no, since my Ubuntu is running on 32-bit arch:
Is that a problem when building manually from sources? |
I am sorry, I was not able to reproduce the error. But since it says it is a javascript error, makes me think that maybe it is related to the resources used in a WtDesigner project. Have you tried overwriting your with the ones from the source code of this project? See if that helps? |
Thanks for the tip. Although I've been using the resources from your above mentioned source code all along, I tried overwriting the resources (also from newer wt versions). Unfortunately it doesn't help. I keep on getting Java Script errors when setting Slider maximum to ≠10. My current workaround is to leave it at 10, which at least allows me to save the |
Sorry I couldn´t be more helpful. And sure, any contribution is well received, please sent a pull request! |
Hi Juan,
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.:
ldd bin/WtDesigner/WtDesigner
: wtDesigner.ldd.txtUnfortunately I am running into at least one recurring error which I can't seem to get rid of. It is easily reproducible:
wt_root
WSlider
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.
Cheers,
Rolf
The text was updated successfully, but these errors were encountered: