Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I have created a custom widget for TWX using eclipse. i have created a property in ide.js file and in runtime.js i have function which gives a base64 value of an image as output. how can i update the property value with this variable value.
I have tried using this.setProperty() to update the property value, and the updated property value is displaying in console with this line this.getProperty(propertyname) after this.setProperty() line, but not changing if i bound the property to some label widget to check the change.
@jd_10946270 , I am not clear what you are trying to accomplish. I believe you are referring to the <app>ide.js and <app>runtime.js files. If you can post your Extension, I can review and see if there is some direction, which can be provided.