TypeOracleMediator help

2011-11-04 Thread bhomass
I am using java Play with mvp4g and found out they don't work together. neither group is able to provide help, because each one is unfamiliar with the other. I think the GWT group is best equipped to provide some insight into this, because it has to do with TypeOracleMediator's use of Thread

help with showcase examples

2011-10-30 Thread abdousoft
hey,i'm new in GWT world ,i'd like to understand how to implement google GWT showcase in this link :http://gwt.google.com/samples/ Showcase/Showcase.html ,thanks a lot. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: help with showcase examples

2011-10-30 Thread András Csányi
On 30 October 2011 12:15, abdousoft abdmezi...@gmail.com wrote: hey,i'm new in  GWT world ,i'd like to understand how to implement google GWT showcase in this link :http://gwt.google.com/samples/ Showcase/Showcase.html ,thanks a lot. The whole starts somewhere here [1], especially at Read the

a total GWT newbie needs help

2011-10-26 Thread Wicca
I joined this group to see if there is anyone who is willing to assist me. What I need is help (by explaining in very simple everyday language) in getting rid of huge spaces between PayPal buttons on a registration page I created on the website. If such a person exists and would reply to this email

回复: a total GWT newbie needs help

2011-10-26 Thread 袁红杰
Does anybody know how to quit these email? i don't want this type mail sent to my box --- 11年10月27日,周四, Wicca wicca...@gmail.com 写道: 发件人: Wicca wicca...@gmail.com 主题: a total GWT newbie needs help 收件人: Google Web Toolkit google-web-toolkit@googlegroups.com 日期: 2011年10月27日,周四,上午8:03 Hello

Re: a total GWT newbie needs help

2011-10-26 Thread Jeff Chimene
look for a solution to my problem. Therefore I joined this group to see if there is anyone who is willing to assist me. What I need is help (by explaining in very simple everyday language) in getting rid of huge spaces between PayPal buttons on a registration page I created on the website

Re: a total GWT newbie needs help

2011-10-26 Thread Bruno Sandivilli
for a solution to my problem. Therefore I joined this group to see if there is anyone who is willing to assist me. What I need is help (by explaining in very simple everyday language) in getting rid of huge spaces between PayPal buttons on a registration page I created on the website

Re: Help Page in GWT

2011-10-20 Thread Thomas Lefort
Hi, Thanks Paul. Not too sure about the Look and feel of your solution for my web application. I was looking at Sphinx lately. Anybody with experience in using Sphinx + GWT? On Sep 22, 3:57 pm, Paul Robinson ukcue...@gmail.com wrote: You could create a separate web-based help system

Re: CellTable custom header help.

2011-10-13 Thread Konstantin Zolotarev
There is no problem with table styles. I have problem with table header. I couldn't create 2 level header. Is there any solutions ? -- 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: CellTable custom header help.

2011-10-13 Thread Jeff Larsen
Upgrade to trunk. There is a custom header builder in there. -- 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/-/hDJSimfogmgJ. To post to this

Re: CellTable custom header help.

2011-10-13 Thread Konstantin Zolotarev
Thanks a lot. Tomorrow I'll check this. -- 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/-/gzquMeWyD_8J. To post to this group, send email to

Re: CellTable custom header help.

2011-10-13 Thread Jeff Larsen
An example http://showcase3.jlabanca-testing.appspot.com/#!CwCustomDataGrid -- 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/-/mU_6gWhP38wJ. To

Re: CellTable custom header help.

2011-10-13 Thread Konstantin Zolotarev
Exactly this I was looking for. Thanks one more time ! -- 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/-/zupz1pZc1H4J. To post to this group,

Modifying Mail App.. Help.

