Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-09-28 Thread Srinivasarao Makkena
I could get past it by removing *.gwtar from gwt-user-2.5.0.jar which are supposed to be loaded by gwt for increased performance. Along with it removed gwt-Unit cache and complied...it rebuilt entire jar and worked fine. --sri On Thursday, February 12, 2015 at 11:08:07 PM UTC, Jens wrote: > >

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread Juan Pablo Gardella
Which GWT compiler are you using? Eclipse 4.3 recommends JRE 1.6 https://wiki.eclipse.org/Eclipse/Installation, but you can add a different JDK in Eclipse from from Windows-preference-Java-Installed JRE. Then in your project you can use it (right click in the project, properties- Java-built path

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread ehodges
Which GWT compiler I'm using: The one that runs when I right click on a project containing a GWT module and select Google - GWT Compile. I just installed the latest from https://dl.google.com/eclipse/plugin/4.3. I used to have launch configurations to compile GWT, but they all seem to have

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread Jens
Should be the JRE/JDK you have configured for your project and not the one you launched Eclipse with. I am on Mac OS and use Oracle JDK 1.7 and haven't seen any gwtar issues yet. Maybe you accidentally have two different GWT versions on classpath? But as Thomas already said, if you have

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread ehodges
That fails like this: Unknown argument: -Dgwt.usearchives=false Google Web Toolkit 2.7.0 Compiler [-logLevel level] [-workDir dir] [-[no]compileReport] [-X[no]checkCasts] [-X[no]classMetadata] [-[no]draftCompile] [-[no]checkAssertions] [-X[no]closureCompiler] [-XfragmentCount numFragments]

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread Thomas Broyer
It's not a compiler argument, it's a JVM one (setting a system property) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread Jens
Its a JVM parameter for defining a system property and not a GWT compiler/DevMode parameter. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread ehodges
Same problem here. I'm compiling with Oracle's 1.7.0.u45 JDK. I get a bunch of warnings like this: [WARN] Unable to read: jar:file:/C:/gwt-2.7.0/gwt-user.jar!/com/google/gwt/core/Core.gwtar. Skipping: java.io.InvalidClassException: com.google.gwt.dev.jjs.SourceOrigin$1; local class

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-02-12 Thread ehodges
I said I'm compiling with Oracle's 1.7.0.u45 JDK, but I'm not quite sure. Does the Eclipse (4.3) plugin's GWT compiler use the current Eclipse default JRE? Is there something I need to do to configure it? -- You received this message because you are subscribed to the Google Groups Google

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-21 Thread ssg
wrote: Thomas, Thanks a lot for your response. I am using JDK1.6. I am also new to GWT. 1) Can you please help me how where to add *-Dgwt.usearchives=false* ? In your Ant build, where you call the GWT Compiler, add a sysproperty key=gwt.usearchives value=false / to your java task. 2

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-16 Thread Thomas Broyer
:51 PM UTC+1, ssg wrote: I am getting the following error while performing Ant Build. *Can someone please help me ?* Compiling module com.acg.mmsea.gwt.Appname [java][WARN] Unable to read: jar:file:/C:/gwt-2.7.0/gwt-user.jar!/com/google/gwt/core/Core.gwtar. Skipping

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-16 Thread ssg
Thomas, Thanks a lot for your response. I am using JDK1.6. I am also new to GWT. 1) Can you please help me how where to add *-Dgwt.usearchives=false* ? 2) Are you suggesting me to use GWT 2.8 instead of 2.7 now? Thanks in advance. On Friday, January 16, 2015 at 4:15:32 AM UTC-5, Thomas Broyer

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-16 Thread Thomas Broyer
On Friday, January 16, 2015 at 6:02:18 PM UTC+1, ssg wrote: Thomas, Thanks a lot for your response. I am using JDK1.6. I am also new to GWT. 1) Can you please help me how where to add *-Dgwt.usearchives=false* ? In your Ant build, where you call the GWT Compiler, add a sysproperty key

Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-15 Thread ssg
I am getting the following error while performing Ant Build. *Can someone please help me ?* Compiling module com.acg.mmsea.gwt.Appname [java][WARN] Unable to read: jar:file:/C:/gwt-2.7.0/gwt-user.jar!/com/google/gwt/core/Core.gwtar. Skipping: java.io.InvalidClassException

i have problem changing this to native javascript. please help me

