Changes

Jump to navigation Jump to search

Changes in OS 3.6

3 bytes removed, 03:02, 7 May 2014
m
no edit summary
Line 1: Line 1: −
'''''The content of this page is not final and will be updated during the upcoming days :)'''''
  −
   
In version 3.6 of the Nspire platform, Lua Scripting changes can be found on the API side as well as on the software's SDK side.
 
In version 3.6 of the Nspire platform, Lua Scripting changes can be found on the API side as well as on the software's SDK side.
   Line 14: Line 12:  
If not setting a [[platform.apiLevel]] < "2.3", images can now be inserted as "Resources" that get embedded into the .tns file directly, instead of long strings stored directly within the script source.
 
If not setting a [[platform.apiLevel]] < "2.3", images can now be inserted as "Resources" that get embedded into the .tns file directly, instead of long strings stored directly within the script source.
 
Images can be inserted one by one or several at a time using a csv file (see manual). An image cannot exceed 3 MB.
 
Images can be inserted one by one or several at a time using a csv file (see manual). An image cannot exceed 3 MB.
 +
Example code to create an image from a resource image : ''myImage = image.new(_R.IMG.img_1)''
    
== API ==
 
== API ==

Navigation menu