2011-10-11 Thread sampath sai
Hi , I need some help/suggestions with architecture. I started GWT slowly getting old of it. My idea is to enhance current Mail app to fit my application. I want to add following features 1) User registration (link will appear at the top panel). 2) Login application (link

need help

2011-10-10 Thread santlal vishwakarma
I am getting following errors while compiling multisearch application and not able to solve it. I am new to GWT . if anyone know solution pls help me [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Failed to get JNode

Re: need help

2011-10-10 Thread Juan Pablo Gardella
am new to GWT . if anyone know solution pls help me [ERROR] An internal compiler exception occurred com.google.gwt.dev.jjs.InternalCompilerException: Failed to get JNode at com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:140) at com.google.gwt.dev.jjs.impl.TypeMap.get

Re: need help

2011-10-10 Thread santlal vishwakarma
.@com.example.multisearch.client.JSONRequestHandler::onRequestComplete( Ljava/lang/String;)( j ); }; eval( window.+callbackName+=tmpcallback ); }-*/; class name is correct(com.example.multisearch.client.JSONRequestHandler),method also correct and its parameter also correct but still it generating error.pls help me -- You

Re: need help

2011-10-10 Thread Thomas Broyer
JSNI references must be on a single line; there cannot be new lines between the '@' and the ')'. I haven't checked but actually it might even choke on spaces. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the

CellTable custom header help.

2011-10-06 Thread Konstantin Zolotarev
How could I create such table ? https://lh5.googleusercontent.com/-P1lNQo2h0OU/To1OkdUm0aI/AMk/9PQw283WFOo/Screenshot.jpg -- 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: CellTable custom header help.

2011-10-06 Thread Stanislav Ievlev
You can create a custom resources and initialize CellTable with them. -- public class CustomTableT extends CellTableT { public static interface TableResources extends CellTable.Resources { @Source({CellTable.Style.DEFAULT_CSS, CustomTable.css}) TableStyle cellTableStyle(); }

Re: CellTable custom header help.

2011-10-06 Thread Sudhakar Abraham
Create a cellTable using CellTable.Resources interface. Add your CellTableStyle.css file in your CellTable constructor. Construct the header using cell interface. //client side code. interface TableResources extends CellTable.Resources { @Source(value = { CellTable.Style.DEFAULT_CSS,

Re: Request for help with Request Factory and Spring MVC integration

2011-09-29 Thread Krishna Kishore k
Hi, I have implemented the above method you suggested. But I am still facing the null pointer issue. I think I am doing something wrong with the basics. Instead of Using the DAO layer directly I am trying to implement use the service layer in between. The service class is

Re: Request for help with Request Factory and Spring MVC integration

2011-09-29 Thread Krishna Kishore k
Using RequestEmployeeProxy, Void persist(); I am getting compilation error saying Incorrect number of arguments for type RequestT; it cannot be parameterized with arguments EmployeeProxy, Void And I am calling the persist method as below. /*MyRequestFactory.java*/ public interface

Re: Request for help with Request Factory and Spring MVC integration

2011-09-29 Thread -sowdri-
Sorry that was a typo, *RequestVoid persist(); // correct* * * and while calling, RequestVoid createReq = request.persist().using(newEmployee); // wrong request.persist(newEmployee).fire(); // correct I suggest you read the RF documentation! -- You received this message because you are

Re: Request for help with Request Factory and Spring MVC integration

2011-09-29 Thread Krishna Kishore k
I was not initializing the eventbus properly. After intializing it I was able to continue and completed the RequestFactory Validation and now my CRUD operations are working fine. Thanks a lot for your help.. :) -- You received this message because you are subscribed to the Google Groups Google

Re: Request for help with Request Factory and Spring MVC integration

2011-09-29 Thread -sowdri-
Are you using the EntityLocator/AppServiceLayerDecorator/AppRequestFactoryServlet solution? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Help designing app

2011-09-29 Thread Rakesh
product so I need to use the event bus concept? Not sure what the server calls would be in this situation though? Any help appreciated! Thanks R -- 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

Request for help with Request Factory and Spring MVC integration

2011-09-28 Thread Krishna Kishore k
Hello, Can anyone please help me out on the below? I am new to GWT and I have been trying a lot to get a starter app running using GWT, Spring and hibernate. I was able to set up basic app but now I want to use RequestFactory with Spring MVC. After searching a lot I came across few links to get

Re: Request for help with Request Factory and Spring MVC integration

2011-09-28 Thread -sowdri-
http://jsinghfoss.wordpress.com/2011/08/10/gwt-2-2-0-requestfactory-spring-3-0-x-integration/ . The solution presented in the above blog, suggests RF integration using DispatcherServlet, but there actually there is another way of integrating directly with your spring container. I'll put

request for help because of error message while running my GWT application

