Re: GWT Polymer

2017-04-22 Thread Francesco Izzi
T Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.google.com/group/google

Re: GWT UI Library: which one?

2016-11-30 Thread Francesco Izzi
Hello to all, I'd like to share my experience and that of my development team. For nearly eight years we develop GWT applications. GWT we believe is really an awesome tool. We too have had the experience with Polymer and I must say it was not bad. But java is always java, control over the code

Re: gwt-material 1.6.0 is now available

2016-08-25 Thread Francesco Izzi
Yep gwt-material ! +1 Il giorno ven 26 ago 2016 alle ore 08:27 Frank ha scritto: > Nice work ! >> >> -- > 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-

Re: The point of splitting application into multiple modules

2016-02-24 Thread Francesco Calabri
First of all, thanks a lot for you answers. > So overall I would save "massive performance loss" is clearly overstating > and I am pretty sure you don't have numbers to correct me ;-) > You're right, that's only what i've read in many places about the topic. > Well and as you said the most

The point of splitting application into multiple modules

2016-02-22 Thread Francesco Calabri
Hi all, i was thinking of ways to break a big large GWT application into multiple modules to be able to develop modules independently. I've read some things in the forum and in the documentation but I'm still quite confused. The ideal solution: Have a core/main shell module with the menu and one

Re: GWT Developer Plugin

2014-07-03 Thread Francesco Viscomi
ing to an end... > > On Wednesday, 2 July 2014 16:18:37 UTC+1, Francesco Viscomi wrote: >> >> Hi all >> >> i need to use GWT Developer Plugin and I have windows 8 at 64bit >> >> either chrome and firefox i'm not able to use the plugin; >> >>

GWT Developer Plugin

2014-07-02 Thread Francesco Viscomi
illa.org/pub/mozilla.org/firefox/releases/24.3.0esr/>? (chrome) start to download but a pop up inform me that the installation has been disabled because it is necessary plugin NPAPI; how i can resolve this issue? thanks a lot Francesco -- You received this message because you are subscribed to

Re: Custom CellTree Recources

2014-04-16 Thread francesco . calabri
Hi Jens, An easy fix for GWT without implementing the appearance pattern would be to > let cell widgets use a resource bundle factory. That factory can then be > replaced with deferred binding. thanks for the hint. -- You received this message because you are subscribed to the Google Groups

Re: Custom CellTree Recources

2014-04-16 Thread francesco . calabri
Hi Rogelio, thanks for you response. I know that I can pass a custom resources instance to the constructor. I've done this many times and works fine. What I was trying to do is to create a seprate module that contains all my styles, let's say a *theme*, and simply by inheriting this module in m

Re: how to use UIbinder

2014-04-08 Thread Francesco Viscomi
Grazie Alberto; infinite grazie Il giorno martedì 8 aprile 2014 11:28:05 UTC+2, Francesco Viscomi ha scritto: > > Hi all, i'm new on GWT; > > I followed the example on > http://www.gwtproject.org/doc/latest/DevGuideUiBinder.html > the one with title Hell

Re: how to use UIbinder

2014-04-08 Thread Francesco Viscomi
= http://dl.google.com/gwt/DTD/xhtml.ent";> HTML header Hello, . Custom header baker === Il giorno martedì 8 aprile 2014 11:28:05 UTC+2, Francesco V

how to use UIbinder

2014-04-08 Thread Francesco Viscomi
Hi all, i'm new on GWT; I followed the example on http://www.gwtproject.org/doc/latest/DevGuideUiBinder.html the one with title Hello Widget World; and everything seems right; My answer is how i can see the word Hello able baker charlie (that is what is printed in Hello.ui.xml); file Hello

Re: Unable to load module entry point

2014-04-03 Thread Francesco Viscomi
I have the same problem; what means: Does the app run in the hosted mode? Where do you deploy the app after it compiles? How i can check for a solution to that question? thanks Il giorno giovedì 20 gennaio 2011 05:30:09 UTC+1, Sednus ha scritto: > > Hi all, > I keep getting the th

