Blank form after conversion

i have converted a previous nsbasic/app version(3.1) to current version. However some forms are display as blank even the objects were in the object list.

frmain.zip (3.5 KB)

Thanks
Teo

Try running your app in Chrome and opening up the Chrome Debugger. Any errors?

i found the problem.
in the form, there is a label which i set hidden=true. thus, I set it as hidden=false, all other objects were visible. Then i save the form and set it back to hidden=false again. Now all fine already

Thanks