Use dynamic affectation polymer '$=' with in gwt ui binder

2015-11-27 Thread Cyril Souti
Hi, I would like to know I can use "$=" in uibinder xml file. example: in iron-list template. I have similar issue with polymer css mixin which starts by -- example: --paper-spinner-layer-1-color It produces compilation error. Thanks, -- You received this message because you are subscrib

Optimizing subjective performance accessing big celllists (kind of double buffering)

2015-11-27 Thread Jordi G. March
Greetings, I have a mobile app written in GWT/mgwt/PhoneGap and I'm suffering some sort of subjective performance degradation when accessing big celllists. This app is pretty similar to WhatsApp, and what they do to overcome this rendering issue is pretty simple: you click on the group you want

Re: Optimizing subjective performance accessing big celllists (kind of double buffering)

2015-11-27 Thread Jens
I would say: Don't render all available messages at once. Just render the latest 30 message and if the user wants to see older ones the user has to tap a "load older" button or you just load them when scroll panel reaches the near top. There is rarely a need to render everything up-front especi

Re: What is j2cl?

2015-11-27 Thread James Nelson
Ok. So, I have Map, how do I map that to goog.structs.Map? The closure objects do not behave 100% the same as the java objects, and if you expect your code to do the same thing on every platform (very common, reasonable expectation), then you can't pick an emulation library that is functional