How do you add properties?

How do you add read only block only properties for an extention in niotron IDE?

See post #2.

grafik

1 Like

How do you add properties? how?

1 Like

:upside_down_face: :upside_down_face: :upside_down_face:

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