It took some searching as they are actually in the Welcome
PageLayout, not the Welcome
ModalLayout
The reason it doesn't work is because the AutoID/Name was checked on those two components. (it is checked by default as most of the time these type of object do not need to changed or accessed in code).
When
AutoID/Name is checked, the BANano transpiler will give them a random name (e.g. aedfgthj) instead of SKLabel1.
So, if you want to access these components in your code, just uncheck this box.
Made these changes and after clicking on 'Welcome page' in the side menu we'll get:
I see if I can add an extra chapter 'Troubleshooting' in the next version of the booklet. I was already planning an extra chapter specific on BANanoSkeleton anyway.
Alwaysbusy