LastPass Tool Informations

2024-07-29 Thread Antonio Capone
Hi all. I have updated GWT to version 3.6.8. I have not made any changes to the code, however I have noticed that in the combo boxes I see a link icon to the LastPass tool. Where the LastPass icon now appears, there was previously an X icon that allowed the field to be deleted. Can you tell me

Looking for a GWT expert for a porting of an application from an old version of GWT

2024-07-23 Thread Antonio Leonforte
Hi everyone, hope this will not violate any rule. We have developed a quite complex client using GWT2.5.1 and Java 8.0 We need support from a professional in order to port the application to the latest version of GWT and Java 17 or later. Is this the right place to find GWT specialist? Thanks

I can't change the language in my cloud-deployed GWT application

2024-02-19 Thread Antonio Capone
I can't change the language in my cloud-deployed GWT application. Locally, using eclipse, everything works fine. But the same application deployed in the cloud it shows me the "default" label as the default language, while everything on the page is in English Then when I try to switch to the

Re: The GWT application hangs on the loading screen

2024-01-19 Thread Antonio Capone
, always loading the same class and never the 3 entrypoint classes. Please, do you know why this happens? This is all happening following an upgrade from GWT 1.5 to GWT 2.7.0, with jdk 1.8. Thanks in advance, Antonio Il giorno mercoledì 17 gennaio 2024 alle 18:28:04 UTC+1 Jeff Hill ha scritto

Re: The GWT application hangs on the loading screen

2024-01-17 Thread Antonio Capone
eck in the Developer Tools ->. Network if the nochache.js gets > loaded? > > Antonio Capone schrieb am Montag, 15. Januar 2024 um 09:53:58 UTC+1: > >> Hello everyone and thanks for the advice you are giving me. >> The nocache.js file is regularly generated and loaded. I do

Re: The GWT application hangs on the loading screen

2024-01-15 Thread Antonio Capone
Network" tab. >> On Thursday, January 11, 2024 at 6:42:14 AM UTC-7 Frank Hossfeld wrote: >> >>> Check if the nochache.js gets loaded at a applicaiton staert or if it >>> got a 404. In this case something with the URI is not ok. >>> >>> Antonio

The GWT application hangs on the loading screen

2024-01-11 Thread Antonio Capone
Hi all. I deployed an app using GWT on Cloud. It's deployed and working, but when you log in, the browser window just says "Loading" and seems to hang indefinitely. Works fine locally in Eclipse. Has this ever happened to you? Is there anyone who can help me understand why this happens? Many

Re: Display a list of objects.

2021-11-04 Thread Guillen Antonio
Hi Graig, Thanks for your proposal. But even adding the tag @UiFieldI nothing is displayed. Reagards Antonio Le mer. 3 nov. 2021 à 22:50, Craig Mitchell a écrit : > I'm not familiar with the material UI. However, I can see you're missing > the "@UiField" on your ListBox

Display a list of objects.

2021-11-01 Thread Guillen Antonio
tor to describe a event. * @author Antonio */ public class EventEditor extends Composite implements Editor { /** The Constant driver. */ // Editor driver private static final EventDriver driver = GWT.create(EventDriver.class); /** * The Interface EventDri

Pb with MaterialListValueBox

2021-10-26 Thread Guillen Antonio
ing *value in the list, because the *Stakeholder *class just have a method returning a String ans it's that string that I want in my list: The method is *getName().* Thanks for your help. Antonio -- You received this message because you are subscribed to the Google Groups "GWT User

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
have tried to generalize a lot of stuffs and for this I modify the way to do all the RPC, before it was much simplier. I will work on it tomorrow. Thanks again for your help. Antonio Le mer. 13 oct. 2021 à 15:05, David Nouls a écrit : > Hi Antonio, > > The “load”method that y

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
for your help Antonio Le mer. 13 oct. 2021 à 12:03, David Nouls a écrit : > > I see multiple problems with your code. The most important being that you > are ignoring the fact that an rpc call is asynchronous. So the load method > will ralways return null because the request has not b

Re: 2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
* *But I have the same problem if I return a List and if i set no more Class.forName but CartographyImpl* *3. see above.* So can you give me more informations... Thanks a lot for your help Antonio Le mer. 13 oct. 2021 à 12:03, David Nouls a écrit : > > I see multiple problems with you

2/? Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-13 Thread Guillen Antonio
mage.png] I look forward to your reply. Thanks a lot for your help Antonio -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+uns

Pbs with GWT + Eclipse + Jetty + Neo4J

