hi,

anyone using jsolait and qooxdoo in the same project?

jsolait (http://jsolait.net) has some nice features, including JSON-RPC and much more.

one of the features is stringformatting (see http://jsolait.net/wiki/documentation/core at the bottom of the page). but since a few days this does not work anymore, although i use the same version of jsolait since month's.

the "normal" way the jsolait-stringformatting works this way:

"%02d".format(8) == "08"

but, if you include "qooxdoo.js" AFTER jsolait the upper code looks like:

"%02d".format(8) == "8"

if i first include qooxdoo.js and then jsolait.js, it works again (this is my workaround).

does qooxdoo reset als "string extenions" from other libraries?

</usc>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to