Hi Chris
The issue is not because of launchpad config.
In your application while creating UI element use createId
new sap.m.Text(this.createId("textId"),...)
and retrieve using view.byId("textId")
Regards
Vidyadhar
Hi Chris
The issue is not because of launchpad config.
In your application while creating UI element use createId
new sap.m.Text(this.createId("textId"),...)
and retrieve using view.byId("textId")
Regards
Vidyadhar