Combox dynamic

2009-02-26 Thread Carlos
[x][1]); cb.setDisplayField(ncombobox[x][2]); } cb.setstore( ) ?? How to fill the combobox if I have only the name of the combobox? tks. Carlos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Issue with services

2009-03-17 Thread Carlos A
Hi,currently I'm working on a project with GWT that has this special condition:we'll deliver two products,a framework and an application.The application uses the framework classes through a JAR file.The big problem is that the framework package contains all the clases that implements Services and

build.xml [Begginer]

2009-11-30 Thread Carlos
it... Well I see no way of finding these file, the tutorials seem to say it generates with the New Project Web App (icon) but in fact it doesn't (I'm sure it isn't there at least). Am I doing something wrong? Thanks! Carlos -- You received this message because you are subscribed to the Google Groups

optimizing GWT code

2011-04-15 Thread Carlos
hi all, am creating a web application testing tool for a specific server, and using gwt for this purpose (first contact with gwt). The code of the EntryPoint class is enorme and somehow confusing for anyone who wants to re-read it or modify it after me. so how i can realy optimize the code? is

Re: optimizing GWT code

2011-04-18 Thread Carlos
to put that on another class, using UiBinder On Fri, Apr 15, 2011 at 11:26 AM, Carlos hbazz...@gmail.com wrote: hi all, am creating a web application testing tool for a specific server, and using gwt for this purpose (first contact with gwt). The code of the EntryPoint class is enorme

Re: optimizing GWT code

2011-04-18 Thread Carlos
at 11:26 AM, Carlos hbazz...@gmail.com wrote: hi all, am creating a web application testing tool for a specific server, and using gwt for this purpose (first contact with gwt). The code of the EntryPoint class is enorme and somehow confusing for anyone who wants to re-read it or modify

Navigation between different html pages

2011-04-20 Thread Carlos
hello, sorry being so annoying :) i have another problem concerning navigation from the html host page to another html page. first i created a new module with a new entry point. then i created a new html page and added the script tag which point to the new module what i want is the following: i

Re: Navigation between different html pages

2011-04-21 Thread Carlos
the other part of your application is, for eg., a struts action could be reached like so: Window.open(../gwt/sample_load.action); On Wed, Apr 20, 2011 at 8:51 AM, Carlos hbazz...@gmail.com wrote: hello, sorry being so annoying :) i have another problem concerning navigation from

Re: StackPanel

2011-04-21 Thread Carlos
hello, you can create a panel which can be of any kind according to the way you want to view your items (a vertical panel for example) then you add the different items to this new created item. finally you add this panel to your StackPanel. hope this will help you Ani. Carlos. On 20 avr, 08:14

Re: Navigation between different html pages

2011-04-21 Thread Carlos
should i configure something in the web.xml for the jetty server? On 21 avr, 09:58, Carlos hbazz...@gmail.com wrote: am using Window.open(.) specifying the url of the new html page which contains a link to a new module but it's not working. it can't find the specified url On Apr 20, 6:18

Re: Navigation between different html pages

2011-04-21 Thread Carlos
to relative paths of resources which may be relative to the host page. http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g... On Thu, Apr 21, 2011 at 3:58 AM, Carlos hbazz...@gmail.com wrote: am using Window.open(.) specifying the url of the new html page which contains

module not loading

2011-04-22 Thread Carlos
hi all, if i have two different modules and each module is associated to an html page when the user navigates from the host page to the second page the module(script) is not working its just viewing the html contents and the onModuleLoad() is not firing. in fact i compiled the two modules and

Re: Debuging GWT application with Eclipse

2011-04-22 Thread Carlos
hi, i had a similar problem with eclipse. the problem was that my SDK was in a shared network which results in this exception. so when i placed my SDK in a non shared area like D: or C: it worked correctly. hope this can help. On 22 avr, 12:45, tdanan thomas.da...@mycom-int.com wrote: Hi All,

Re: some problem about GWT

