Sensory Answers Sensory Software International Ltd

How to make a Grid Set for distribution

There are a few features in The Grid that are particularly useful to people designing grid sets:

Choosing grid names and pictures

Giving the grids intelligent names and pictures makes it much easier for users to modify the grid set to link in their own vocabulary. When a cell is edited to jump to a grid, the name of that grid becomes the cell text, so it makes sense to use names that can appear unmodified - try to avoid abbreviations or punctuation that might trip up speech synthesisers.

Similarly, if a grid has a picture assigned to it then this picture will appear for all jumps to that grid, helping consistency and speeding up creation of new jumps. Assign a picture when you create the grid, and you can always change it later if you need to!

Action pictures

You can specify the action pictures (speak, erase, print, etc) to give consistency across the grid set. It is good to supply any pictures you have created for the grid set so that people can maintain consistence when expanding the grid set.

Grid set colours

(Applies to The Grid 1.1.0, WordWall 2.1.0 and later versions)
You can assign default colours for a grid set. When a user changes to that grid set, their action colours and user assigned colours (the bottom row of the palette) are overwritten with those that are defined for the grid set.

The user can then change these colours and the user's new colours will be saved for that user. The grid set default colours overwrite the user's colours only when the grid set is selected via the User Settings > Grid Set menu item.

There is no way to assign the grid set default colours from within the software. The colours are stored in the file initial.grd, in the root of the grid set. You will need to load this into a text editor, such as notepad. Below is an example of an initial.grd file containing colour information:

[grid set]
initial =Demo Start

[colours]
cellColour = 1
backgroundColour = 14737632
normalColour = 2023
talkColour = 8454143
jumpColour = 14467488
repeatColour = 16619887
ecuColour = 12632319
highLightColour = 255
sentenceCellColour = 16777215
sentenceBackgroundColour = 16744576
actionColour = 8421631

Custom Colour 1 = 10281174
Custom Colour 2 = 10024327
Custom Colour 3 = 2023
Custom Colour 4 = 14467488
Custom Colour 5 = -2147483643
Custom Colour 6 = -2147483643
Custom Colour 7 = -2147483643
Custom Colour 8 = -2147483643

The colours are in heidecimal. The easiest way to specify them is to choose all the colours you want for your current user, and then copy the appropriate lines from your user.ini file (where your current settings are stored). You do not need to specify every colour - only the colours you specify will be loaded.