2011-09-25 Thread blaise
in doStartup method please i need your help to result it. -- 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

Re: install problem help me thanks

2011-09-24 Thread Sudhakar Abraham
Download the latest gwt 2.4.0 sdk from the link http:// code.google.com/p/google-web-toolkit/downloads/detail? name=gwt-2.4.0.zip. Extract the gwt-2.4.0 zip file to the desired directory. In eclipse IDE configure your corresponding gwt sdk. File-- New-- WebApplication Project--configure sdk

install problem help me thanks

2011-09-23 Thread wisdom white
when I install gwt the eclipse shows me a error like: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing:

Help Page in GWT

2011-09-22 Thread Thomas Lefort
Hi All, I would like to add a Help Page in my GWT application. Something with a table of content to navigate on the left side and the actual page content on the right with wiki like hyperlinks. Is there any GWT library for that? ideally integrated with some nice editor? Thanks, Thomas -- You

Re: Help Page in GWT

2011-09-22 Thread Paul Robinson
You could create a separate web-based help system and then display the contents in a frame. Then it's a matter of choosing your favourite web-based help system. Personally, I use http://www.helpandmanual.com and really like it. You can see their own help at http://help.ec-software.com/ but you

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

Re: Help! Some confusing problems about gwt rpc with generics!

2011-09-07 Thread Ali Jalal
Hi Lan, I encounter this problem in my services, for more info see: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/64560785342d2dfd?hl=en Test this: If id type (K generic parameter) be a primitive-wrapper type (like Long or Integer) you will not get exception, but if K

gwt upload help

2011-09-06 Thread Marcin Stolarski
know what is the reason. Please help. -- 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

Re: Need help with parallel build (ant)

2011-08-31 Thread Wendel
Thanks for the reply, I already got that working. For development the permutations are disabled. I'd like to know how to compile the modules independently and then link them together. If possible. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Need help with parallel build (ant)

2011-08-31 Thread Thomas Broyer
On Wednesday, August 31, 2011 9:48:45 AM UTC+2, Wendel wrote: Thanks for the reply, I already got that working. For development the permutations are disabled. I'd like to know how to compile the modules independently and then link them together. If possible. That's not possible. With

Re: Help! Some confusing problems about gwt rpc with generics!

2011-08-30 Thread Lan Andrew
Thank you very much,Jeff. Yes,as you say, I shouldn't send List over rpc. Another problem, what do you think about the exception above? The generic parameter K would be still erased in the generated Proxy implementing that interface,even though I bind the parameter type,such as String, in the

Re: Help! Some confusing problems about gwt rpc with generics!

2011-08-30 Thread Lan Andrew
Thank you very much,Alex. Yes,maybe I shouldn't send List over rpc and use generics in gwt rpc like this way. But I also have some problems about the exception above. The generic parameter K would be still erased in the generated Proxy implementing that interface,even though I bind the parameter

Need help with parallel build (ant)

2011-08-30 Thread Wendel
Hello, We are working on a project which has 5 modules and one entry point. Four modules can be build independently, in 0.20 seconds. The main module is called site, it has the entry point and uses all modules. Can you use the ANT parallel tag in this case? If you gwt compile the site module

Re: Help! Some confusing problems about gwt rpc with generics!

2011-08-30 Thread Paul Robinson
http://code.google.com/p/google-web-toolkit/issues/detail?id=2374 On 30/08/11 08:10, Lan Andrew wrote: Thank you very much,Alex. Yes,maybe I shouldn't send List over rpc and use generics in gwt rpc like this way. But I also have some problems about the exception above. The generic parameter K

Re: Need help with parallel build (ant)

2011-08-30 Thread John Maitland
Have a look at local workers flag, it will compile the permutations in parallel: http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions John -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Help! Some confusing problems about gwt rpc with generics!

2011-08-29 Thread Alex Dobjanschi
Are you sure you need a generic RemoteService? Like Jeff stated, RPC proxyCreator needs to ensure all subtypes of the types specified in your RemoteService need to be serialized (that way, server client can communicate without problems). This will bloat the size of generated code. Moreover,

CellTables and fileupload help!!

2011-08-29 Thread jose felix estevez
good friends I'm trying to create a column that is the typefileupload any ideas? -- 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/-/_iGJ8sHL0GQJ.

