Can I write my own components in this app?
Can I add my own controls to the left bar?
Yes, you can add components.
Here is the documentation:
https://wiki.appstudio.dev/ToolBox_Files
I’m starting to dabble in creating controls. I created a simple one that creates a div with my settings. I based it on the system “Container.”
Besides “ToolBox Files,” is there anything else that helps me understand how to create controls myself?
That’s all the docs we have - it’s what we use ourselves when create controls.
Feel free to ask questions here!
I have the correct control.
In the Theme_aqi.json file, I have:
“_requiredfiles” : [
“Theme_aqi.css”,
“Theme_aqi.js”
]
But when I insert the control into the page and execute “Deploy to local folder,” the Theme_aqi.css and Theme_aqi.js files, which are located in the \My Documents\AppStudio Toolbox folder, are not transferred to the project’s output folder.
What can I do?
On AppStudio’s About page, there is View Log button. Does anything show up in the log?
Put the files in your project folder; then drag them into the Project Explorer, or list them in ExtraFiles in Project Properties.
