Skip to content

Commit

Permalink
port to sencha
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff H committed Jul 9, 2013
1 parent aee339b commit 25b8292
Show file tree
Hide file tree
Showing 8 changed files with 120,347 additions and 11 deletions.
4 changes: 4 additions & 0 deletions www/js/e.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ var windowAddImage = function(tuple) {
var ImageHeight = tuple[4];
var Data = tuple[5].value;

console.log("Window add image: " + WindowID );

var img = "data:image/png;base64," + window.btoa(Data);

var Image = new Ext.Component({
Expand Down Expand Up @@ -267,6 +269,8 @@ function launchProcessing(tuple)
var Height = tuple[2];
var FuncName = tuple[3];

//console.log( "launchProcessing" , FuncName );

canvasWindow = new Ext.Window({
title: FuncName
,height:Height + 32 //132
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 25b8292

Please sign in to comment.