2011-04-22 Thread Carlos
hi, you are writing your code in the client side. thats why it can't recognize the javax.servlet.http.HttpServlet since it is not supported by the gwt libraries. On 22 avr, 07:28, 剑涛 何 hejiant...@gmail.com wrote: I code a servlet in GWT: Line 8:   public class AddServvlet extends HttpServlet{

Re: some problem about GWT

2011-04-24 Thread Carlos
right this can be a solution On 24 avr, 05:02, 何剑涛 hejiant...@gmail.com wrote: it is said that i must write it in server side,right? 2011/4/22 Carlos hbazz...@gmail.com: hi, you are writing your code in the client side. thats why it can't recognize

UI:Binder documentation

2011-04-27 Thread Carlos
hey, i want to create a uiBinder wchich creates all of the gwt widgets in order to organize and refactore my code. but i can't find a real well organized document concerning uiBinder am using Grids and FlexTables in my code so i was'nt able to find anything concerning gris or flex table and while

Re: UI:Binder documentation

2011-04-28 Thread Carlos
i can't use static tables because am supposed to add dynamically the contents to the row and delete it thanks for your response On 27 avr, 19:58, Jeff Larsen larse...@gmail.com wrote: If you're using grids/flex table, can you just write a static table or do you have to dynamically add content

Speeding up RPC response

2011-05-12 Thread Carlos
hello, am using String[] as returned type all the RPC calls and sometimes this array of strings is of size 3000 which makes it somehow slow, it takes over 5 to 6 sec i used Liststring and it didn't make any differences. The object am using in the server side is not serializable so i can't send it

GWT deployment

2011-05-16 Thread Carlos
hey, I want to deploy my application to a webSphere server, i surfed the web for some answers but it was really confusing so can u help me with your experience on how to creat a .war file from gwt application. thanks in advance. -- You received this message because you are subscribed to the

Re: GWT deployment

2011-05-16 Thread Carlos
sorry i wanted to say you can't export a gwt application to .war On 16 mai, 15:11, Carlos hbazz...@gmail.com wrote: in eclipse you can export a gwt application to .war i need another way to develope my .war On 16 mai, 15:08, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote

Re: GWT deployment

2011-05-16 Thread Carlos
complicated if you are starting with gwt) 2011/5/16 Carlos hbazz...@gmail.com hey, I want to deploy my application to a webSphere server, i surfed the web for some answers but it was really confusing so can u help me with your experience on how to creat a .war file from gwt application

Re: GWT deployment

2011-05-18 Thread Carlos
thanks for you advice, i have another issue now i have a property file which i want it to be outside the war so that the i can't modify it without being obliged to recreate the war file any suggestions please On 17 mai, 14:22, nacho vela.igna...@gmail.com wrote: You can create an ant

Re: GWT deployment

2011-05-19 Thread Carlos
: Hi Carlos, I deploy the war to jetty then in a separate directory on the server and use an ant task to replace my configs and web.xml file depending on the server. However i do read the files from the war. E On Wed, May 18, 2011 at 8:35 AM, Carlos hbazz...@gmail.com wrote: thanks

run via cmd

2011-05-20 Thread Carlos
now as i have finished creating the .war file am passing an argument via command line to initialize the enviroment variable which represents the path to the configuration file but i have a question concerning how to run my application via cmd what should i write as a command and where --

Re: run via cmd

2011-05-20 Thread Carlos
thank you for your answer but am not using maven in my project On 20 mai, 13:22, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/hosted.html 2011/5/20 Carlos hbazz...@gmail.com now as i have finished creating the .war file am

Error while deploying my gwt application on a websphere server 6.1 !!!!

2011-05-24 Thread Carlos
hi, This is the message i found in the log of the my websphere of version 6.1 i want to kno if the problem is a gwt issue or websphere issue so do you have any idea about it? am using gwt SDK 1.5 websphere 6.1 i deployed the .war on the server but i am recieving always this error: --Start of

Re: Error while deploying my gwt application on a websphere server 6.1 !!!!

