That makes sense. I was kind of going on this comment "at the moment, like gwt, pyjs always loads in a hidden iframe (for obscure compression reasons), so javascript vars won't see each other between pyjs and pure javascript."
I just don't understand enough about pyjs and iframe's and such to really understand what's going on with why the function isn't working despite seemingly running successfully. Matt On Sun, Feb 26, 2012 at 6:30 PM, Peter Bittner <[email protected]>wrote: > Hmm... > > 2012/2/27 Matt Kelly <[email protected]>: > > Either way it seems like the pure js needs access to content created via > > pyjs. Is there anyway to do this? > > There is the DOM that is modified by "pure javascript" and the "pyjs > javascript" (if you want so). There is no "content created via pyjs"; > it's always javascript that modifies one and the same DOM, either way. > > Peter >

