Not sure if I needed both but I was in a rush to get this out the door and
with these two changes the build then worked. I'll test later to see if I
can turn strings back on. But as I recall, it was the strings that were
giving me the problem initially. Yes, they were inside an eval() as there
are
Jim Hunter schrieb:
> I think I found it:
>
> APPLICATION_OPTIMIZE_STRINGS = false
> APPLICATION_OPTIMIZE_VARIABLES = false
>
> also, for anyone else looking for MAKE info, check out the Wiki at:
>
> http://qooxdoo.org/documentation/user_manual/application_mk
>
Right, these are the settings you nee
Hi Jim,
> I think I found it:
>
> APPLICATION_OPTIMIZE_STRINGS = false
> APPLICATION_OPTIMIZE_VARIABLES = false
Yes these settings do disable the optimizations.
But just out of curiosity: What kind of problems are you experiencing?
I ask, because with the APPLICATION_OPTIMIZE_STRINGS setting tu
I think I found it:
APPLICATION_OPTIMIZE_STRINGS = false
APPLICATION_OPTIMIZE_VARIABLES = false
also, for anyone else looking for MAKE info, check out the Wiki at:
http://qooxdoo.org/documentation/user_manual/application_mk
Jim
www.D4PHP.org
www.D4PHP-Hosting.com
On 5/8/07, Jim Hunter <[EMAI
These changes worked for that piece of code. But I am running into many
other places where optimization is causing issues. Is there a setting I can
provide that will NOT optimize the code? I am just making a beta version so
I don't care if it's not as small or 'tight' as I can get it, I just want
Excellent catch! I'll give that a try.
Thanks!!!
Jim
On 5/8/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote:
Peter Schneider schrieb:
> Hi Jim,
>
> it's the call to eval() that's causing the trouble.
> (sorry can't find the documentation to this issue...)
> The issue is the line (as you stated):
Peter Schneider schrieb:
> Hi Jim,
>
> it's the call to eval() that's causing the trouble.
> (sorry can't find the documentation to this issue...)
> The issue is the line (as you stated):
> eval('var f_' + x + '_' + y + ' = new
> qx.ui.tree.TreeFile(newValues[x][y])');
>
> Due to the fact that t
Hi Jim,
it's the call to eval() that's causing the trouble.
(sorry can't find the documentation to this issue...)
The issue is the line (as you stated):
eval('var f_' + x + '_' + y + ' = new qx.ui.tree.TreeFile(newValues[x][y])');
Due to the fact that the "variable optimization" replaced the 'x
I have an application that works fine while in individual files, but when I
did a MAKE BUILD I am getting very strange results. I fixed one problem but
a new one has popped up. I am getting an error stating 'Y' is undefined. The
problem is that Y is the VAR of a FOR loop and the line the error is