2011-05-26 Thread Carlos
hey, for those who might face the same problem, the solution is that when you want to recreat your .war you should clean up your project and compile it (clean up is not always neseccary). On 24 mai, 16:47, Carlos hbazz...@gmail.com wrote: hi, This is the message i found in the log of the my

Re: Pop up Panel not working properly

2011-05-30 Thread Carlos
hi, how did you do the binding ? can you paste your java class here so that we can see whats going on ? because i had done something similar to this. regards. On 28 mai, 13:55, Juhi Bhatia jbha...@entrib.com wrote: Hi, I am trying to show a Grid in a popup panel through uibinder. but the

Re: Can't get gwt remote service (path) to work

2011-06-01 Thread Carlos
hi, you should check your module file if you have used this pattern module rename-to=thinpost then your module name is now reffered to as thinpost (thinpost is just an example) so the servlet mapping would look like the following servlet-mapping servlet-namethinpostService/servlet-name

Re: creating war

2011-06-01 Thread Carlos
hi, try this http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/ read it carefully and apply it it worked with me On 1 juin, 06:46, Navindian navind...@gmail.com wrote: How to create a war out of GWT Web application project? -- You received

Window.ClosingEvent is not fire in iPad

2012-02-01 Thread Carlos
Hello, When I make a change of my window location the Window.ClosingEvent it's not fire on Safari, iPad2, iOS 5.0.1... I attach a example source that works in android, firefox, chrome... but not in Safari... I don't know which is the problem... could anyone help me¿ Thank you

Multiple constructors with UiBinder

2012-02-01 Thread Carlos
Hi, How do I define a class with more than one constructor to be use with UiBinder? @UiConstructor it's not allowed to be put in more than one constructor :S For example... if my class is the following... How can I tell to Uibinder that I have 4 constructors? public class MyButton extends

Catch a javascript event

2012-02-01 Thread Carlos
I open a window and I change the value of a input element that I have in the main html with javascript from the child window . How do I catch the onChange events from GWT in parent window? -- Parent window body input type=hidden id=var1 value=not_init /body

Re: Create local application?

2012-04-11 Thread Carlos
I have tried the add-linker name=xsiframe / and it works on chrome but not for firefox... Is there anyway to make this cross... without any web server or tomcat...? El sábado, 14 de enero de 2012 20:08:16 UTC+1, nino escribió: I dont see why JQuery should be better then GWT for this case. I

Re: accessing the compiled javascript from a stand alone project.

2012-04-11 Thread Carlos
Hi Thomas, I have tried this and It works on Chrome, but it doesn't works on firefox for example is there another tweak or compiler option to make cross site Thank you El jueves, 19 de enero de 2012 17:07:00 UTC+1, Thomas Broyer escribió: Add add-linker name=xsiframe / to make it work

GWT FormPanel does not submit the session

2012-05-03 Thread Carlos
I have the same problem that this issue: http://stackoverflow.com/questions/9114190/gwt-formpanel-does-not-submit-the-session-id-after-updating-on-gwt-version-2-4-0 How do we can trick this error? Thank you -- You received this message because you are subscribed to the Google Groups Google

Re: GWT FormPanel does not submit the session

2012-05-04 Thread Carlos
I have found my error. It fails in development mode in local and not when I deploy it in GAE. My fault was that when create the url to the blobservice ( blobstoreService.createUploadUrl(/upload)) it returns a url like this: http://*my_host_name*:/_ah/key_to_blob and it should return

Re: Exception when running GWT Gadget RPC sample project ($stats is not defined)

2008-12-03 Thread carlos calvo
) at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1255) -- Respetuosamente Carlos Calvo Guillen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

ui:image, image within an anchor or a button

2010-04-23 Thread Carlos Aguayo
I'd like to have an image within an anchor or a button tag. I'm using the UiBinder and I need the anchor or button to be a widget so I can use their HasClickHandlers interface. I wanted to use an image widget so I can use an ImageResource, something like this: !DOCTYPE ui:UiBinder SYSTEM

Re: Adding Event Handlers on the body element...

