Howto:Implementing a simple GCA system: Difference between revisions

Jump to navigation Jump to search
Line 256: Line 256:
[[File:Extended-gca-dialog.png|thumb|Extended GCA dialog showing additional configuration options]]
[[File:Extended-gca-dialog.png|thumb|Extended GCA dialog showing additional configuration options]]


Once the underlying script is working well enough, we can look into providing a GUI on top of the script using the Canvas GUI library:  
Once the underlying script is working well enough, we can look into providing a configuration GUI on top of the script using the Canvas GUI library:  
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
var (width,height) = (320,350);
var (width,height) = (320,350);

Navigation menu