~vcs-imports/eyeos/1.6

« back to all changes in this revision

Viewing changes to eyeos/apps/playground/playground.js

  • Committer: eyeos
  • Date: 2011-03-31 16:05:16 UTC
  • Revision ID: svn-v4:8c553ec3-4020-0410-92ea-9a3d4a83ea35:eyeOS/trunk:7179
Changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
                eyeos.callMessage(checknum, "throwException");
137
137
        }, this);
138
138
        p.add(myButton10);
 
139
 
 
140
        var myButton11 = new qx.ui.form.Button("Copy with FSI");
 
141
        myButton11.addListener("execute", function(e) {
 
142
                eyeos.callMessage(checknum, "copyWithFSI");
 
143
        }, this);
 
144
        p.add(myButton11);
139
145
//      var mySelectBox11 = new eyeos.ui.widgets.LocationSelectBox(checknum);
140
146
//      p.add(mySelectBox11);
141
147
//      var mySelectBox12 = new eyeos.ui.widgets.LocationSelectBox(checknum, "home:///MyCustomizedpath");