Hello,
I am a little bit confused.
In my Application.js I call my jobstatus.js like this:

var jobstatus = new myApp.jobstatus(UserID);
this.getRoot().add(jobstatus, {left:100, top:50});
btn1.addListener("execute", jobstatus.open, jobstatus);

In jobstatus.js I have the code for a table model Simple

I also want to test the Remote table model. For that I have the
"remotejobstatus.js"

Yesterday I had only the "jobstatus.js" which loads the remote table and
data, but now I have separated the simple model and the remote model.

The strange thing is. I I buld the source with
var jobstatus = new myApp.jobstatus(UserID);

The source version is ok. The simple table model is shown.
But the build version still opens the remote table. I do not understand why?
I have deleted the browser cache and also removed the old "build" directory,
then did the create build new.
Normally the remote tabel should be loaded only if I add;
var jobstatus = new myApp.remotejobstatus(UserID);

Is there any cache to delete in QX?

regards
Hans
-- 
View this message in context: 
http://old.nabble.com/Differences-between-source-and-build-version--tp30083804p30083804.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to