I am changing the variable, in the widget that is using the customButtonWidget I created.
So I have a widget 2 Widgets
-
CustomButton Widget
-
ButtonUser Widget
CustomButton widget binds the text element of the button to a function, shown above as GetText_0
I created a variable called Button Text which is the return value of GetText_0
ButtonUser places multiple CustomButtons on the Canvas. The Button User will reflect any changes made to the CustomButton widget. In the ButtonUser widget clicking on a CustomButton shows the properties, which includes the Default->Button Text. Setting that property changes nothing.
I may be confused in one of the steps so I wanted to be clear what exactly I was doing.