Help! Some confusing problems about gwt rpc with generics!

2011-08-28 Thread Lan Andrew
I make a test about gwt rpc these days, and meet some confusing problems. At first, I created a project named testGwtRpc by the gwt plug-in. Certainly,this is a helloworld project,and it works fine. Second,I made some changes for the project,especially adding the generics on the rpc service

Re: Help! Some confusing problems about gwt rpc with generics!

2011-08-28 Thread Jeff Larsen
Don't send List over rpc. The serializer has to take every impl of List and create a serialization policy for it. Try it with ArrayList and see what you get. Also, K has to be defined as something, preferably something as strongly typed as possible. And all instances of T and K must also be

Re: Help!

2011-08-27 Thread JHM
(contentHTML.getElement()); contentHTML.setHTML(formatRecord(contentRecord)); infoWindow.setPosition(center); infoWindow.open(mapWidget.getMapJSO()); } On Aug 4, 6:45 am, Thomas Lefort lefortho...@gmail.com wrote: If anybody can help, I am really pulling my hairs... I am on my last

Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java: 409) at org.mortbay.thread.QueuedThreadPool $PoolThread.run(QueuedThreadPool.java:582) Thanks for your help ! -- You received this message because you are subscribed

Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java: 409) at org.mortbay.thread.QueuedThreadPool $PoolThread.run(QueuedThreadPool.java:582) Thanks for your help ! -- You received this message because you

Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sean
I think your slashes are being interpreted wrong. try: con = DriverManager.getConnection(jdbc:mysql:localhost:3306\\pandorabox,root,root); -- 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 : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Hi, The article says that we could try to remove the app engine jar from the project, which jar I must remove exactly ? and from where ? Thx -- 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 : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Hi Sean, I tried your suggestion but it doesn't change anything, same problem. -- 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/-/mLh3Vc3GccAJ. To

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
You can't connect to mysqlhttp://stackoverflow.com/questions/1651629/can-i-use-a-mysql-database-with-an-app-engine-applicationif you will deploy in app engine. If you aren't do a GAE app, you must remove GAE facet (if you use eclipse) to the project. Right click in the project, Properties -

Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Any one had this problem before? -- 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/-/I4QR492qr_kJ. To post to this group, send email to

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
Hi Sed, If you wanna make a GAE app you can't use mysql. If you wanna do a GWT application that don't run on GAE, remove GAE facet in your project (if you use eclipse). Right click in the project, Google -App Engine and uncheck *Use Google App Engine* * * *Juan * 2011/8/25 Sed

Re : Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
- Remove all JAR linked to AppEngine (the name contain appengine) from you project classpath 3- Be careful some warning will appear to say that some jar are missing in the WAR/lib directory, copy them. Thanks a lot for your help (especially Juan !) -- You received this message because you

Help needed: Why does GWT Compiler not ignore my own custom annotation?

2011-08-18 Thread Anthony Homan
to want to find the source code for this annotation, which of course is not possible or desirable since it uses non-JRE emulation classes and isn't needed by the client side anyway. What am I doing wrong? How do I get the GWT Compiler to ignore my annotation? Thanks for any help...I've wasted a full

Re: Help needed: Why does GWT Compiler not ignore my own custom annotation?

2011-08-18 Thread Anthony Homan
code for this annotation, which of course is not possible or desirable since it uses non-JRE emulation classes and isn't needed by the client side anyway. What am I doing wrong?  How do I get the GWT Compiler to ignore my annotation? Thanks for any help...I've wasted a full day's development

Re: Need help for storing Sessions

2011-08-09 Thread Juan Pablo Gardella
be a security problem. How can I prevent this? 1) Don't use cookies 2) Tell me the problems and then I tell how solve. Can comebody help me? 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

Re: Help!

2011-08-05 Thread Thomas Lefort
Hi John, Thanks again for your help and patience. The problem I have is that my widget is really quite a complex one, with in place field edits, help links etc... I really cannot reimplement, or bridge, every one handler of my widget, that's just not possible. There are two things that really

Re: Help!

