Re: URGENT: GWT build crash with out of memory

2022-04-07 Thread Craig Mitchell
C (OS drive) = 203GB free of 243GB >>>>> E (drive) = 501GB free of 642GB >>>>> F (drive) = 467GB free of 976GB >>>>> >>>>> *rest please find the PC images attached.* >>>>> >>>>&

Re: URGENT: GWT build crash with out of memory

2022-04-02 Thread Leon Pennings
piler.local.workers=1 >>>> gwt.compiler.logLevel=INFO >>>> gwt.shell.output.style=OBFUSCATED >>>> gwt.shell.logLevel=TRACE >>>> >>>> gwt.shell.jvmargs=-Xmx61440m >>>> gwt.shell.java= >>>> gwt.version=2.6 >>>

Re: URGENT: GWT build crash with out of memory

2022-04-01 Thread Colin Alworth
;>> gwt.shell.jvmargs=-Xmx61440m >>> gwt.shell.java= >>> gwt.version=2.6 >>> gwt.shell.code.server.port=9997 >>> gwt.shell.port= >>> >>> *rest please find the gwt.properties file attached.* >>> >>> >>> *WAR file

Re: URGENT: GWT build crash with out of memory

2022-03-04 Thread viny...@gmail.com
.Project1* >> *.gwt.rpc (count) = 1 >> *.gwt.rpc (size) = 8kb >> *.cache.html (size) = 335kb >> *.nocache.js = 6kb >> >> *project2.Project2* >> *.gwt.rpc (count) = 876 >> *.gwt.rpc (size) = 9.76MB >> *.gwt.rpc (max) = 19kb - 11kb (158 fi

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread Jens
6 > deferredjs\4D7A0074D70FA749A45BC16CDEAAFFE3\*.cache.js (size) = 28.6MB > deferredjs\4D7A0074D70FA749A45BC16CDEAAFFE3\*.cache.js (max) = 4043kb(1 > file), 446kb - 101kb (38 files), 98kb - 1kb (817 files). > > > > *WE REQUEST TO ALL PLEASE HELP! AS DELIVERY OF THE WAR IS REQUIRED O

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread 'Frank Hossfeld' via GWT Users
1 >> *.gwt.rpc (size) = 8kb >> *.cache.html (size) = 335kb >> *.nocache.js = 6kb >> >> *project2.Project2* >> *.gwt.rpc (count) = 876 >> *.gwt.rpc (size) = 9.76MB >> *.gwt.rpc (max) = 19kb - 11kb (158 files), 10kb - 8kb (718 files) >> *.

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread vie...@gmail.com
= 856 > deferredjs\4D7A0074D70FA749A45BC16CDEAAFFE3\*.cache.js (size) = 28.6MB > deferredjs\4D7A0074D70FA749A45BC16CDEAAFFE3\*.cache.js (max) = 4043kb(1 > file), 446kb - 101kb (38 files), 98kb - 1kb (817 files). > > > > *WE REQUEST TO ALL PLEASE HELP! AS DELIVERY OF THE WAR IS REQ

URGENT: GWT build crash with out of memory

2022-03-01 Thread viny...@gmail.com
deferredjs\4D7A0074D70FA749A45BC16CDEAAFFE3\*.cache.js (size) = 28.6MB deferredjs\4D7A0074D70FA749A45BC16CDEAAFFE3\*.cache.js (max) = 4043kb(1 file), 446kb - 101kb (38 files), 98kb - 1kb (817 files). *WE REQUEST TO ALL PLEASE HELP! AS DELIVERY OF THE WAR IS REQUIRED ON URGENT BASIS.* -- You received th

Re: Urgent

2017-04-26 Thread harshyadav
GWT Polymer is great as well. https://github.com/manolo/gwt-polymer-elements On Wednesday, April 26, 2017 at 4:14:50 AM UTC-4, Sachin Chaudhari wrote: > > This is somthing simmilar in questions you may come accross. > If I am not choosing Angular JS I am choosing GWT then for cool widgets > wh

Re: Urgent

2017-04-26 Thread Rodolfo Raya
GWT Material Design, https://github.com/GwtMaterialDesign/gwt-material , works well for me. Regards, Rodolfo On Wed, Apr 26, 2017 at 5:15 AM Sachin Chaudhari wrote: > This is somthing simmilar in questions you may come accross. > If I am not choosing Angular JS I am choosing GWT then for cool

Urgent

2017-04-26 Thread Sachin Chaudhari
This is somthing simmilar in questions you may come accross. If I am not choosing Angular JS I am choosing GWT then for cool widgets which library from google I should use. I really want cool stuff. Thanks in advance. -- You received this message because you are subscribed to the Google Groups

Re: I need help calling GWT code from Javascript passing in generic arguments and/or callbacks -- URGENT

2014-09-25 Thread Samuel Schmid
Thank you! Helped me a lot! On Tuesday, March 6, 2012 5:53:25 AM UTC+1, babakm wrote: > > I built an API in GWT for accessing a series of complex services. I > wanted to do tons of client side processing and I chose GWT (been > doing GWT for years now). However, my users will be using Javascript

Re: [Urgent] GWT RPC requests being made to code server rather than web server in Super dev mode

2014-06-03 Thread Thomas Broyer
On Tuesday, June 3, 2014 2:09:28 PM UTC+2, Ali wrote: > > Hi Thomas, > > Thanks for the reply. > > I am using 2.6.0 and I have these settings set: > > > Then, assuming the version your deploying to your web server has been compiled with this, the bookmarks should work. > > This is no lo

Re: [Urgent] GWT RPC requests being made to code server rather than web server in Super dev mode

2014-06-03 Thread Ali
Hi Thomas, Thanks for the reply. I am using 2.6.0 and I have these settings set: I'm trying to set the base url as you said, via: http://localhost:8081/MyModule"; /> I have that right above the

Re: [Urgent] GWT RPC requests being made to code server rather than web server in Super dev mode

2014-06-03 Thread Thomas Broyer
On Tuesday, June 3, 2014 1:27:21 PM UTC+2, Ali wrote: > > I have a code server running at http://localhost:9876/, and I have a web > server running at http://localhost:8081/. > > If I load the nocache.js file from the web server (http://localhost:8081/), > then trying to compile by clicking the

[Urgent] GWT RPC requests being made to code server rather than web server in Super dev mode

2014-06-03 Thread Ali
I have a code server running at http://localhost:9876/, and I have a web server running at http://localhost:8081/. If I load the nocache.js file from the web server (http://localhost:8081/), then trying to compile by clicking the bookmarklet shows 'no modules found on this page'. So, I'm fetchi

Re: only RPC call completes rest of my code should execute - how should I do it - very urgent please

2013-07-30 Thread Thad Humphries
If I understand you correctly, your app sends instructions to the server to create a CSV which you then wish to retrieve. If the CSV is small, you could always use GWT RPC and return it as a string to your app. However if you want to return it as a file so the browser can, say, open it in a spr

only RPC call completes rest of my code should execute - how should I do it - very urgent please

2013-07-29 Thread fedex
Hi everyone, I have an interface where the user selects the values and upon clicking the download button the selected values runs in the sql query and the obtained data is written to csv file. I am doing an RPC call to send the user selected values from the interface to the server. And on the

Re: Needed Urgent Help:How to display PDF conent of page in GWT Panel or frame or HTML in HtmlPanel + source code

2013-07-19 Thread Glenn Picher
This is a nice idea. Unfortunately the PDF drew blank in Firefox, and drew instead of the PDF file a security warning in IE 10. Worked in Chrome and Safari though. (All on Windows.) It also draws with a grey border and some viewing controls you might or might not want. Thanks for the suggestion.

Re: Urgent help on Debugging in GWT

2012-12-12 Thread emurmur
I use SuperDevMode and debug directly in the browser using source maps. It is a very productive workflow. See this; https://developers.google.com/web-toolkit/articles/superdevmode And here is a blog post with more details for setting up a Run configuration for the code server: http://lumpofcod

Re: Urgent help on Debugging in GWT

2012-12-11 Thread Goktug Gokdogan
https://developers.google.com/web-toolkit/doc/latest/tutorial/debug https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebugging On Mon, Dec 10, 2012 at 10:35 PM, MB wrote: > Hello, > > Please let me know how can we debug a GWT application. > > Thanks and regards, > Moush

Urgent help on Debugging in GWT

2012-12-11 Thread MB
Hello, Please let me know how can we debug a GWT application. Thanks and regards, Moushmi -- 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/-/A8Wx

Urgent help on GWT debug at Struts 1 & struts 2

2012-12-06 Thread Leon
I am running JBoss 5.1 in Eclipse 3.7.2 with JBoss tool plugin 2.3. I can not debug gwt application in this environment. I always get "RequestProcessor - Invalid path /approval/hosted was requested". 1. I can launch a GWT code server from Eclipse with following program arguments: -war C:\eclip

Re: Urgent help with GWT dev mode performance required

2012-11-16 Thread joerg.hohwil...@googlemail.com
Hi Jens, thanks for your feedback. The memory leak is also what we discovered. You can see that with -verbose:gc, We are in the progress of migrating to x64 and adding lots of RAM. Your hints give some hope that this will help. So far we can only use 3,5 GB RAM what is too little. We already hav

Re: Urgent help with GWT dev mode performance required

2012-11-15 Thread Jens
2-3 minutes really hurts! How large is your app? We have about 150k LOC and a refresh in Firefox takes ~5 seconds. As DevMode with Firefox seems to be leaking memory sometimes I have configured DevMode to use 1,5G heap space and 1G permgen space. Our app uses GWT-RPC (single service with lots of

Urgent help with GWT dev mode performance required

2012-11-15 Thread joerg.hohwil...@googlemail.com
We have created a large application based on GWT (and SmartGWT). The more the application has grown the longer it takes to start the dev mode or to refresh a page in the browser. I have read a lot of posts in the web about this problem, like e.g. this one: http://blog.trifork.nl/2007/11/30/optim

Re: Needed Urgent Help:How to display PDF conent of page in GWT Panel or frame or HTML in HtmlPanel + source code

2012-11-15 Thread Christof Kaller
Hi, Philipe is wright. The user needs to install a plug-in. An alternative indeed is using a javascript rendering engine- don't remember the name of it, but know that there is one. Another way is to use google docs for it, then u can actually view it in an iframe as well. try: http://docs.goog

Re: Needed Urgent Help:How to display PDF conent of page in GWT Panel or frame or HTML in HtmlPanel + source code

2012-11-15 Thread Philippe Lhoste
On 14/11/2012 13:52, singh ajay wrote: I am generating PDF file using JRXML using Java JASPEREXPORTMANAGER. but i don't know how to view pdf in gwt UI. any frame or special container require. Most of the time, the PDF file is downloaded, unless the user installed and activated some plugin to s

Needed Urgent Help:How to display PDF conent of page in GWT Panel or frame or HTML in HtmlPanel + source code

2012-11-14 Thread singh ajay
Hi Folk, can any one help me out with my problem, I am generating PDF file using JRXML using Java JASPEREXPORTMANAGER. but i don't know how to view pdf in gwt UI. any frame or special container require. Do let me know. Ragards, Ajay Singh, Mumbai, India -- You received this message because

Re: [gwt-dnd] drag handles (urgent)

2012-05-07 Thread Dimitrijević Ivan
You have drag and drop functionalities in GWT 2.4. What you do not have is some kind of tutorial how to use it. You can find information about D'n'D here: http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/en//events/io/2011/static/presofiles/gwt_html5_a_web_develo

Re: [gwt-dnd] drag handles (urgent)

2012-05-05 Thread mukarev
Hi aliwa, as far as I know, it's not possible with GWT standalone. If you need special drag and drop operations I could recommend gwt-dnd . There you can make your components draggable with different draghandles. (With the makeDraggable(Element, DragHandle)-m

[gwt-dnd] drag handles (urgent)

2012-05-02 Thread Ali Thabet
Is it possible to use multiple drag handles for the same custom widget? Is it possible to change the drag handle during application execution? something like: if (IsEditable) { dragHandle = focusPanel_1; } else { dragHandle = focusPanel_2; } -- You received this message because you are

Re: URGENT-Generating gwt web pages

2012-04-24 Thread vanessa vanessa
You mean the existing Generation tools of GWT ... i have to implement a generator using a template engine the existing tools don't fit my needs. Le 24 avril 2012 13:10, Martin Trummer a écrit : > >I have a model which contains data(an xmile file) which i've > already converted to a model object.

Re: URGENT-Generating gwt web pages

2012-04-24 Thread Martin Trummer
>I have a model which contains data(an xmile file) which i've already converted to a model object. and why don't you use this existing generation process to also generate the packages, that you mention? -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: URGENT-Generating gwt web pages

2012-04-23 Thread vanessa vanessa
Hi Alan , Thank you for your help and for your collaboration. I think i didn't make my self clear enough.My problem isn't converting XML to Java i'm not needing marshalling and unmarshalling .I have a model which contains data(an xmile file) which i've already converted to a model object. I 'll hav

Re: URGENT-Generating gwt web pages

2012-04-23 Thread Alan Chaney
On 4/23/2012 1:34 AM, vanessa vanessa wrote: How it doesn't change anything ? I!'m looking for some documentation and some recommendation .. I didn't find through the net someething that fits my needs . The input to GWT is Java code. As Thomas said, you are looking for something that takes XM

Re: URGENT-Generating gwt web pages

2012-04-23 Thread vanessa vanessa
How it doesn't change anything ? I!'m looking for some documentation and some recommendation .. I didn't find through the net someething that fits my needs . Thanks a lot . Le 23 avril 2012 09:26, Thomas Broyer a écrit : > > > On Monday, April 23, 2012 10:14:00 AM UTC+2, vanessa vanessa wrote:

Re: URGENT-Generating gwt web pages

2012-04-23 Thread Thomas Broyer
On Monday, April 23, 2012 10:14:00 AM UTC+2, vanessa vanessa wrote: > > Ok i'll provide further information. i have to create a generator that > uses the velocity engine ,it will generate a GWT > code which will be in turn compiled . > > The entry of my generator is an xml file which i'm suppos

Re: URGENT-Generating gwt web pages

2012-04-23 Thread vanessa vanessa
Ok i'll provide further information. i have to create a generator that uses the velocity engine ,it will generate a GWT code which will be in turn compiled . The entry of my generator is an xml file which i'm supposed to transform to a model object . I'll generate therefore the code from this mod

Re: URGENT-Generating gwt web pages

2012-04-22 Thread Kanagaraj M
what you mean by entry. Are you trying to generate gwt models from what? Velocity would be the right choice. If you are gonna write complex template Freemarker would be a better one. On Saturday, 21 April 2012 22:03:19 UTC+5:30, vanessa vanessa wrote: > > Hello , > > I have to create a generato

Re: URGENT-Generating gwt web pages

2012-04-22 Thread Freddie Jefferson
Vanessa, I don't understand your first statement. As far as the template engine goes, velocity is a great templating engine. Regards, Freddie Douglas Jefferson On Apr 21, 2012, at 11:33 AM, vanessa vanessa wrote: > Hello , > > I have to create a generator that generates gwt code from a mo

URGENT-Generating gwt web pages

2012-04-21 Thread vanessa vanessa
Hello , I have to create a generator that generates gwt code from a model as an entry. Can any one help me how to proceed ? And which template engine to choose ? Is velocity a good solution . Thanks a lot. Regards -- You received this message because you are subscribed to the Google Groups "G

Re: I need help calling GWT code from Javascript passing in generic arguments and/or callbacks -- URGENT

2012-03-05 Thread babakm
I resolved it myself. Two different ways. This is way too cool public static int computeLoanInterest(final int amt, final float rate, final int term) { return (int) (amt * rate * term); } public static void getConnection2(final JavaScriptObject jso) {

I need help calling GWT code from Javascript passing in generic arguments and/or callbacks -- URGENT

2012-03-05 Thread babakm
I built an API in GWT for accessing a series of complex services. I wanted to do tons of client side processing and I chose GWT (been doing GWT for years now). However, my users will be using Javascript. I can easily call GWT from Javascript. No problem. I set up a routine I run as soon as my Entry

Re: TextArea problem?urgent

2011-09-13 Thread John
Through browser I can't select the content from textArea. On Sep 13, 2:20 pm, John wrote: > TextArea content prefilled with text. When the user not select the > text usgin click and drag?I hope provide good solution for me. -- You received this message because you are subscribed to the Google G

TextArea problem?urgent

2011-09-13 Thread John
TextArea content prefilled with text. When the user not select the text usgin click and drag?I hope provide good solution for me. -- 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@googl

Re: How to send mail using Google App Engine?Very Urgent, I have been waiting for your reply.

2011-09-13 Thread Abraham
Thank you Mr.shawn Brown. I override the dopost method it works. On Sep 12, 4:05 pm, Shawn Brown wrote: > On Mon, Sep 12, 2011 at 8:00 PM, Shawn Brown > wrote: > >>        public void init(ServletConfig config) throws ServletException { > >>                super.init(config); > >>            

Re: How to send mail using Google App Engine?Very Urgent, I have been waiting for your reply.

2011-09-12 Thread Stephen Buergler
You are not using the python API http://code.google.com/appengine/docs/java/mail/overview.html You are not currently on the App Engine group: https://groups.google.com/forum/#!forum/google-appengine https://groups.google.com/forum/#!forum/google-appengine-java The init() method of the Java HTTP se

Re: How to send mail using Google App Engine?Very Urgent, I have been waiting for your reply.

2011-09-12 Thread Shawn Brown
On Mon, Sep 12, 2011 at 8:00 PM, Shawn Brown wrote: >>        public void init(ServletConfig config) throws ServletException { >>                super.init(config); >>                System.out.println("Mail Servlet is called"); >>                Properties properties = new Properties(); >>      

Re: How to send mail using Google App Engine?Very Urgent, I have been waiting for your reply.

2011-09-12 Thread Shawn Brown
>        public void init(ServletConfig config) throws ServletException { >                super.init(config); >                System.out.println("Mail Servlet is called"); >                Properties properties = new Properties(); >                Session session = Session.getDefaultInstance(prop

How to send mail using Google App Engine?Very Urgent, I have been waiting for your reply.

2011-09-12 Thread Abraham
I don't know what mistake i done on my code segment to send e-mail using Google App Engine. I refered the documentation of Google App Engine from http://code.google.com/appengine/docs/python/mail/sendingmail.html. I attach my code segment of client and server. Clientside code. import com.google

URGENT: navigation bar menu

2011-07-25 Thread Marko
Hey guys. I need one menu where user doesnt need to click to see the menu items. I didnt find anything for it, so I tried with MenuButtons and insert a Menu with items in it, and then add two events: MouseMove and MouseOut. But it doesnt work well and I think its because of the animation coding f

Re: Urgent Need: Oracle Projects Tech Lead

2011-06-08 Thread David Chandler
Yep, he's now banned. I ban about a dozen spammers daily, but occasionally they still sneak through, in which case, please use the Report spam link in the Groups Web UI. On Wed, Jun 8, 2011 at 1:29 PM, Ashish Khivesara wrote: > This is a GWT forum!! > > /ashish > > > On Mon, Jun 6, 2011 at 2:57

Re: Urgent Need: Oracle Projects Tech Lead

2011-06-08 Thread Ashish Khivesara
This is a GWT forum!! /ashish On Mon, Jun 6, 2011 at 2:57 PM, Manish Savale wrote: > Hello, > > > > I have an immediate need for a Sr. Oracle Project Tech Lead > > > > Kindly contact me at mani...@tts-consulting.com > > > > Location: San Jose, CA > > Duration: 6 months > > In

Urgent Need: Oracle Projects Tech Lead

2011-06-06 Thread Manish Savale
Hello, I have an immediate need for a Sr. Oracle Project Tech Lead Kindly contact me at mani...@tts-consulting.com Location: San Jose, CA Duration: 6 months Interview: Telephonic, followed by in-person Start:1 week f

Re: problem accessing one composite from another - Urgent help needed if possible

2010-07-23 Thread dlynch
Ok will do, Thanks for the help Kind Regards David On Jul 22, 6:44 pm, cokol wrote: > hi.from architectonical perspective,the response IS A  part of your > wrapping composite therefore ur maininterface should also manage > it.just put the response widget inside > > On Jul 22, 6:20 pm, dlynch w

Re: problem accessing one composite from another - Urgent help needed if possible

2010-07-22 Thread cokol
hi.from architectonical perspective,the response IS A part of your wrapping composite therefore ur maininterface should also manage it.just put the response widget inside On Jul 22, 6:20 pm, dlynch wrote: > Hi Everybody, > > I am learning GWT just and am really stuck on a problem. > > I have cre

problem accessing one composite from another - Urgent help needed if possible

2010-07-22 Thread dlynch
Hi Everybody, I am learning GWT just and am really stuck on a problem. I have created a new composite which contains several panels. In some of the panels I have other seperate composites of which one is a search which contains a TextBox and a Button. So basically i have a mainInterface.java whi

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-07 Thread lineman78
If it is an obvious problem in your code, you should be seeing memory leaks in all browsers(which I believe you said you have). If that is the case, you should be able to use the Speed Tracer plugin for chrome. It tells you how many instances of which objects are being created so that you can try

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-07 Thread Stefan Bachert
delete all the doms and divisions that every time I create my > table. If there exist any methods that I can add on the unload method when I > detach my widget. Honestly it is an urgent matter, can you help me please? > Thank you. > > On Tue, Jul 6, 2010 at 1:16 PM, Daniel Le Cle

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
First, I would like to mention that I am using GWT2.0. I have a problem in a data table that I have developed using JQuery, I have many widgets, and I am using gwittir binding. Besides, I am using bindable collection in my datatable. After analysing my application, I found that there are some eleme

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
n still references the same datatable. I want to know if there > > exist a way to delete all the doms and divisions that every time I create > my > > table. If there exist any methods that I can add on the unload method > when I > > detach my widget. Honestly it is an urgent

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread Olivier
gt; application still references the same datatable. I want to know if there > exist a way to delete all the doms and divisions that every time I create my > table. If there exist any methods that I can add on the unload method when I > detach my widget. Honestly it is an urgent matter, can you help

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread Marcus Vinícius Bastos de Andrade
Hello there, Executing locally my project, after a long time of browser refreshs of my application, the Jetty freezes. I have identified that is a memory leak problem of Jetty, then I've added the following VM args to my pom.xml org.codehaus.mojo gwt-maven-plugin

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread Matthias Groß
Hi, I doubt that you will get any definite answers if you don't provide a more thorough analysis of your problem. Generally just try to release all references to heavy-weight objects you don't need anymore as soon as possible. This holds true especially for global instances, e.g. singletons. If t

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
uery. We are suffering from a big memory leak. I did not find yet a > > > way to resolve this problem can anyone help me please. The problem we > > > have is that the memory on the hosted machine keeps increasing all the > > > time. Can you please propose anyway to decrease

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik kandil
. If there exist any methods that I can add on the unload method when I detach my widget. Honestly it is an urgent matter, can you help me please? Thank you. On Tue, Jul 6, 2010 at 1:16 PM, Daniel Le Clere wrote: > Use the new data table widget in gwt 2.1 M2 > > On Jul 6, 10:40 pm, metrix

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread Daniel Le Clere
le that is developed in > > JQuery. We are suffering from a big memory leak. I did not find yet a > > way to resolve this problem can anyone help me please. The problem we > > have is that the memory on the hosted machine keeps increasing all the > > time. Can you please propo

Re: Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread metrixon
emory on the hosted machine keeps increasing all the > time. Can you please propose anyway to decrease the consumption of > memory on my application? Please it is an urgent matter. > nd > help! -- You received

Urgent!!!!!!!!!!!!!!!!!!!!!!!!!!! GWT 2 Memory leak

2010-07-06 Thread tarik
the memory on the hosted machine keeps increasing all the time. Can you please propose anyway to decrease the consumption of memory on my application? Please it is an urgent matter. nd help! -- You received this message because

Have a problem with GWT urgent

2010-05-16 Thread Mohamed Khaled
We are using GWT application for very large system, we hope to find a solution as soon as possible. Below is the description of our system work flow and our problem Languages used: EJB 3, Java, GWT(google web toolkit) Application Contents: === EJB Ear File, GUI Ear File,

Re: Please can anyone help me (urgent)

2010-05-04 Thread zinkronz network
hello hai, i got javascript " nuffnang_bid = ' ad8bbad67c3d4d242ebba049ce4c1c5e';" this is like google addsense advertise program. i put this script in the gwt java HTML test = new HTML( nuffnang_bid = 'ad8bbad67c3d4d242ebba049ce4c1c5e';'); and put it in the horizontalpanel to project

Re: Please can anyone help me (urgent)

2010-05-04 Thread samounas
hi, I replaced getvalue() in my code by getValueFieldName() But i find agan the same error: Uncaught exception escaped : com.google.gwt.core.client.JavaScriptException (TypeError): self.getValueFieldName is not a function fileName: http://localhost:8080 lineNumber: 487 do u have please another

Re: Please can anyone help me (urgent)

2010-05-04 Thread fomba collins
if self is your TextField instance, then use: self.getValue(); and not sel.getValue      --- On Tue, 5/4/10, samounas wrote: From: samounas Subject: Re: Please can anyone help me (urgent) To: "Google Web Toolkit" Date: Tuesday, May 4, 2010, 8:40 AM t

Re: Please can anyone help me (urgent)

2010-05-04 Thread rudolf michael
this should work probably getValueFieldName On Tue, May 4, 2010 at 6:51 PM, rudolf michael wrote: > when you are using third party APIs you need to read the docs please > http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widgets/form/fields/TextItem.html > i have never used smart gw

Re: Please can anyone help me (urgent)

2010-05-04 Thread rudolf michael
when you are using third party APIs you need to read the docs please http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widgets/form/fields/TextItem.html i have never used smart gwt but check what getValue() returns http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widget

Re: Please can anyone help me (urgent)

2010-05-04 Thread samounas
thx for the answer. but i have already tried "getvalue" than i got this error: (Uncaught exception escaped : com.google.gwt.core.client.JavaScriptException (TypeError): self.getValue is not a function fileName: http://localhost:8080 lineNumber: 195 stack: ()@http://localhost:8080:195 ) th

Re: Please can anyone help me (urgent)

2010-05-04 Thread fomba collins
use the method getValue()       --- On Tue, 5/4/10, samounas wrote: From: samounas Subject: Re: Please can anyone help me (urgent) To: "Google Web Toolkit" Date: Tuesday, May 4, 2010, 8:21 AM Can u help me please. On 4 mai, 15:16, samounas wrote: &

Re: Please can anyone help me (urgent)

2010-05-04 Thread rudolf michael
textBoxItem.getValue()?? have you tried this taking into account that textBoxItem is an instance of TextBox On Tue, May 4, 2010 at 6:21 PM, samounas wrote: > Can u help me please. > > On 4 mai, 15:16, samounas wrote: > > i want to retrieve the value writed in the textBoxItem .Because i want >

Re: Please can anyone help me (urgent)

2010-05-04 Thread samounas
Can u help me please. On 4 mai, 15:16, samounas wrote: > i want to retrieve the value writed in the textBoxItem .Because i want > to put it in the value of the criteria .like this: new > criteria(field,value). > please can u tell me how can i retrieve this value. > > -- > You received this messag

Please can anyone help me (urgent)

2010-05-04 Thread samounas
i want to retrieve the value writed in the textBoxItem .Because i want to put it in the value of the criteria .like this: new criteria(field,value). please can u tell me how can i retrieve this value. -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

GWT Visualization server communication - URGENT!!

2010-03-05 Thread Anky
Hi, Is there any way to fetch server side data and render it to the charting components in a GWT-VIZ API enabled app? In would be perfect if someone can share some code examples of the rendering a chart component with server data. This is what I tried : public DataTable data;

Urgent Requirement for Citrix Netscaler Engineer for Minneapolis, MN

2010-02-26 Thread Sharon Shinny
Dear Partners, Please send the perfect match resume with the below mention details ASAP. *Consultant Details:* Name : Years : Ph No : Email : Location : Relocation : Availability : Visa status : Rate

Urgent: Window.addWindowClosingHandler doesn't work on IE8?

2010-02-11 Thread Jianjun Wen
Hi I tried to use it like this: Window.addWindowClosingHandler(new Window.ClosingHandler() { public void onWindowClosing(Window.ClosingEvent event) { event.setMessage("my messgae"); } }); It works on Chrome and FF. But on IE8, if clicking on cancel button on the

Re: Urgent How can I deploy android application to Google App Engine ???, I am using GWT

2010-01-23 Thread Andreas Mueller
Mgnus, Android apps can be coded with native code (e.g. C/C++), managed code (Java for the dalvik vm), and the ajax way (e.g. GWT). Is it right that you want to code a web application targeting Android clients? Than you have to create a GWT/Appengine Project instead of an Android project. Androi

Re: Urgent How can I deploy android application to Google App Engine ???, I am using GWT

2010-01-23 Thread slind...@gmail.com
On Jan 22, 3:01 pm, QterMgnus wrote: > i am using GWT as development tool. > I have made a small android application that I want to test in Google > cloud environment. is it possible to configure Android project so > that > Is it possible to use Google app engine ? > if so how ? Your question doe

Re: Urgent How can I deploy android application to Google App Engine ???, I am using GWT

2010-01-23 Thread QterMgnus
Anybody there ? On Jan 22, 3:01 pm, QterMgnus wrote: > i am using GWT as development tool. > I have made a small android application that I want to test in Google > cloud environment. is it possible to configure Android project so > that > Is it possible to use Google app engine ? > if so how ?

Urgent How can I deploy android application to Google App Engine ???, I am using GWT

2010-01-22 Thread QterMgnus
i am using GWT as development tool. I have made a small android application that I want to test in Google cloud environment. is it possible to configure Android project so that Is it possible to use Google app engine ? if so how ? -- You received this message because you are subscribed to the Goo

Re: Urgent help in GWT-Visualization

2010-01-21 Thread Brij Mohan
try out the faq http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=VisualizationFAQ On Tue, Jan 19, 2010 at 4:37 PM, Ramya Devi Dharmarajan < dramyadevi2...@gmail.com> wrote: > Hi, > > I have a problem in my below code.Please share your thoughts.Thi

Urgent help in GWT-Visualization

2010-01-19 Thread Ramya Devi Dharmarajan
Hi, I have a problem in my below code.Please share your thoughts.This is Urgent. Code : *Sample.java* TimeLine timeLine = *new* TimeLine(); VisualizationUtils.*loadVisualizationApi*(timeLine, AnnotatedTimeLine.* PACKAGE*); widget = timeLine.getAnnotatedChart(); *TimeLine.java:* * public

Urgent - Why and how I can use mvp4g with GWT?

2009-11-12 Thread Vicky
Hi, Can anyone explain me about mvp4g architecture with scenario based examples and limitations of GWT app without mvp4g?Also can I get step by step procedure for developing a very simple GWT app like login app or hello world like using mvp4g and without mvp4g for my learning and comparison.If po

Re: IE Script error... Urgent help needed

2009-10-01 Thread mars1412
I'd suggest the following: * log the time since you suspect form.clear() to take very long, just throw in some log statements before and after the call and find out how long this really takes in ms: e.g. use this to get the current time: DateTimeFormat.getFormat("HH:mm:ss:SSS").format(new Date());

Re: IE Script error... Urgent help needed

2009-09-30 Thread Vikas
Thanks alot Martin for the prompt reply. Infact, i found it wrong too, therefore updated the code which is as follows: if(formPanel != null && formPanel.getFields().length > 1) { // Checking length to prevent the control for irrelevant clear calls.

Re: IE Script error... Urgent help needed

2009-09-30 Thread mars1412
why do you call clear so often? calling it once should be enough, shouldn't it? and if the clear() call takes too long, you have to split it up: so don't call clear, but instead copy and adjust the code in the clear function, os that e.g. only 20 of the fields of the form are cleared at once. bu

IE Script error... Urgent help needed

2009-09-30 Thread Vikas
Hi all, I'm a newbie to GWT. Whenever, i try to re-load a Form Panel on Combo Box 'onSelect' event then i am getting IE script error that says: "A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort

Urgent Need for Google Web Toolkit Developer at Kansas

2009-09-24 Thread amit
Hi, This is Amit from Collabera, formerly called GCI and I am writing to you with regards to an excellent job opportunity I have with one of Collabera’s premier client. The opportunity Job Title: Developer Duration: 2 Months Location: Kansas Elaboration on the Project Description: 1) Need a Se

Re: GWT - Applet communication /Urgent/

2009-08-28 Thread Scooter
Search this forum for javascript applet communication. The code is easy but the concepts are not trivial as you must understand how GWT javascript JNI works as well as applets. GWTAI is also easy but again you must understand the use of attributes and put the java code in your gwt project. You can

GWT - Applet communication /Urgent/

2009-08-28 Thread kris
Hi, I have implemented an Applet (for graph visualization) and want to embed it to my GWT application. I also want to achieve communication between GWT and the Applet. I have seen and have tried to use the gwtai library (http:// code.google.com/p/gwtai/) but it does not even compile under Java 1.

Re: << Very urgent>> GWT deployment on Godaddy shared hosting. << Very urgent>>

2009-07-07 Thread Fred Sauer
Sajil, It's often useful to wrap the methods in your servlet with a try/catch IForm service(IForm form) { try { // your real code goes here } catch(Throwable e) { // log 'e' so it can be found in the server logs } } Fred On Tue, Jun 30, 2009 at 11:00 PM, sajil wrote: > > I am tr

<< Very urgent>> GWT deployment on Godaddy shared hosting. << Very urgent>>

2009-06-30 Thread sajil
I am trying to deploy a GWT project to GoDaddy shared hosting with tomcat 5.0.27. The apps work fine on the hosted Jetty server and also on my local Tomcat. I get the issue when I deploy it on the Shared Tomcat env. I have spend more than 2 weeks now to find a solution and totally frustrated out

  1   2   >