Skip to content

Commit

Permalink
update osc gui
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed Oct 20, 2011
1 parent 16fa517 commit a414b11
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 135 deletions.
16 changes: 15 additions & 1 deletion data/OSC/002.js
Expand Up @@ -251,14 +251,28 @@ pages = [
{
"name": "refreshButton",
"type": "Button",
"x": 0.88, "y": .8,
"x": 0.88, "y": .7,
"width": .1, "height": .1,
"mode": "momentary",
"color": "#fc8000",
"stroke": "#7e4000",
"ontouchstart": "interfaceManager.refreshInterface()",
"label": "REFRESH GUI",
},
/* -- Button for enabling Menu/Toolbar */
{
"name": "tabButton",
"type": "Button",
"x": 0.88, "y": .81,
"width": .1, "height": .1,
"mode": "toggle",
"color": "#fc8000",
"stroke": "#7e4000",
"isLocal": true,
"ontouchstart": "if(this.value == this.max) { control.showToolbar(); } else { control.hideToolbar(); }",
"label": "MENU"
},



]
Expand Down

0 comments on commit a414b11

Please sign in to comment.