Custom CellTree Recources

2014-04-03 Thread francesco . calabri
Hi everyone, I'm trying to write my own theme to inherit in my gwt applications. I started out replicating the structure below the "com.google.gwt.user.theme.standard" package in a project under "com.mytheme" and editing some css rules in stanrdard.css. Exported all this in a jar and inherited

Re: GWT website moved to gwtproject.org

2013-07-02 Thread Francesco Izzi
oup and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://g

Re: Introducing GWT-Tour 0.1

2013-06-22 Thread Francesco Izzi
>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Google Web Toolkit" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Francesco Izzi
Very nice ! +1 Il giorno 11/ago/2012, alle ore 22:29, Juan Pablo Gardella ha scritto: > Great works Thanks for sharing > > 2012/8/11 Carlos Alexandro Becker > As the creator of the project, I'll like to say something, if you guys don't > mind =D > > First, I would like to apologize. La

Re: How to deploy GWT app on GAE which is connected to MySQL

2012-08-03 Thread Francesco Izzi
e.com/d/msg/google-web-toolkit/-/G53Rak8CMqgJ. > > 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 options, visit this group at > http://groups

Re: DevMode not working in Chrome after update

2012-07-19 Thread francesco foresti
*I'm experiencing* this issue as *well. The Chrome configuration for plugins is set on "run automatically" (or something similar, the UI is in italian).* One thing I've noticed is that when activating the "click to play" setting, Chrome won't notify that the GWT plugin can't be loaded, and will

Re: Happy New Year to the GWT team

2010-12-31 Thread Francesco Izzi
t; "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, visit this group at > http://groups.google.com/group/go

Re: Multiple Highlighting

2010-11-16 Thread Francesco
ng about, using onMouseOver and onMouseOut events. > > Or maybe I misunderstand you completely... ;-) > > > > > > > > On Sun, Nov 14, 2010 at 10:14 PM, Francesco wrote: > > Hi there! > > I don't know how it's called, but I would like to impleme

Multiple Highlighting

2010-11-14 Thread Francesco
Hi there! I don't know how it's called, but I would like to implement in my web desktop a multiple highlighting for the icons. It's the common rectangle that appears in any desktop when you drag the mouse, and it's present in Google Docs (Presentation) so I know it's technically Javascript-implemen

GWT 2.X No resource found for key

2010-06-11 Thread Francesco
I've developed a GWT app using i18n internationalization. In Host/Dev mode it works fine, but launching GWT compile gives this error: No resource found for key xxx, like below. Compiling module ...rte.RTE Scanning for additional dependencies: file:/home/.../client/i18n/ RTEValidationMessages.ja

GWT MULTI MODULES WITH MAVEN PROFILE

2009-11-25 Thread Francesco Izzi
Hi all, there is a way to set a multi gwt project with maven profiles? For examples: It should be nice have a way to activated profile with -Pmodule1. in other words the ability to view a module or not depending on whether the maven profile is activated. Best Regard, -- Francesco Izzi CNR

MD5 GWT JSNI WITH MACOSX PROBLEM

2008-09-22 Thread Francesco Izzi
Hi, i have need to implementing md5 hash on my GWT Application. I have read the post on MD5 JSNI implementation but when i start my application i have an UnsatisfiedLinkError please help. I work with Macosx 10.5 --~--~-~--~~~---~--~~ You received this message be

Proposal for a pattern aimed at decoupling GWT-based UIs from (asynch)-service providers

2008-08-30 Thread Francesco Russo
Dear community, my name is Francesco Russo and this is my very first post in this discussion group. Some months ago I started out a new web-based project and I decided to adopt GWT as my GUI framework, fascinated by its potential and capabilities. After a few weeks of practicing and tweaking