One of my objectives are the player can choose, view and edit the entries. If i load the whole dictionary into a single Text object i can't do this.... or i can?
For a better explain... the entries of the diary are organized in this way:
{"c2dictionary":true,"data":{"3102014161027":"Test diary text"}}
The numbers are a timestamp.
My point is the player can click on the timestamp and then view or edit.
My basic problem is how i can do to list all the timestamps with the ability to select individually and assign a action (view, edit or whatever)