• use the --use-ninepatch command flag to use nine patch images.
    
    Change-Id: Ie14eacdf938066343a1d75f6738a3c1dd65a7e81
    Chu Hoang authored
     
    Browse Dir »
  • By default, the application consist of 10 pages of 25x25 ImageActors.
    
    The default values can be modified using the following command line arguments:
     -r NumberOfRows  (Modifies the number of rows per page)
     -c NumberOfColumns (Modifies the number of columns per page)
     -p NumberOfPages (Modifies the nimber of pages )
     --use-imageview ( Use ImageView instead of ImageActor )
     --use-mesh ( Use new renderer API (as ImageView) but shares renderers between actors when possible )
    
    Change-Id: I8a54bd713672433a6f80726972f15d698509dbbe
    Ferran Sole authored
     
    Browse Dir »



  • Also fixes a bug where the checkbox of the first items was not being rendered
    
    Change-Id: I7d6b9edec90f1997dc1e9baab0c911e4bb5d74ff
    Ferran Sole authored
     
    Browse Dir »
  • * Added to test Font setting via Property system and system font changes.
    * 3 Initial TextLabels;
        first has no font set,
        second is set via the demo json style sheet,
        third is set via the SetProperty in code.
      Only the first should change when the system font changes to a different font
    * Pressing button creates a new TextLabel with the system font
    
    Change-Id: I9291797ba357979d9b3d85ab0d3a30a3fbd6c497
    Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
    Agnelo Vaz authored
     
    Browse Dir »





















  • - reimplement multivalue using more efficient union inside value
    - remove unnecessary asserts when types dont match
    - cleanup and sanitize scripting
    - remove unnecessary templates from GetEnum, added error handling
    
    Change-Id: If87d7eb6b5a0e3ff32f298cccc670b3f34dd091a
    Kimmo Hoikka authored
     
    Browse Dir »