Pure GWT LiveGrid

2009-05-04 Thread Andrej Harsani
Searching for open source pure gwt LiveGrid. LiveGrid is must if application needs to display big data sets (1000), it simply replace classic pager with grid slider which loads and render data on demand. --~--~-~--~~~---~--~~ You received this message because you

FastStringMap is not public class

2008-10-17 Thread Andrej Harsani
Hi, I want to use FastStringMap instead of HashMap, due to 4x better performance. I have to copy this class, is there a reason why its visibility is default? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: FastStringMap is not public class

2008-10-17 Thread Andrej Harsani
I'm talking about com.google.gwt.user.client.ui.FastStringMap - class which is already in GWT... On Oct 18, 1:16 am, kozura [EMAIL PROTECTED] wrote: Only a small subset of the Java library is emulated for use on the client side;

Re: GWT copy protection

2008-10-04 Thread Andrej Harsani
What is the reason of copy protection? You can protect both content or application itself on server side. I hope you don't need to protect client side of application - because it is obfuscated and without server side useless. Andrej On Oct 4, 10:10 am, rov.ciso [EMAIL PROTECTED] wrote: Good

Re: GWT SITE? (example)

2008-10-03 Thread Andrej Harsani
check this out: http://www.demo.qualityunit.com/pax4/merchants/ Andrej www.gwtphp.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT Timers - say no to it with IE

2008-10-02 Thread Andrej Harsani
in gwt 1.5 Timers works OK in IE7. what IE and GWT version are you using? could you post test case? our application use Timers, you can check it here: Andrej http://www.gwtphp.com/ On Oct 2, 3:19 pm, Ivan [EMAIL PROTECTED] wrote: Hello everybody, I have encountered one problem:  it's

Re: Troubles linking GWT and php server using JSon

2008-10-02 Thread Andrej Harsani
Hi, I suggest to use your Apache (with configured php) instead of tomcat running at port . Open you module's *.launch file and use something like this: stringAttribute key=org.eclipse.jdt.launching.PROGRAM_ARGUMENTS value=-out www com.op.Portail/{module}.html -noserver -port 80/ -noserver