2014-08-20 Thread anuj joshi
private native void createChart() /*-{ $(function () { $wnd.$(document).ready(function () { $wnd.Highcharts.setOptions({ global: { useUTC: false } }); $wnd.$('#container').highcharts({

Re: can't attach text with mail using Google App engine? please help me

2011-09-14 Thread John
I didn't get any exception. please help me. I have been waiting for your reply for the past 8 hours. This is My Google App Engine Log: 2011-09-13 20:47:12.758 /mailserver 200 79ms 46cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22

How to avoid user select the text from TextArea Using Mouse and KeyBord? Please help me.

2011-09-13 Thread John
TextArea content not selected by user While click and drag. I refer the gwt 2.4.0 documentation, I used the setReadOnly() method. It is used to content not edited by the user, but the user select the text. how to avoid user select the text from textArea. -- You received this message because you

can't attach text with mail using Google App engine? please help me

2011-09-13 Thread John
I don't know what mistake i did in the server side code of google app engine, I send my code segment to you. Thanks for advance . //server side code public class MailServlet extends HttpServlet { private static final long serialVersionUID = 1L; public void

Re: can't attach text with mail using Google App engine? please help me

2011-09-13 Thread skly
You can print the exceptions to view details 2011/9/13 John gan.tan...@gmail.com I don't know what mistake i did in the server side code of google app engine, I send my code segment to you. Thanks for advance . //server side code public class MailServlet extends HttpServlet {

Re: PLEASE HELP ME

2011-09-12 Thread Sudhakar Abraham
am trying to install GWT again. But it gives an error: Such that You are installing software that contains unsigned content. The validity if this software can not e established. How can I solve this problem? Please help me as fast as you can. Thanks again, -- You received this message because

PLEASE HELP ME

2011-09-10 Thread velihasanov
that contains unsigned content. The validity if this software can not e established. How can I solve this problem? Please help me as fast as you can. Thanks again, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: PLEASE HELP ME

2011-09-10 Thread Eric Clayberg (Google)
Click OK. That isn't a problem that you need to solve. -- 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/-/9LYl5QcL_fQJ. To post to this group, send

Application written using GWT 2.1.1 goes belly up in 2.3 dev mode -- please help me to understand

2011-08-04 Thread Rob Tanner
Hi, I have a production application built using GWT 2.1.1 and the Eclipse plugin. I've just installed Eclipse Indigo (jee edition) and the GWT 2.3 plugin. Not wanting to break something that already works, I created a new workspace in Eclipse and than imported the project. When I try to bring

Re: Application written using GWT 2.1.1 goes belly up in 2.3 dev mode -- please help me to understand

2011-08-04 Thread Ioan Agopian
Hi, It seems that GWT is no longer in the build path. Try setting it again in the project settings under Google / Web toolkit. Regards, Ioan On Aug 4, 8:20 pm, Rob Tanner caspersg...@gmail.com wrote: Hi, I have a production application built using GWT 2.1.1 and the Eclipse plugin.  I've

Re: Application written using GWT 2.1.1 goes belly up in 2.3 dev mode -- please help me to understand

2011-08-04 Thread Jeff Larsen
Are you using maven? This looks like you have competing versions of GWT on your classpath and the old one is winning :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: please Help me GWT Listbox

2011-01-06 Thread Y2i
Not sure if you can do this with ListBox, but you can try constructing this through DOM manipulation using SelectElement, OptGroupElement and OptionElement On Jan 5, 10:34 pm, vijay gohel vijayigo...@gmail.com wrote: i want aout put like Group1      Item1-1      Item1-2      Item1-3      

Re: please Help me GWT Listbox

2011-01-06 Thread jaybose
Vijay, if you can't figure this out using Y2i's suggestion, consider using a Tree rather than a ListBox. http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree On Jan 6, 2:18 am, Y2i yur...@gmail.com wrote: Not sure if you can do this with ListBox, but you can try constructing this

RE: please Help me GWT Listbox

2011-01-06 Thread nbansal...@gmail.com
Group 1 -Original Message- From: vijay gohel Sent: 06/01/2011 12:04:25 pm Subject: please Help me GWT Listbox i want aout put like Group1 Item1-1 Item1-2 Item1-3 Item1-4 Group2 Item2-1 Item2-2 Item2-3 Item2-4 etc for that in HTML

please Help me GWT Listbox

2011-01-05 Thread vijay gohel
i want aout put like Group1 Item1-1 Item1-2 Item1-3 Item1-4 Group2 Item2-1 Item2-2 Item2-3 Item2-4 etc for that in HTML there is option in Select Tag and Option in Select Tag is optiongroup i want that's output in get list box thanks Vijay -- You

Re: please Help me GWT Listbox

2011-01-04 Thread Nirmal Patel
Not sure if I understand your requirement; but are you looking to allow the user select multiple options from a list?? If so, there is a GWT widget: ListBox ( http://gwt.google.com/samples/Showcase/Showcase.html#!CwListBox) -- You received this message because you are subscribed to the Google

Re: please Help me GWT Listbox

2011-01-04 Thread jaybose
wrote: hi, please Help Me in Listbox widget i want to add option Group like Select tag's Option group  in List box How it is Possible. i don't Know. Please Help me on it thanks in advance Regards, Vijay Gohel -- You received this message because you are subscribed to the Google Groups

Re: please Help me GWT Listbox

2011-01-04 Thread Michael
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/548749fc1cef2ae8 On Jan 3, 10:57 am, vijay gohel vijayigo...@gmail.com wrote: hi, please Help Me in Listbox widget i want to add option Group like Select tag's Option group  in List box How it is Possible. i don't Know

please Help me GWT Listbox

2011-01-03 Thread vijay gohel
hi, please Help Me in Listbox widget i want to add option Group like Select tag's Option group in List box How it is Possible. i don't Know. Please Help me on it thanks in advance Regards, Vijay Gohel -- You received this message because you are subscribed to the Google Groups Google

Google GXT ListView, please help me

2010-04-30 Thread sridevi macherla
Hi, Can anyone please provide an example for Grid as List using ListView (GXT Component)? Please help me in this regard thanks Swaroop -- 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

Someone please help me. I met a problem when I made a RPC class

2009-12-03 Thread Leon
Hi dear developers, I downloaded the mysql connect gwt example from http://code.google.com/p/gwt-examples/wiki/project_MySQLConn. And I re- configured it on my Eclipse Galileo (using gwt eclipse plugin) + XP. When it makes rpc call and retrieves the data from mysql database, it give me this

Re: Error's , PLEASE HELP ME :)

2009-03-02 Thread taourirt1...@googlemail.com
kannst du bitte uns zeigen, wie du das gemacht hast? ich habe nämlich das gleiche problme!!! Gruß taourirt1981 On 9 Jan., 17:50, King m-em...@hotmail.de wrote: hello guys, at first i thank you all for the big feedback! I solved the problem :) I have asked friend who helped me thank

Re: Browser Issues- Please help me

2009-01-22 Thread Venkat
); flowPanel_2.add(chk2); } } } } Please help me. Thanks Regards, venkat FF-image.bmp 365KVisaHämta IE-image.bmp 365KVisaHämta --~--~-~--~~~---~--~~ You received this message because you

Re: Browser Issues- Please help me

2009-01-21 Thread Adam T
value.length; j++) {                 CheckBox chk2 = new CheckBox(value[j]);                 chk2.setWidth(250px);                 flowPanel_2.add(chk2);             }         }     } } Please help me. Thanks Regards, venkat  FF-image.bmp 365KVisaHämta  IE-image.bmp

Re: Browser Issues- Please help me

2009-01-21 Thread alex.d
);             }         }     } } Please help me. Thanks Regards, venkat  FF-image.bmp 365KVisaHämta  IE-image.bmp 365KVisaHämta --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Browser Issues- Please help me

2009-01-21 Thread Danny Schimke
(chk2); } } } } Please help me. Thanks Regards, venkat FF-image.bmp 365KVisaHämta IE-image.bmp 365KVisaHämta --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Error's , PLEASE HELP ME :)

2009-01-09 Thread King
hello guys, at first i thank you all for the big feedback! I solved the problem :) I have asked friend who helped me thank you all --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Error's , PLEASE HELP ME :)

2008-12-30 Thread King
This looks like the problem-tab in Eclipse. More interesting would be the log-window of the server when you start your project in hosted mode. I get the same error message like before in hosted mode: [ERROR] Unable to load module entry point class se1.gwt.client.StringCounterClient (see

Re: Error's , PLEASE HELP ME :)

2008-12-30 Thread King
This looks like the problem-tab in Eclipse. More interesting would be the log-window of the server when you start your project in hosted mode. I get the same error message like before in hosted mode: [ERROR] Unable to load module entry point class se1.gwt.client.StringCounterClient (see

Re: Error's , PLEASE HELP ME :)

2008-12-29 Thread King
Hello Lothar :) I will explain my problem in german... Maybe than we wont have this communication problems :) Also ich habe schon einiges versucht und gegoogelt habe ich auch schon... Meine Vermutung ist einfach, es stimmt was mit EntryPoint{ und onModulLoad() .. was nicht! Die zweite

Re: Error's , PLEASE HELP ME :)

2008-12-29 Thread Jason Essington
Judging from the error message something in GWT is attempting to access an object from outside of GWT ... $wnd.Ext.StatuBar ... and that object does not exist ... This is likely to mean that you have either forgotten to add the script tag for that external library, or the file is not where

Re: Error's , PLEASE HELP ME :)

2008-12-29 Thread Lothar Kimmeringer
King schrieb: Also ich habe schon einiges versucht und gegoogelt habe ich auch schon... Meine Vermutung ist einfach, es stimmt was mit EntryPoint{ und onModulLoad() .. was nicht! Die zweite Fehlermeldung kann man ja ausser acht lassen, weil es sich auf das erste Problem bezieht! Das

Re: Error's , PLEASE HELP ME :)

2008-12-28 Thread King
On 27 Dez., 14:12, Lothar Kimmeringer j...@kimmeringer.de wrote: King schrieb: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' ist Null oder kein Objekt Have you searched for this error-message using your search-engine of least mistrust? There should

Re: Error's , PLEASE HELP ME :)

2008-12-28 Thread King
On 27 Dez., 14:12, Lothar Kimmeringer j...@kimmeringer.de wrote: King schrieb: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' ist Null oder kein Objekt Have you searched for this error-message using your search-engine of least mistrust? There should

Re: Error's , PLEASE HELP ME :)

2008-12-28 Thread Lothar Kimmeringer
King schrieb: On 27 Dez., 14:12, Lothar Kimmeringer j...@kimmeringer.de wrote: King schrieb: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' ist Null oder kein Objekt Have you searched for this error-message using your search-engine of least mistrust?

Re: Error's , PLEASE HELP ME :)

2008-12-27 Thread Lothar Kimmeringer
King schrieb: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' ist Null oder kein Objekt Have you searched for this error-message using your search-engine of least mistrust? There should be a lot of threads about this. I use: [...] GWT-EXT: 2.0.5.3 the

Error's , PLEASE HELP ME :)

2008-12-26 Thread King
Hello Guys, I get the following Error Message, if I try to run the chart example from the page http://www.gwt-ext.com/demo-charts/#lineChart ... I included the source code in my projekt , I only rename the source to StringCounterClient, dont ask why :) ! The Error Message is: [ERROR] Unable to

Re: Please help me to solve out this prob...

2008-11-28 Thread Bhupen
solved but in other way... thanks for help it's really feel good if i get so many response ... thanks guys... On Nov 28, 2:44 am, gregor [EMAIL PROTECTED] wrote: Hi Bhupen, This looks suspiciously like it might be the cause of your exception. to load another page i m using code like

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
to load another page i m using code like below... RootPanel.get(irisPage).clear(); RootPanel.get(irisPage).add(createUserPageContent.loadPage()); agentListWidget.widgetInterface(); On Nov 27, 12:12 pm, Bhupen [EMAIL PROTECTED] wrote:

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
yes i did and Borders.java is a class using native method to give round border for any box On Nov 27, 2:21 pm, Ian Bambury [EMAIL PROTECTED] wrote: I'd guess that Borders is screwing things up. Have you tried commenting those lines out? Ian http://examples.roughian.com 2008/11/27

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
yes i did and Borders.java is a class using native method to give round border for any box On Nov 27, 2:21 pm, Ian Bambury [EMAIL PROTECTED] wrote: I'd guess that Borders is screwing things up. Have you tried commenting those lines out? Ian http://examples.roughian.com 2008/11/27

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
thanks for reply i m posting full code after successful login,, will get the menu and click on dashboard going to dashboard but not showing and widget like check msgDiv element, delete element... thanks for reply IRIS package com.client; import com.google.gwt.core.client.EntryPoint; import

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
///IRIS.HTML !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN !-- The HTML 4.01 Transitional DOCTYPE declaration-- !-- above set at the top of the file will set -- !-- the browser's rendering engine into -- !-- Quirks Mode. Replacing this declaration -- !-- with a

Re: Please help me to solve out this prob...

2008-11-27 Thread Bhupen
///IRIS.HTML !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN !-- The HTML 4.01 Transitional DOCTYPE declaration-- !-- above set at the top of the file will set -- !-- the browser's rendering engine into -- !-- Quirks Mode. Replacing this declaration -- !-- with a

Re: Please help me to solve out this prob...

2008-11-27 Thread gregor
Hi Bhupen, This looks suspiciously like it might be the cause of your exception. to load another page i m using code like below...                 RootPanel.get(irisPage).clear();                 RootPanel.get(irisPage).add(createUserPageContent.loadPage());                

Re: Please help me to solve out this prob...

2008-11-26 Thread gregor
: 2966)        at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)        at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)        at com.google.gwt.dev.GWTShell.main(GWTShell.java:357) Please help me out of this problem... --~--~-~--~~~---~--~~ You

Re: Please help me to solve out this prob...

2008-11-26 Thread Brian
(Display.java: 2966)        at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)        at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)        at com.google.gwt.dev.GWTShell.main(GWTShell.java:357) Please help me out of this problem

Re: Please help me to solve out this prob...

2008-11-26 Thread Bhupen
)        at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)        at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)        at com.google.gwt.dev.GWTShell.main(GWTShell.java:357) Please help me out of this problem... --~--~-~--~~~---~--~~ You

Please help me to solve out this prob...

2008-11-25 Thread Bhupen
) Please help me out of 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-Toolkit@googlegroups.com To unsubscribe from this group