Howto talk:Implementing a simple GCA system: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 September 2017

23 September 2017

14 September 2017

  • curprev 17:5517:55, 14 September 2017Hooray talk contribs 6,257 bytes +6,257 Created page with "<syntaxhighlight lang="nasal"> io.include("gca.nas"); ### # # UI code starts here # ### var (width,height) = (320,450); var title = 'GCA Dialog '; var window = canvas.Wind..."