Hugh Gibson wrote:
> You know what the next step is, don't you? A code editor, with immediate
> evaluation of changed code to see the effect on the demo. Just like
> wxPython.
>   
We already worked on that but ran into all kinds of problems, so removed
the relevant code again. The problem is injecting the modified code back
into the Iframe. If you are using 'document.write()' everything works
nicely for code immediately contained on the page. But all external code
(e.g. referenced through "<script src=...>") seems not to be loaded, so
you get "qx undefined". Furthermore, once you modified the source of the
the Iframe document, accessing the src attribute produces an error (at
least in FF), which means you cannot reload the original sample code
easily (you have to load another sample, the come back to the initial one).

So we backed out.

> [] doesn't work for string indexing in IE, and returns "undefined". You
> must use charAt.
>   
This has been fixed recently.

=Thomas


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to