Daniel Gonzalez
Posts
-
How to view a 3D model's variables
After importing your 3D model into Storyboard, you will see that it gets converted to an SSG filetype. SSG files are a lightweight conversion of 3D model file-types like FBX and OBJ. At first it ca...
-
How to control your application using only a keyboard
If you've ever opened the ScrollingTextEntry sample application that ships with Storyboard you will have noticed that it is possible to capture keyboard input. In the context of this sample it is u...
-
Where are iogen and iorcv located and how do I use them?
Often times when troubleshooting IO problems, we recommend using the iogen and iorcv utilities to strip Storyboard from the equation and work purely on the IO process. We have detailed documentatio...
-
Sending multiple strings in a single event
There may come a time during development when you wish to send multiple strings as part of an event payload. There are a few ways this can be achieved. One is by packing multiple 1s0's together lik...
-
Handling Multiple Screen Transitions
User Question: How does Storyboard handle screen transition requests whilst already processing an ongoing screen transition? I thought they would be queued within the application, but only one tran...
-
Loading My App on a Storyboard Demo Image
There are three steps to loading an application onto a Storyboard Demo Image. Flashing your board with the Demo image. Exporting/Moving your application onto the board Launching your application ...
-
'Go to Line' Command
Since Storyboard Designer is Eclipse-based, the same Eclipse commands you may already know can also be used with Designer.For example, if you wish to navigate to a specific line number in your code...
-
Adjust VSync
User question:"Is there a way to enable VSync in Storyboard?"Answer:the render_mgr has an option for modifying how often the Storyboard Engine posts per vsync.the option is: -orender_mgr,swapinter...
-
Generate a list of the controls in a layer in Lua
User Question: I need to iterate over a set of controls within a layer to resize and move the controls dynamically. I've looked and looked and can't find an example of either getting a list or iter...
-
Exporting a .GAPP from the Command Line using an Export Configuration
User Question: I have a export configuration file to export to some target directory When I am passing the name of this configuration file to Storyboard.exe as documented in "Exporting from the Com...