
Daniel Gonzalez
Activity overview
Latest activity by Daniel Gonzalez-
Daniel Gonzalez created a post, Change a Table Cell Property Based On a Positional Threshold
Some people wish to have their Table Cells change a certain property based on their position in the visible Table. From most use-cases it tends to be around changing the size of the elements inside...
-
Daniel Gonzalez created a post, How to trigger a Screen Transition from Lua
There are a couple of ways that a screen transition can be called from a Lua script. However I've found the simplest and most effective way is as follows: The first step is to create a new gde vari...
-
Daniel Gonzalez created a post, Staging Specific Glyphs For Export
Sometimes customers on resource-constrained platforms encounter an issue where specific glyphs appear to not render when they run their app on hardware. Usually the simplest explanation for this is...
-
Daniel Gonzalez created a post, Locating the Resource Export Configuration Window
Not to be confused with Storyboard’s Application Export Configurations, the Resource Export Configuration is the dialog used to set certain properties of your project’s resources. In this case the ...
-
Daniel Gonzalez created a post, How to use multiple fonts in one string
Using multiple fonts in a single string is only possible with the use of rich text. The RichText sample project that ships with Storyboard actually does have an example of this. If you have never i...
-
Daniel Gonzalez created a post, 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...
-
Daniel Gonzalez created a post, 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...
-
Daniel Gonzalez commented, Official commentHello Max, The Delta option means that when the transition is performed, just the layers that are differentbetween source and destination are what will be transitioned/animated when moving to the d...
-
Daniel Gonzalez created a post, 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...
-
Daniel Gonzalez created a post, 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...