2021-10-12 Thread Guillen Antonio
rset=utf-8 Content-Disposition: attachment Can you help me. Thanks a lot Antonio -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-

GWT 2.8 EMF and CouchDB

2021-02-23 Thread Guillen Antonio
Hi all, I am using GWT 2.8 with Eclipse IDE and EMF. I use also the library EMFJSON for GWT. I want using Http (and not RPC) write documents in CouchDB. I am looking for a Java library to process the get post, but i dont'found it, can you help me? Thanks a lot Antonio -- You received

GWT + EMF + JSON

2020-10-23 Thread Guillen Antonio
ource.getContents().add(custom); // now save the content. // resource.save(Collections.EMPTY_MAP); try { resource.save(Collections.EMPTY_MAP); } catch (Exception e) { GWT.log("Pb saved " + e.getMessage()); } Thanks a lot for your help.

Re: Share Header, Footer, ... in different views with UIBinder

2020-10-09 Thread Guillen Antonio
. Thanks a lot. Antonio Le jeu. 8 oct. 2020 à 22:07, Frank Hossfeld a écrit : > There is a project generator, that generates a Nalu project. The generated > project has a header, footer, navigation and content area.The content area > will change when clicking a navigation item. It works in

Re: Share Header, Footer, ... in different views with UIBinder

2020-10-08 Thread Guillen Antonio
uot;main" > part of the screen. > See https://blog.ltgt.net/gwt-21-activities/ and > https://blog.ltgt.net/gwt-21-activities-nesting-yagni/ (wow, 10 years > old!) > > > On Thursday, October 8, 2020 at 2:39:50 PM UTC+2, Guillen Antonio wrote: >> >> Hi a

Share Header, Footer, ... in different views with UIBinder

2020-10-08 Thread Guillen Antonio
Hi all, I am still learning GWT and now I want to build views using materialdesign (with MVP and activity/places) sharing the same header, footer and side navigation. I don't found examples or tutorial to do this and I have no idea how to do. Thanks for your help Antonio -- You received

Generate skeleton for activities and places

2020-10-02 Thread Guillen Antonio
HI, I am looking for a plugin or equivalent that can generate the skeletons for activities and places, some thing equivalent to GWTP? Have you informations on this? Thanks a lot Antonio -- You received this message because you are subscribed to the Google Groups "GWT Users&q

Re: A Short Intro Article to JsInterop "Native"

2020-09-15 Thread Guillen Antonio
ail.com schrieb am Sonntag, 13. September 2020 um 10:28:54 > UTC+2: > >> Thanks for this article, I come from Java and C++ world and I am using >> GWT for first time. I need to use GoJS in my architecture and I think that >> your post will help me. Very good explanation. >

Re: A Short Intro Article to JsInterop "Native"

2020-09-13 Thread Guillen Antonio
Thanks for this article, I come from Java and C++ world and I am using GWT for first time. I need to use GoJS in my architecture and I think that your post will help me. Very good explanation. Antonio Le mer. 9 sept. 2020 à 16:59, lofid...@gmail.com a écrit : > Hi All, > > I wrot

Re: EMF with GWT and serialize problems

2020-08-26 Thread Guillen Antonio
sible concrete type that might be transferred. " *What do you understand? I had also read stuff on whiteList but I don't understand what means this WhiteList? Do you know this? Regards Antonio Le mercredi 26 août 2020 à 09:29:33 UTC+2, Jens a écrit : > RequirementImpl must implement serial

EMF with GWT and serialize problems

2020-08-25 Thread Guillen Antonio
serializationWhitelist but I have no clear example. The class RequirementImpl contains List, so I tried to create ArrayList with the good type, but same pb. Can you help me, at least give me where found a claer explanation. Tanks a lot Antonio Guillen -- You received this message because you are subscribed

Re: Pbs with Debug GWT application with Eclipse

2020-08-25 Thread Guillen Antonio
Thanks a lot for your Help Antonio Le mardi 25 août 2020 à 12:06:31 UTC+2, t.br...@gmail.com a écrit : > > > On Monday, August 24, 2020 at 7:50:40 PM UTC+2, Guillen Antonio wrote: >> >> Hi all >> I use the last 2020-06 version of eclipse, with the modelling tools

Pbs with Debug GWT application with Eclipse

