Hello, just a cool suggestion here (not going to post in Ideas).
From my experience, Components need to be "configured" after they are imported into a new app. It would be AWESOME if the Component maker could pass some simple "Instructions" along with the component. These instructions could include the configuration code.
Example:
Responsive Screen Component: "cmpComponent"
- Custom Input Properties:
- cmpHeader
- cmpPrimaryColor
- Bar (Icon control) across component:
- Text: cmpComponent.cmpHeader
- Fill: cmpComponent.cmpPrimaryColor
- Instructions popup would read:
Steps to incorporate this Component.
1. Copy the following code to your apps OnStart or your screen's OnVisible property:
Set(varHeader, <enter your app name>);
Set(varPrimaryColor, <enter hex value>)
2. Select the Component in the Tree View
3. Set its properties accordingly:
- cmpHeader: varHeader
- cmpPrimaryColor: varPrimaryColor