Unspecified error

2012-10-30 Thread PARAG


Hi,

I am seeing following exception while double click on the application which 
intern opens the GWT application, Can you please help me to avoid this kind 
of expections.

com.google.gwt.core.client.JavaScriptException: (Error): Unspecified error. 
description: Unspecified error. number: -2147467259(-:-) 2012-10-30 
12:00:11,703 [ERROR] ERR_FORMRUNNER_UNCAUGHT: java.lang.RuntimeException: 
com.google.gwt.core.client.JavaScriptException: (Error): Unspecified error. 
description: Unspecified error. number: -2147467259at 
Unknown.fillInStackTrace(Unknown Source)at 
Unknown.RuntimeException_2(Unknown Source)at 
Unknown.handleError(Unknown Source)at Unknown.entry0(Unknown Source)
at Unknown.anonymous(Unknown Source)at Unknown.anonymous(Unknown 
Source)at Unknown.apply(Unknown Source)at Unknown.entry0(Unknown 
Source)Caused 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/msg/google-web-toolkit/-/8QWA7gkr0LgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 intern opens the GWT application, Can you please help me to avoid 
 this kind of expections.

 com.google.gwt.core.client.JavaScriptException: (Error): Unspecified 
 error. description: Unspecified error. number: -2147467259(-:-) 2012-10-30 
 12:00:11,703 [ERROR] ERR_FORMRUNNER_UNCAUGHT: java.lang.RuntimeException: 
 com.google.gwt.core.client.JavaScriptException: (Error): Unspecified error. 
 description: Unspecified error. number: -2147467259at 
 Unknown.fillInStackTrace(Unknown Source)at 
 Unknown.RuntimeException_2(Unknown Source)at 
 Unknown.handleError(Unknown Source)at Unknown.entry0(Unknown Source)
 at Unknown.anonymous(Unknown Source)at Unknown.anonymous(Unknown 
 Source)at Unknown.apply(Unknown Source)at Unknown.entry0(Unknown 
 Source)Caused by: com.google.gwt.core.client.JavaScriptException: (Error): 
 Unspecified error. description: Unspecified error. number: -2147467259


 Unspecified errors are unfortunately hard to track down (if IE cannot 
 even tell you what went wrong…)
 First, recompile your app with emulated stacktraces: set-property 
 name=compiler.stackMode value=emulated/ and/or -style PRETTY or -style 
 DETAILED.
 See also http://code.google.com/p/google-web-toolkit/issues/detail?id=5181
  


-- 
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/msg/google-web-toolkit/-/OGkVAh10HI8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 clarify that only leading zeros of
 the whole portion and trailing zeros of the fraction portion of the
 number will show as absent, not just any zero symbol.

 As for solution for your problem, just put an if statement:

 if (num == 0) {
   return ;} else {

   return formatter.format(num);

 }

 Yegor

 On Feb 24, 1:45 am, PARAG paragbchaudh...@gmail.com wrote:

  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 group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 java (\u00A4). Any idea about
this?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Currency Symbol in NumberFormat

2010-10-26 Thread PARAG
Hi Jim,

Thanks for looking into it. But still I have a problem, when in the
custom format I use just ¤ then in the output I am getting ? and when
I use ¤ then I get US$. Note that I do have UTF-8 encoding in the
browser.

On Oct 27, 1:23 am, Chris Conroy con...@google.com wrote:
 Jim,

 Thanks for pointing out this problem. jat has just committed a 
 fix:http://code.google.com/p/google-web-toolkit/source/detail?r=9150

 On Tue, Oct 26, 2010 at 3:47 AM, Jim Douglas jdou...@basis.com wrote:
  I think you're getting thrown by a small character encoding error on
  that documentation page:

 http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g...

  The page will display correctly if you force it to display in UTF-8.
  To do that, select something like View-Encoding-Unicode (UTF-8) from
  your browser menu.

  The pattern character is exactly what you expect 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
   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 java (\u00A4). Any idea about
   this?

   Thank you.

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

 --http://ajax-development.blogspot.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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 not an expert (or even a lawyer ;), but most of the third-party stuff
 appears to be related to gwt-dev.jar.  Heck, I don't even know what that JAR
 is since it's not in my WEB-INF/lib.  I only have gwt-servlet.jar and that
 has no third-party stuff so it's just under the Apache 2 license you expect
 of GWT.

 My guess is you don't redistribute any of the other third party stuff, so it
 shouldn't matter.  And even if you do, it seems that they all have
 compatible licenses that will allow you to use it in commercial software.  I
 didn't see any GPL code mentioned, for example.  But if you do ship that
 gwt-dev.jar, you should also include references to those parts and give them
 credit just like Google did with respect to those components as you can use
 them, you just need to give them credit.

 That's my guesstimate anyway

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




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 of
  the code in gwt-dev.jar gets translated into javascript (like they
  mention happens for the BrowserDetect code)..

 Of the libs listed here:http://code.google.com/webtoolkit/terms.html#licenses
 none of them, except as noted Browser Detect is transliterated into
 javascript:
  - Tomcat (and Jetty as of GWT 1.6) is used in Hosted Mode (now
 DevMode in GWT 2.0) to host your resources and servlets
  - Eclipse SWT is used for the GWTShell (up to GWT 1.5) and HostedMode
 (up to GWT 1.7.x) user interface (GWT 2.0 will have no dependency over
 SWT, it'll be Swing-based entirely)
  - Eclipse JDT is used by the GWT's Compiler to parse your Java
 sources so they can be analyzed and transliterated into JavaScript
  - Rhino is used by the GWT's Compiler to parse your JSNI (JavaScript)
 sources so they can be integrated into the Java-2-JS process
  - Mozilla 1.7 and WebKit are only used in GWTShell and HostedMode (up
 to GWT 1.7.1) as the embedded browsers in respectively Linux and OSX
 (Windows version just uses IE); GWT 2.0 won't have those dependencies
  - and finally JFreeChart is only used by the BenchmarkViewer tool.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Redistributing GWT apps in a commercial software

2009-11-12 Thread Parag Thakur
hello,

We are using GWT to create a web interface that will be shipped to end
customers with our product. The license agreement has a section that
lists 3rd party components included with GWT. However it's not clear
which of these will actually make it into our product as a part of the
GWT app. 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 are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




picklist avaliabe in GWT?

2009-09-05 Thread Parag

Hi All,

I need ability to pick from a list ( paging list), does anyone know if
GWT or some of its extension provide that functionality? my
requirements are

1) user clicks on an image
2) opens up a panel with search fields, putting those fields in and
clckign browse
3) opens up a grid with first 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

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---