2020-08-24 Thread Guillen Antonio
AS Devlopment mode with Jetty The appli run like is I lauch it wit(h Run As Devlopment mode with Jetty. I don't understand where I do a mistake. Can you help me please. Antonio -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

Error inheritance blogger gwt project

2015-05-24 Thread Manuel Antonio Gómez Angulo
Hi people. I am a new developer of Blogger in GWT I have some errors in compilation [ERROR] Unable to find type 'aiss.client.BloggerAuthenticatedService' [ERROR] Hint: Previous compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance

GWT DATAGRID CSS

2013-11-12 Thread Sergio Antonio Ochoa Martinez
Hola me podrian ayudar en como puedo modificar los estilos de Datagrid. Encontre una forma que es esta public interface DataGridResources extends DataGrid.Resources { @Source(value = { DataGrid.Style.DEFAULT_CSS, com/openkm/frontend/public/dataGrid.css }) DataGrid.Style

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

Re: GWT 2.5 compiler is running out of memory

2013-04-12 Thread Antonio Petrelli
, in my case: -Dgwt.jjs.maxThreads=8 The number of threads is calculated as the minimum between the number of local workers and the above property value. HTH Antonio -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: Remove currency symbol and text

2012-06-11 Thread Antonio R. de Oliveira
Not, just need to format like previous examples. Em quarta-feira, 6 de junho de 2012 17h03min55s UTC-3, Jens escreveu: Couldn't you just parse the string using getCurrencyFormat().parse() to get a double value for it and then format it again using getDecimalFormat().format() ? -- J. --

Remove currency symbol and text

2012-06-06 Thread Antonio R. de Oliveira
I want to remove symbols and text from formatted String when using * NumberFormat.getCurrencyFormat().format()* with internationalization. Examples after remove: Currency - Formated = Without US:US$100.15 = 100.15 BRL: 100,15R$= 100,15 Euro:100,15€ = 100,15 Thanks.

FireFox image rendering

2012-05-13 Thread Antonio Guerrero
Im rendering images on my client that's being sent from the server. The images will not render within FireFox but will with Google Chrome. Is anyone else having these issues? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: User roles in GWT applications

2011-03-07 Thread Antonio Blanco Alzola
The project looks promising, but I wasn't able to get acris-security to work I include acris-security-core 1.1.1-SNAPSHOT as a maven dependency the way they explain on their wiki (no exactly the same because acris-security doesn-t exist, I had to use acris-security-core) but when I add the

Re: How to configure jetty in hosted mode

2010-06-08 Thread Antonio R. de Oliveira
You can put jetty-web.xml in WEB-INF directory. This file is the same as jetty.xml config file. On 7 jun, 15:22, Paul Stockley pstockl...@gmail.com wrote: I need to set up my project to use basic authentication to simulate the way our firewall works. I can do this through web.xml. However I

Re: Running gwt app with custom context root

2010-05-12 Thread Antonio
Arguments. -Manolo On Fri, May 7, 2010 at 8:17 PM, Antonio antonio...@gmail.com wrote: I need to run my GWT application with custom context root. When i run the project plugin start server with empty context root eg: http://127.0.0.1:/MyApp.html?gwt.codesvr=127.0.0.1:9997 I need

Re: Running gwt app with custom context root

2010-05-12 Thread Antonio
Consulting//DTD Configure//EN http://jetty.mortbay.org/configure.dtd; Configure class=org.mortbay.jetty.webapp.WebAppContext Set name=contextPath/myapp/Set /Configure thx 4 all :) Antonio. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Running gwt app with custom context root

2010-05-08 Thread Antonio
I need to run my GWT application with custom context root. When i run the project plugin start server with empty context root eg: http://127.0.0.1:/MyApp.html?gwt.codesvr=127.0.0.1:9997 I need this: http://127.0.0.1:/myapp/MyApp.html?gwt.codesvr=127.0.0.1:9997 The application must run

Keeping track of traffic volume generated by a GWT application

2010-05-07 Thread Antonio Leonforte
tomcat to gather the traffic volume stastistics, or do I have to modify the applications and add some code server-side to calculate the volume of each request and add it to an accumulator? Thank you for your help. Antonio. -- You received this message because you are subscribed to the Google

Re: Third party libraries for GWT

2009-02-18 Thread Antonio Leonforte
We are using Ext GWT and we are happy with 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

Re: Images from DB

2008-11-15 Thread Antonio de Pádua Paes Jr
Thanks a bunch! -- From: gregor [EMAIL PROTECTED] Sent: Saturday, November 15, 2008 7:50 AM To: Google Web Toolkit Google-Web-Toolkit@googlegroups.com Subject: Re: Images from DB use a standard servlet - it's just a URL as far as the client is