2011-08-05 Thread Thomas Lefort
the div as an Element which I in turn wrap in an HTMLPanel using HTMLPanel.wrap and then I add the widget! On Aug 5, 10:06 am, Thomas Lefort lefortho...@gmail.com wrote: Hi John, Thanks again for your help and patience. The problem I have is that my widget is really quite a complex one

Can i draw tree map using Google Web Toolkit offline - Pls help me

2011-08-05 Thread santosh.t
Can i draw treemap using the Google Web Toolkit where my application runs in Intranet. Please help me. Santosh Kumar T. 919393622722 -- 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

Help!

2011-08-04 Thread Thomas Lefort
If anybody can help, I am really pulling my hairs... I am on my last bit of my jsni integration with maps v3. I want a widget to appear in an infowindow. The widget has buttons and links. All elements appear fine in the infowindow except that none of the links, buttons work anymore. This is what

Re: Help!

2011-08-04 Thread Juan Pablo Gardella
Are you debbug with firebug or similar to see the error? 2011/8/4 Thomas Lefort lefortho...@gmail.com If anybody can help, I am really pulling my hairs... I am on my last bit of my jsni integration with maps v3. I want a widget to appear in an infowindow. The widget has buttons and links

Re: Help!

2011-08-04 Thread Thomas Lefort
, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Are you debbug with firebug or similar to see the error? 2011/8/4 Thomas Lefort lefortho...@gmail.com If anybody can help, I am really pulling my hairs... I am on my last bit of my jsni integration with maps v3. I want a widget

Re: Help!

2011-08-04 Thread John Ho
can help, I am really pulling my hairs... I am on my last bit of my jsni integration with maps v3. I want a widget to appear in an infowindow. The widget has buttons and links. All elements appear fine in the infowindow except that none of the links, buttons work anymore

Re: Help!

2011-08-04 Thread Thomas Lefort
? 2011/8/4 Thomas Lefort lefortho...@gmail.com If anybody can help, I am really pulling my hairs... I am on my last bit of my jsni integration with maps v3. I want a widget to appear in an infowindow. The widget has buttons and links. All elements appear fine in the infowindow except

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

Need help for storing Sessions

2011-08-04 Thread Foermchen82
in a cookie, does the laste state of the session will be restored? I hope not! If I close the browser, the session should not be reusable 4. I have read, that cookies can possible be a security problem. How can I prevent this? Can comebody help me? Thank you -- You received this message because you

Re: Help!

2011-08-04 Thread Thomas Lefort
debbug with firebug or similar to see the error? 2011/8/4 Thomas Lefort lefortho...@gmail.com If anybody can help, I am really pulling my hairs... I am on my last bit of my jsni integration with maps v3. I want a widget to appear in an infowindow. The widget has buttons

Re: Help!

2011-08-04 Thread John Ho
Even though you are creating a new FlowPanel and adding your propertiesEditor widget after passing it into the popup, it still doesn't matter because you are passing the panel as an Element in your openInfoWindowWidget method. But to elaborate on the approach I mentioned, try this as an

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: Help to set Chart Height in Visualization API

2011-07-28 Thread Uemit
As far as I know it is not possible. You have to set explicit sizes for google charts (at least for the height). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Help to set Chart Height in Visualization API

2011-07-26 Thread Rahul Radhakrihsnan
(), createOptions(), 100%, 100 ); is working Please help me to set the height also in % -- 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

GWT Development plugin for FF 4.0/5.0 doesn't work - help

