Hello,
The Properties tab in the settings window is blank when we try to create an app using AppStudio Desktop. This is happening on any app we try to create. How can we fix this?
Thank you
Jessica
Solved! Go to Solution.
Hi Jessica,
Thank you for raising this bug.
We have identified a fix for this issue, and it is scheduled to be included in the October 2022 update of AppStudio 5.4.
Until this fix is available, there is a work around that I can suggest to get the properties tab for your app.
{
"propertiesInfo": {
"title": "",
"categoryInfos": [
{
"title": "",
"propertyInfos": [
]
}
]
}
}
Now when you open the Settings tool in AppStudio and navigate to the Properties section, you should see two tabs. The first tab will be blank, and in the second tab the properties table should be available.
It might not be the best looking solution from a UI perspective at this point. But you should be able to enter properties for your app in this table, and access them within your app using
app.info.properties.<property name>
Hope this works for you.
Thanks,
Anshuman
Hi Jessica,
Thank you for raising this bug.
We have identified a fix for this issue, and it is scheduled to be included in the October 2022 update of AppStudio 5.4.
Until this fix is available, there is a work around that I can suggest to get the properties tab for your app.
{
"propertiesInfo": {
"title": "",
"categoryInfos": [
{
"title": "",
"propertyInfos": [
]
}
]
}
}
Now when you open the Settings tool in AppStudio and navigate to the Properties section, you should see two tabs. The first tab will be blank, and in the second tab the properties table should be available.
It might not be the best looking solution from a UI perspective at this point. But you should be able to enter properties for your app in this table, and access them within your app using
app.info.properties.<property name>
Hope this works for you.
Thanks,
Anshuman
Hi @JessicaWay1,
The above issue has been fixed on AppStudio 5.5. Please let us know if you can see the Properties tab in the app settings now.