Skip to main content

Customizing the GUI App Screen Development Workflow Layout

· One min read

As your embedded application grows sometimes all those screens make it difficult to focus on a certain aspect of the GUI application. With Storyboard, you can customize the screens being shown and the actual layout of screens being developed to align to match how the screens are transitioned to within the final GUI application for a more intuitive development workflow.

Animating an Arc Tutorial

· 5 min read

Arcs can be used for many purposes, but are often used to show some form of progress. This tutorial will walk you through how to animate an arc to create a loading wheel, using two different methods. The first will use the start and end angles that define the arc to create a spinning wheel where the tail chases the head. The second will use the arc’s rotation to create a pinwheel-like animation.

Translation Tool Tutorial

· 9 min read

Translations are typically implemented towards the end of a project. In this scenario, you have been developing the app and filling in default text in a single language to be translated at a future time. Now that time has arrived and the translator is standing by to fill in alternative values for whatever languages will be supported. The following tutorial will walk you through the recommended workflow for exporting a translation database file for the translator to fill in and re-importing it into the project to view the translations in the app.