2011-07-17 Thread gwtuser001
plugin back to correct work? I tried to reinstall FF from 5.0 to 4.0 but it didn't help :( I removed the FF GWT add-on and reinstalled it but it didn't help too :( So now I do need you professional advice. Please help me how to make all work back? I am waiting for your comments Thanks -- You

Re: Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-14 Thread dreamer
Can you please try going to source and adding, if supported, brings up at .. -Venu http://schoolk12.appspot.com/ On Jul 13, 8:10 am, cri chuck.irvine...@gmail.com wrote: I posted this issue before but didn't get any help so trying again... Using GWT Designer, when looking at a UiBinder *.ui.xml

Re: Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-14 Thread cri
, if supported, brings up at .. -Venuhttp://schoolk12.appspot.com/ On Jul 13, 8:10 am, cri chuck.irvine...@gmail.com wrote: I posted this issue before but didn't get any help so trying again... Using GWT Designer, when looking at a UiBinder *.ui.xml file in the Design tab, the setStyle

Re: Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-14 Thread dreamer
before but didn't get any help so trying again... Using GWT Designer, when looking at a UiBinder *.ui.xml file in the Design tab, the setStyle property doesn't appear in the Properties window. Shouldn't the property be there? The docs seem to indicate that it should be. Thanks Chuck

Re: Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-14 Thread cri
and adding, if supported, brings up at .. -Venuhttp://schoolk12.appspot.com/ On Jul 13, 8:10 am, cri chuck.irvine...@gmail.com wrote: I posted this issue before but didn't get any help so trying again... Using GWT Designer, when looking at a UiBinder *.ui.xml file in the Design tab

Please help - GWT Designer / UiBinder bug or clueless new user?

2011-07-13 Thread cri
I posted this issue before but didn't get any help so trying again... Using GWT Designer, when looking at a UiBinder *.ui.xml file in the Design tab, the setStyle property doesn't appear in the Properties window. Shouldn't the property be there? The docs seem to indicate that it should be. Thanks

Need help on GWT hot deployment on JBOSS in Eclipse

2011-07-12 Thread Mahesh Halkatti
*Need help on GWT hot deployment on JBOSS in Eclipse* -- 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

Re: Need help on GWT hot deployment on JBOSS in Eclipse

2011-07-12 Thread gangurg gangurg
Whats the problem ? On Tue, Jul 12, 2011 at 3:04 PM, Mahesh Halkatti softm...@gmail.com wrote: *Need help on GWT hot deployment on JBOSS in Eclipse* -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Help : Memory Leak Problem

2011-07-11 Thread Jmscavaleiro
If you try the destroy implementation as suggested, it will be very appreciated if you give a feedback about the result. Thanks! On Jul 6, 9:12 am, Alberto Rugnone arugnonechemi...@gmail.com wrote: In production. I didn't take measurements in development. On Jul 5, 6:12 pm, Marko Vuksanovic

Re: Help : Memory Leak Problem

2011-07-06 Thread Alberto Rugnone
In production. I didn't take measurements in development. On Jul 5, 6:12 pm, Marko Vuksanovic markovuksano...@gmail.com wrote: Do you have this problem in development or production mode? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Help : Memory Leak Problem

2011-07-05 Thread Alberto Rugnone
help us and explain those behaviours? I am wondering also if a key to understand the problem could be understand how GWT implements inheritage and garbage collecting? ? Thank you in advance for any help, this problem is very important. Regards Alberto -- You received this message

Re: Help : Memory Leak Problem

2011-07-05 Thread Marko Vuksanovic
Do you have this problem in development or production mode? -- 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/-/XPZ5kXXSu8IJ. To post to this group,

Strange behaviour of CellList. Any help would be appreciated

2011-07-05 Thread Ernesto Oltra
++) { // CommentData is a plain object that only stores data providerList.add(new CommentData(id, body, sent, author, authorName)); } } }; Any help would be appreciated -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Strange behaviour of CellList. Any help would be appreciated

2011-07-05 Thread Ernesto Oltra
-.-' Forgot to specify cellList.setPageSize(...). Solved. -- 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/-/ftM2YRrffK0J. To post to this group,

Help : Memory Leak Problem

2011-07-04 Thread Alberto Rugnone
took measurements also from chrome's task manager but I can't understand the relation between profiling and that. In fact when I use profiling the memory grows in a strange way probably because profiling instrument the memory in some way. There is some one that can help us and explain those

Re: Help : Memory Leak Problem

2011-07-04 Thread Rob Coops
because profiling instrument the memory in some way. There is some one that can help us and explain those behaviours? I am wondering also if a key to understand the problem could be understand how GWT implements inheritage and garbage collecting? ? Thank you in advance for any help, this problem

Re: Help with building GWT from source - javax.validation.ConstraintValidation cannot be resolved

2011-06-30 Thread Eugen Paraschiv
Adding the validation-api to the classpath now results in javax.validation.ValidationException: Unable to find a default provider I do have gwt-servlet on the classpath as well, but it seems that without something like hibernate-validator (which is a provider), it doesn't find one. Any

<    1   2   3   4   5   6   7   8   9   10   >