2010-09-09 Thread Carlos Aguayo
You can try something like this: Event.addNativePreviewHandler(new NativePreviewHandler() { @Override public void onPreviewNativeEvent(NativePreviewEvent event) { int KEY_F8 = 119; if (keyup.equals(event.getNativeEvent().getType())

Validating ClientBundles ?

2009-12-22 Thread Carlos Aguayo
, Carlos -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

Re: Blank Screen in IE8 but Normal in FF3.5

2010-01-12 Thread Carlos Aguayo
I have the same problem and also for me the x-ua-compatible tag fixed it. I created a project using the gwt eclipse plugin, here's the java file: === import com.google.gwt.core.client.EntryPoint; import com.google.gwt.core.client.GWT; import com.google.gwt.uibinder.client.UiBinder; import

UiBinder and non standard CSS properties.

2010-02-01 Thread Carlos Aguayo
Hi, UiBinder can't seem to take non standard CSS properties. I have the following: ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:style .test { -moz-border-radius: 4px; } /ui:style g:HTMLPanel input

Re: Is there a way to mock JSONObject?

2010-02-02 Thread Carlos Aguayo
Not as good or ideal as a mockobject but you could use the GWTTestCase. On Feb 2, 4:19 pm, Kevin Q kevin.jing@gmail.com wrote: Our application consumes JSON web services. We're using JSONParser, returning a JSONObject, and construct domain models from the result JSONObject. I'd like to

Problem compiling deploying GWT-Fx

2009-09-11 Thread Carlos Niebla
Hi, I've been working with some examples of GWT-Fx, they run fine in hosted mode within Eclipse, but when I compile and deply to web server they show nothing at all. I've inspected the resulting war dir, and there's not a org/adam* set of directories. As I said, in my setup I have added the

Re: Problem compiling deploying GWT-Fx

2009-09-20 Thread Carlos Niebla
Many thanks! I'm going to track this and I'll keep this thread posted :) On Sep 19, 4:24 am, Adam T adam.t...@gmail.com wrote: Hi Carlos, You shouldn't see anything in the war file, the code for gwt-fx gets compiled into JavaScript by the GWT compiler - just adding the jar file as you have

Re: Problem compiling deploying GWT-Fx

2009-09-21 Thread Carlos Niebla
(http://www.naya.com.mx/img/logo_NAYA_c.jpg;); RootPanel.get().add(f); } } Many thanks in advance! On Sep 19, 4:24 am, Adam T adam.t...@gmail.com wrote: Hi Carlos, You shouldn't see anything in the war file, the code for gwt-fx gets compiled into JavaScript by the GWT

FocusPanel with nested focusable elements

2010-11-02 Thread Carlos Aguayo
events are not being fired in the FocusPanel, I'd have to click outside the textboxes but within the FocusPanel for the event to be fired. Is there a way I can get the events fired in the FocusPanel while focusing in the textboxes? Thanks, Carlos -- You received this message because you

Re: Deploying GWT application on a web server

2010-11-23 Thread Carlos Morell
Hi, I think that you have to deploy a war file with all your web app. Read this blog, maybe it answer your better than me hehehe http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/ :) 2010/11/23 Noor baken...@gmail.com Hi, I have read the

Value function - Example - Developer's Guide - Client Bundle

2010-12-13 Thread Carlos Aguayo
Could someone provide a more elaborate example on how to use the Value function as described here: http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#CssResource The documentation has this example: .myDiv { offset-left: value('imageResource.getWidth', 'px'); } However I

Re: Value function - Example - Developer's Guide - Client Bundle

2010-12-13 Thread Carlos Aguayo
'); } On Dec 13, 7:58 pm, Carlos Aguayo carlos.agu...@gmail.com wrote: Could someone provide a more elaborate example on how to use the Value function as described here: http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.htm... The documentation has this example: .myDiv

Re: Value function - Example - Developer's Guide - Client Bundle

2010-12-13 Thread Carlos Aguayo
I had a typo... public interface MyResources extends ClientBundle { @Source(MyCompanyLogo.png) ImageResource myLogo(); @Source(skins.css) CssResource skins(); } Then in skins.css you can have: .myDiv { offset-left: value('myLogo.getWidth', 'px'); } On Dec 13, 8:23 pm, Carlos Aguayo

Re: 2.4 beta and mobilewebapp sample

2011-09-02 Thread Carlos Aguayo
The Missing artifact com.google.gwt:gwt-servlet:jar: 2.4.0:runtime errors go away if you update gwtVersion in pom.xml to this line: gwtVersion2.4.0-rc1/gwtVersion On Jul 19, 1:07 pm, Michel Jonker michel.jon...@e-office.com wrote: Hi, Thanks for the reply. Are you suggesting that I fetch the

Re: GWT Developer Plugin for Firefox 9

2012-02-02 Thread Carlos Aguayo
FF10 is already here so that will mean updating the plugin again. Is this something that can be done by the community? If so, where should we take a look at? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the

Re: User visible urls

2012-02-21 Thread Carlos Aguayo
Hi Thomas, could you share the one that you wrote to use pushState? Thanks! -- 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/-/pKyIVdEyL4EJ. To post

Re: User visible urls

2012-02-27 Thread Carlos Aguayo
works like a sharm! thanks buddy! On Wednesday, February 22, 2012 5:08:23 AM UTC-5, Thomas Broyer wrote: On Tuesday, February 21, 2012 6:04:55 PM UTC+1, Carlos Aguayo wrote: Hi Thomas, could you share the one that you wrote to use pushState? Thanks! Here's a skeleton implementation

Re: GWT-Eureka available

2012-04-10 Thread Carlos Tasada
-eureka.appspot.com/ This is just a first release candidate. I'll keep working to improve it and make it production ready, but I really look forward for your comments and suggestions Regards, Carlos. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Relaunch a GWT-RPC request after a failure

2012-05-14 Thread Carlos Silva
Hi, I'm using RpcRequestBuilder to intercept and do some general modifications to every RPC I make on my application. Is there a way, to if I caught a throwable on my RpcRequestBuilder, and I know that I should try to do the RPC again, relaunch the same RPC? It's theoretically possible, I just

Re: GWT Debug Firefox (for the n'th time)

2012-05-15 Thread Carlos Silva
On Tue, May 15, 2012 at 6:32 PM, Rori Stumpf r...@simplesmartads.comwrote: I made the mistake of upgrading to FireFox 12. I thought Chrome would work for GWT debug, but that pig still isn't flying. So... where can I download FF 10? I've spent 1/2 hour trying to find it on the web, everything

Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-05-18 Thread Carlos Silva
On Thu, May 17, 2012 at 8:19 PM, Assiya EL missweb...@gmail.com wrote: you must to create a web project and add jar of GWT2.4 and not create a project gwt with plugin it is possible to have a war of the project with this step good luck I create a normal GWT Application (from the

Server side equivalent of RpcRequestBuilder

2012-06-12 Thread Carlos Silva
Hi, I'm using an RpcRequestBuilder to add a session id header to the http request being made to the server. Now, what I wanted was to on the *server* side, get the request and before it get's executed (call the method), check if the session is valid. How can I accomplish this? My biggest problem

Help debug GWT Designer in eclipse

2012-07-02 Thread Carlos Silva
to enable WebKit as renderer but now I don't. I'm looking for help to diagnose the problem and try to understand if it's a system configuration (or libraries installed) problem or some kind of bug/feature of GWT Designer for Eclipse 4.2. Thanks in advance, Carlos Silva -- You received

ClientBundle with lots if Images

2012-07-03 Thread Carlos Silva
? Thanks, Carlos Silva -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more

Re: ClientBundle with lots if Images

2012-07-03 Thread Carlos Silva
On Tue, Jul 3, 2012 at 3:59 PM, Thomas Broyer t.bro...@gmail.com wrote: On Tuesday, July 3, 2012 5:07:32 PM UTC+2, Carlos Silva wrote: Hi, since we can't use reflection on client side, what's an easy way to access each ImageResource from a ClientBundle that has ~250 images? Doing

Re: User visible urls

2012-08-29 Thread Carlos Aguayo
in this question. The solution that @Thomas has proposed is really interested. But I don't know exactly how it works. The question is, could you provide me an simple simple example? Or link? Thank you, Adolfo. 2012/2/27 Carlos Aguayo carlos...@gmail.com javascript: works like a sharm! thanks buddy

Re: I/O 2013 - GWT Sessions?

2013-05-19 Thread Carlos Aguayo
Slides for GWT Roadmap for the Future are here: https://docs.google.com/presentation/d/1PfXXegni0gcZQYpX09t0gs2Z9dqST5MmiHc_NoPSluo/edit#slide=id.p18 I couldn't find the youtube video for it. The youtube video for the Demystifying MVP and EventBus in GWT is here:

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-06-01 Thread Antonio Carlos
I'm having the same issue. Tried to edit the proxy with the same request context as the parent proxy, but no solution. Also tried to create new child proxies and set to the parent, also without sucess; -- You received this message because you are subscribed to the Google Groups Google Web

Firefox in OS X freezes in DevMode.

2013-11-07 Thread Carlos Aguayo
I'm started to have issues when trying to use DevMode with Firefox in OS X and the only thing new is that I upgraded to Mavericks. Here's what I see: I create a GWT sample app (the default one that comes with the Eclipse GWT plugin), I launch dev mode and try to access it with Firefox, as soon

Re: Firefox in OS X freezes in DevMode.

2013-11-07 Thread Carlos Aguayo
It's getting stuck in line 155 in: https://gwt.googlesource.com/gwt-plugins/+/master/common/Socket.cpp On Thursday, November 7, 2013 7:32:28 PM UTC-5, Carlos Aguayo wrote: I'm started to have issues when trying to use DevMode with Firefox in OS X and the only thing new is that I upgraded

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Carlos Aguayo
the usual 'dev mode takes longer to do anything' fun. On Thursday, November 7, 2013 10:59:18 PM UTC-6, Carlos Aguayo wrote: It's getting stuck in line 155 in: https://gwt.googlesource.com/gwt-plugins/+/master/common/Socket.cpp On Thursday, November 7, 2013 7:32:28 PM UTC-5, Carlos Aguayo wrote

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Carlos Aguayo
that you don't load more than once. If you do, your JVM will have two different threads trying to talk to the browser, and it may be difficult to tell which one is the current one, versus the 'memory leak' one. On Saturday, November 9, 2013 11:01:40 AM UTC-6, Carlos Aguayo wrote: Thanks

SuperDevMode

2014-01-19 Thread Carlos Aguayo
on that link and then I click on the dev mode on bookmark and I get the Can't find any GWT Modules on this page.. What step am I missing or what am I doing wrong? Thanks! Carlos -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: SuperDevMode

2014-01-20 Thread Carlos Aguayo
Thanks so much for helping out! I got things up and running, your explanations and the video were really clear, thanks! On Monday, January 20, 2014 7:48:05 PM UTC-5, emurmur wrote: Carlos, You've gotten to the point of launching the SuperDevMode codeserver. So http://localhost:9876

Boost performance of Widget creation by using DocumentFragment, Range.createContextualFragment or something else?

2014-03-04 Thread Carlos Aguayo
Hi folks, I work with an app that builds hundreds of widgets and obviously has a performance hit. I'm well aware of performance improvements of the sort of: reduce the number of widgets, use directly html, use cell widgets, etc, however those paths are not helpful for me. I'm just interested

Connect client gwt with server external.... help

2014-10-29 Thread carlos espitia
hi, I write because I am developing a connection that allows communication between me gwt gwt client and an external server and I've already failed RPC requests and HTTP communication and works well when working on the same project. But now I want to implement the project on a local client and

Re: Changing characters form lower to upper case in TextBox

2017-07-06 Thread Juan Carlos
Good Morning In my case, i was resolved this problem with following code: @Ian Bambury also shared this solution TextBox example= new TextBox(); example.addKeyboardListener(new KeyboardListener() { @Override public void onKeyPress(Widget sender, char keyCode, int modifiers) {

Re: Best practices

2008-09-29 Thread Carlos Rafael Ramirez
Hello Gregor, Have you thought in put your answer in a BLOG? For me your message is an GWT optimization article. Thanks, Regards, Carlos On Tue, Sep 30, 2008 at 12:04 PM, Thomas Broyer [EMAIL PROTECTED] wrote: On 25 sep, 10:44, Stefan [EMAIL PROTECTED] wrote: Hi, Does anyone know any

Re: GWT deployment to JBoss

2008-10-03 Thread Carlos Rafael Ramirez
Hello, Use extraJvmArgs-Xmx1024m/extraJvmArgs Regards, Carlos On Thu, Oct 2, 2008 at 7:59 PM, Ronak Patel [EMAIL PROTECTED] wrote: Thanks, That did it. Another question for you...I am now getting OutOfMemoryErrors while trying to compile and build Google Web Toolkit from Maven. I

Re: GWTTestCase + Spring

2009-11-24 Thread Carlos Rafael Ramirez
Hello, I think GWTTesCAse use the same mechanism than Hosted mode. So you can modify the web.xml used by hosted mode. Make the hosted mode run without the security and hopefully it will work qith GWTTestCase as well. Regards, Carlos On Mon, Nov 16, 2009 at 9:14 AM, Davis Ford davisf

GWT module 'applicationScaffold' may need to be (re)compiled

2010-11-02 Thread Juan Carlos González
/ApplicationScaffold.html I' ve tried to GWT recompile project before launching but the message is always there. Please, could anybody help with this?. K.R. Juan Carlos -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Several errors when testing expenses-gae project with mobile browser (iphone-safari)

2010-11-03 Thread Juan Carlos González
the following message shows: Entity manager has not been injected (is the Spring Aspects JAR configured as an AJC/AJDT aspects library?) K.R. Juan Carlos -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: GWT module 'applicationScaffold' may need to be (re)compiled

2010-11-03 Thread Juan Carlos González
Hi Rajeev, Thanks for your answer. As we're just testing the new GWT version, Roo tool, etc. this is not a problem. Anyway we deployed the example to appengine and the desktop behaviour is OK. I've posted another issue reporting some problems with the mobile behaviour. K.R. Juan Carlos On Nov

Re: FF10, here we go again

2012-02-08 Thread Juan Carlos Aranda
-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- *Juan Carlos Aranda* Inteligencia de Negocios jc_ara...@intel-negocios.com +502 4192 2302 +502 2220 6876 -- You received this message because you

Re: Problem to load data from Database

2012-02-08 Thread Juan Carlos Aranda
Hola Gianluca Yo estoy empezando a utilizar Firebird. No se si ya resolviste el problema, pero yo estoy teniendo el mismo. Veo que el error es lanzado al momento de asignar el driver: * Class.forName(driverName).newInstance(); * Ni siquiera pasa a realizar la conexión. Tu encontraste alguna

JPA1 vs JPA2 compat Issue with Jetty?

2012-05-02 Thread Carlos Alexandro Becker
Hello. I'm coding an app with guice-persist, gwtp, jpa2 and hibernate. In the not web mode, the tests and everything about persistence run fine... but, when I try to use them in devmode I got many errors related to compatibility issues with JPA1 and 2. Someone know anything about this? thanks

Re: JPA1 vs JPA2 compat Issue with Jetty?

2012-05-02 Thread Carlos Alexandro Becker
classpath? Already googled the error message? -- J. Am Mittwoch, 2. Mai 2012 14:27:24 UTC+2 schrieb Carlos Alexandro Becker: Hello. I'm coding an app with guice-persist, gwtp, jpa2 and hibernate. In the not web mode, the tests and everything about persistence run fine... but, when I

Re: private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-05-02 Thread Carlos Alexandro Becker
which error you got? On Monday, April 30, 2012 10:46:26 AM UTC-3, laxman lingampally wrote: HI all, please help me. i am trying to create EMF object but it is does't created. private static final EntityManagerFactory emfInstance =

Re: private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-05-03 Thread Carlos Alexandro Becker
Hmm.. but, without exception? Please, make sure that your persistence.xml is in META-INF folder inside your war folder. JPA implementations usually cannot find the persistence unit if it arent inside this folder. On Thursday, May 3, 2012 1:25:45 AM UTC-3, laxman lingampally wrote: Hi carlos

Re: Findbugs problem by GWT Project.

2012-05-11 Thread Carlos Alexandro Becker
I am with this problem here too... On Monday, October 31, 2011 12:37:42 PM UTC-2, Kotuboy wrote: I have a maven GWT project and i am using findbugs to analyze the code. plugin groupIdorg.codehaus.mojo/groupId artifactIdfindbugs-maven-plugin/artifactId

Re: Client Bundle CSS3 parsing

2012-05-12 Thread Carlos Alexandro Becker
You can inject it has a text resource and use the class names directly, or from a constants interface. We do something like that in GWT-Bootstrap ( http://gwtbootstrap.github.com/). On Friday, May 11, 2012 3:37:50 PM UTC-3, Joseph Lust wrote: Generally speaking, you should not be using

Re: GWT UIBINDER LOADING .js

2012-05-17 Thread Carlos Alexandro Becker
I dont know if you can do this, but you can inject javascript via java code. Take a look at this: https://github.com/gwtbootstrap/gwt-bootstrap/blob/master/src/main/java/com/github/gwtbootstrap/client/ui/resources/JavaScriptInjector.java See ya On Wednesday, May 16, 2012 8:43:45 PM UTC-3,

Re: Issues with Gwt Bootstrap on IE 8

2012-06-28 Thread Carlos Alexandro Becker
]-- !--[if IE 7] link rel=stylesheet href={your module name}/css/font-awesome-ie7.css ![endif]-- !-- your module(*.nocache.js) loading -- ... Best regards Carlos On Thursday, June 28, 2012 11:23:08 AM UTC-3, Dhamu wrote: Hi everyone

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Carlos Alexandro Becker
suggestions, etc - You, guys, are the people that made we believe in our project, and give us a reason to continue it. Thanks, you're awesome. I think that that's it. Thanks everyone, I hope you enjoy this first release, and hope that more releases come soon :) Cheers. -- Carlos Alexandro

Re: GWT 2.5 RC1 Is Here!

2012-09-21 Thread Juan Carlos Aranda
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- *Juan Carlos Aranda* Inteligencia de Negocios jc_ara...@intel-negocios.com +502 4192 2302 +502 2220 6876 -- You received this message because you are subscribed

Re: Can't deploy my project anymore

2013-03-20 Thread Juan Carlos Aranda
Do you fix the problem??? I have the same problem and not find the solution. I install Eclipse, Gwt plugin and Designer. Now my app not deploy. Saludos. Thanks. El lunes, 18 de marzo de 2013 14:38:02 UTC-6, JoyaleXandre escribió: Hi everybody, Since friday I can't deploy my project

My own Java package (Mi propio paquete Java)

2014-01-28 Thread Juan Carlos Aranda
mencionar que algunas clases utilizan a su vez paquetes de terceros como por ejemplo, SmartGWT. Alguien podria ayudarme a resolver este problema. Quedo a la espera de sus comentarios y agradezco el tiempo del apoyo. Atentamente, *Juan Carlos Aranda* -- You

Re: My own Java package (Mi propio paquete Java)

2014-01-28 Thread Juan Carlos Aranda
. Saludos *Juan Carlos Aranda* 2014-01-28 Juan Pablo Gardella gardellajuanpa...@gmail.com Hola Juan, Los fuentes al ser traducidos (pero ofuscados) a javascript no podes evitar que queden disponibles. La única forma que no develar los fuentes es ejecutar la