Hi everyone, I'm trying to create some smart objects to show several devices. These smart objects appearance must be similar: buttons for managing them are always the same, lamps for showing device status are always the same, fields for modifing values are always the same, ...
My intention is to do an smart object for buttons, another one for lamps, another one for fields, ..., etc. Then, I reference these smart objects inside a smart object for one concrete device and I create each lamp, button, ... I need using the reference to previous smarts objects created.
This way, I can modify the aspect for all the components just modifing the smart object of the component (lamp, button, ...) . I can add funcionallities, change aspect or fix anything in the same way.
The issue I'm experiencing is the following: When I add a second button (two instances of the same SOT) with the properties Text and Function released, and I want to show a different text for each button, both buttons are showing the same text.
Could anybody explain it?
Let me know if you have ideas—all help is welcome!