Sarah Collie
Comments
-
Thread moved to new post here.
-
Hi Sean, The available generic context key terms are cell, screen, layer, control, group and app. Setting the context to the top level app will require full paths to your variables, but can access ...
-
As a note, Storyboard version 8.1 introduced the ability to use the IO Connector when creating tests using the Test Recorder. This makes it easier to use Storyboard IO events with data to progress ...
-
Official comment
A function has since been added to our Lua and Javascript APIs to measure the size of a rendered string: gre.get_string_size() sb.getStringSize()
-
Official comment
The current implementation (8.2) of gre.get_string_size requires font name, font size and text string as a minimum for measuring the dimensions of a string. The optional parameter of {wrapping = tr...
-
Official comment
Hello Adrian, It's hard to diagnose this problem without knowing more about your code and your workspace. Please capture a workspace error log by going to Help > About Crank Storyboard > Installat...
-
Hi Sean, Your assumption is correct, event handlers are run on a single thread regardless of what thread registered them. So any handlers that are blocking, like your data change, will block everyt...
-
Thanks for the feedback Michael, it was a pleasure working with you as well!
-
Official comment
Another way to achieve this color animation is by using the animation create tween functions in Lua and JavaScript, and applying them as custom animation rates. You can read more about this method ...
-
Official comment
To expand on the idea of sending multiple data points using a single 1s0 value, here is an example of using Lua to serialize tables into readable strings. Let's say we have an application that is s...