Avatar

Jamie Villeneuve

  • Total activity 403
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 1
  • Subscriptions 191

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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • 1 follower
    • 0 comments
    • 0 votes
  • Jamie Villeneuve created an article,

    gre.SCRIPT

    The argument passed to Storyboard if an entry script was specified with -olua,script=[file]

    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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_...

    • 1 follower
    • 0 comments
    • 0 votes
  • 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: ...

    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • 1 follower
    • 0 comments
    • 0 votes