Unspecified error

2012-10-30 Thread PARAG
by: com.google.gwt.core.client.JavaScriptException: (Error): Unspecified error. description: Unspecified error. number: -2147467259 Thank you, Parag -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d

Re: Unspecified error

2012-10-30 Thread PARAG
Thanks Thomas for the quick reply, but that also does not give any clue. On Tuesday, October 30, 2012 2:55:13 PM UTC+5:30, Thomas Broyer wrote: On Tuesday, October 30, 2012 7:55:26 AM UTC+1, PARAG wrote: Hi, I am seeing following exception while double click on the application which

Re: Number format #

2011-02-25 Thread PARAG
Thanks Yegor. On Feb 24, 9:19 pm, Yegor yegor.jba...@gmail.com wrote: Hi, PARAG, Whether 0 is the correct result or not is debatable. After all, an empty string is not a number at all, therefore for number zero, the zero symbol itself is not a leading zero. Perhaps the documentation should

Number format #

2011-02-24 Thread PARAG
Hi, I have number format defined as #. For value 0 I am expecting it to be empty but it shows 0 value. Is any thing I can do here to get the correct behavior? Thank you -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Currency Symbol in NumberFormat

2010-10-26 Thread PARAG
Hi, I want to use custom number format which may contain currency symbol for perticular locale. I found that with the com.google.gwt.i18n.client.NumberFormat class we can achieve this but the symbol for the currency is ¤ instead of ¤ in java. Note that the unicode used is same as that of the

Re: Currency Symbol in NumberFormat

2010-10-26 Thread PARAG
it to be.  To see a live sample, go here and select the Currency pattern from the list: http://gwt.google.com/samples/Showcase/Showcase.html#!CwNumberFormat On Oct 25, 11:51 pm, PARAG paragbchaudh...@gmail.com wrote: Hi, I want to use custom number format which may contain currency symbol

JSArrayString in JavaSript

2010-08-06 Thread PARAG
JSArrayString does not return JavaScript Array it returns JavaScript Array-like object. If we add debug statement as JSArrayString instanceof Array it returns false but its contructor contains Array. Is anybody else got into this problem? -- You received this message because you are subscribed

Re: Distributing a fix to the customer

2010-07-15 Thread Parag Thakur
thanks Gal. On Jul 15, 11:42 am, Gal Dolber gal.dol...@gmail.com wrote: no really, you need to recompile and replace the all folder 2010/7/15 Parag Thakur para...@gmail.com hello, We need to provide a fix to a customer that's in our client side GWT code. Is there a way to avoid

Distributing a fix to the customer

2010-07-14 Thread Parag Thakur
hello, We need to provide a fix to a customer that's in our client side GWT code. Is there a way to avoid sending the entire ui folder again? Is there a way to distribute just the part that changed? thanks, Parag -- You received this message because you are subscribed to the Google Groups

Re: Redistributing GWT apps in a commercial software

2009-11-16 Thread Parag Thakur
thanks for the reply. No, we don't ship gwt-dev.jar. However it's not very clear if any of the code in gwt-dev.jar gets translated into javascript (like they mention happens for the BrowserDetect code).. --parag On Nov 12, 11:27 pm, Yozons Support on Gmail yoz...@gmail.com wrote: I'm

Re: Redistributing GWT apps in a commercial software

2009-11-16 Thread Parag Thakur
Thomas, Thanks! That's exactly what I was looking for. regards, Parag On Nov 17, 3:02 am, Thomas Broyer t.bro...@gmail.com wrote: On Nov 16, 8:06 am, Parag  Thakur para...@gmail.com wrote: thanks for the reply. No, we don't ship gwt-dev.jar. However it's not very clear if any

Redistributing GWT apps in a commercial software

2009-11-12 Thread Parag Thakur
. We do not plan to redistribute the GWT SDK. I did read the FAQ on this topic but that did not help. http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_Redistribution Any advice in this regard will be greatly appreciated! thanks, Parag -- You received this message because you

picklist avaliabe in GWT?

2009-09-05 Thread Parag
100 records, user does a next page to retrieve next 100 records.. 4) once a user selects a record thepanel closes and value is popuated back to the main panel. I have not seen any standard class do that so let me know if anyone has seen or built anything like that. Thanks, Parag