How do you add read only block only properties for an extention in niotron IDE?
See post #2
.
1 Like
1 Like
If you don’t ask your question properly, I’ll unlist the topic.
1 Like
in niotron Java
class UsefulObjects
properties
null=null
undefined=undefined
Navn=NaN
functions
string function stringObj(Obj){
return string(Obj)
}
events
I’m not familiar with the Niotron IDE, but generally just remove the @DesignerProperty annotation, see also here
Taifun