Sarah Collie
Activity overview
Latest activity by Sarah Collie-
Sarah Collie created a post, Calling Lua functions in nested folders from Storyboard
The Lua Callback Action allows you to point to a global function located within a Lua file at the root of your project’s scripts directory. Global functions that live within sub-directories in scri...
-
Sarah Collie commented, Hi Sean, Ultimately, at this time, we do not have a solution for the case of using one animation to handle layer instance variables that span multiple screens and layer combinations. I am happy ...
-
Sarah Collie commented, Thread moved to new post here.
-
Sarah Collie commented, 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 ...
-
Sarah Collie commented, 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 ...
-
Sarah Collie commented, Official commentA 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()
-
Sarah Collie commented, Official commentThe 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...
-
Sarah Collie commented, Official commentHello 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...
-
Sarah Collie commented, 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...
-
Sarah Collie commented, Thanks for the feedback Michael, it was a pleasure working with you as well!