Access ewo properties from panel script
Posted: Fri Sep 20, 2019 11:04 am
Hello,
I am working on a new panel. In this panel I am using one of my (old) ewo.
In other panels I can access the property of this ewo simply with:
<myEwoName>.<propertyName>
and I can set it with:
<myEwoName>.<propertyName> = propertyValue;
but with my new panel I got new error :
"In "-dot notation-()": Object "<myEwoName>" does not exist"
Is it related to the version of my panel:
New panel header:
V 14
1
LANG:1 17
Old panel header:
V 14
2
LANG:1 0
LANG:10001 0
What is the meaning of "1" or "2" just below "V14"
I am working on a new panel. In this panel I am using one of my (old) ewo.
In other panels I can access the property of this ewo simply with:
<myEwoName>.<propertyName>
and I can set it with:
<myEwoName>.<propertyName> = propertyValue;
but with my new panel I got new error :
"In "-dot notation-()": Object "<myEwoName>" does not exist"
Is it related to the version of my panel:
New panel header:
V 14
1
LANG:1 17
Old panel header:
V 14
2
LANG:1 0
LANG:10001 0
What is the meaning of "1" or "2" just below "V14"