Daniel Gonzalez
Posts
-
Generate A Static String Map In C Header Exports
With the release of 8.0 came updates to various aspects of the export processes. One such addition is the ability to generate a static string map when exporting C/C++ Storyboard Embedded Resource H...
-
Improve Your Workflow - Terminal Sessions Inside Storyboard Designer
Often times during development you will be jumping back and forth between Storyboard and Terminal sessions.This could be because you're making changes to your Storyboard app, exporting to a target ...
-
3 Quality of Life Improvements in Storyboard 8.0
Some of the best additions with new software versions also happen to be the smallest.With the introduction of Storyboard 8.0 comes many quality of life changes that really make developing with Stor...
-
Export Storyboard IO Events as Lua and Java Script Files
Storyboard 8.0 has introduced the ability to export your Storyboard IO events to new file types instead of the standard C/C++ Header File.Namely: Lua and Javascript files. Take a look at the follow...
-
Arcs With Round End Caps
Some users have requested how they can go about making an arc progress bar that has round edges. Like what is seen in this image: There are a couple of ways you could go about creating this, but o...
-
Issues Simulating A Nested Project
When trying to simulate, some customers have encountered the error: "Project Selection Missing - A Storyboard project needs to be selected in order to simulate". This error can be very confusing e...
-
Playing an RTSP Stream via GStreamer-Backend
At the end of the GStreamer crash course article, it briefly mentions that If your stream uses rtsp then instead of filesrc you will use rtspsource, which ends up looking like: "rtspsrc location=[...
-
How to Send An Event From Your UI Without Using Lua
A customer once mentioned that for certain scenarios they found it a bit cumbersome to pass events using data from the frontend into Lua and then sending it to the back end. They remarked that it w...
-
How to Play a GIF Only Once Per Screen Transition
Some users have asked how to control GIF playback so that the gif does only loops once, but still plays every time a certain screen is shown. While there are a few ways to perform this, some are mo...
-
How to Play An Audio File
There are a number of different ways to achieve audio playback in your Storyboard project.It just mostly depends on your filetype. gra.audio The gra.audio action can be used to start or stop the as...