Jamie Villeneuve
Activity overview
Latest activity by Jamie Villeneuve-
Jamie Villeneuve created an article, VIDEO: Connecting Lua Debugger to a Remote Target
The Storyboard development environment includes a Debugger to allow for stepping through your live code. By default, the Debugger is attached to your Simulator running on the desktop. This video d...
-
Jamie Villeneuve created an article, Release Notes 9.0.2
New and Noteworthy Storyboard Designer New text layout option (Bidirectional) that will automatically detect and shape text where appropriate New model object hierarchy that allows in...
-
Jamie Villeneuve created an article, Release Notes 9.0.1
New and Noteworthy Storyboard Designer New text layout option (Bidirectional) that will automatically detect and shape text where appropriate New model object hierarchy that allows infini...
-
Jamie Villeneuve created an article, Software Cursor Events
The following events relate to the rendering of the software cursor: gre.swcursor.enable Enables rendering of the software cursor. Data: No data payload gre.swcursor.disable Disa...
-
Jamie Villeneuve created an article, gre.action_trigger
gre.action_trigger(name, args) Trigger a Storyboard action by name with the provided arguments. Parameters: name: The name of the action to invoke args: A table of parameters for the action. Exam...
-
Jamie Villeneuve created an article, gre.SCRIPT
The argument passed to Storyboard if an entry script was specified with -olua,script=[file]
-
Jamie Villeneuve created an article, Release Notes 9.0
New and Noteworthy Storyboard Designer New text layout option (Bidirectional) that will automatically detect and shape text where appropriate. New model object hierarchy that allows infin...
-
Jamie Villeneuve created an article, gre.remove_data_listener
gre.remove_data_listener( listener ) Remove a previously added data listener Parameters: listener An id previously returned from gre.add_data_listener(). Example: local var_...
-
Jamie Villeneuve created an article, gre.add_data_listener
gre.add_data_listener( key, callback ) Add a data change listener. When the specified variable changes in the data manager, the provided callback function will be executed. Parameters: ...
-
Jamie Villeneuve created an article, Bidirectional Text
Rendering of bidirectional text now has experimental support, which can be enabled on a per-render extension basis by changing the "Layout Style" to "Bidirectional [Experimental]" in the propertie...