Re: [gwt-contrib] Re: Goodbye IE 8–9 

2021-10-04 Thread Alberto Mancini
+1 for dropping support for all IE versions. Thanks. On Fri, Oct 1, 2021 at 8:32 PM mcmi...@gmail.com wrote: > +1 for remove IE > If really needed deprecate IE11 elso drop full IE versions > > miha...@gmail.com schrieb am Freitag, 1. Oktober 2021 um 08:15:26 UTC+2: > >> My preference would

Re: [gwt-contrib] Re: HashCode H$ property should be not enumerable

2020-06-13 Thread Alberto Mancini
Hi, I think that keeping just IE11 is ok. Thanks, Alberto On Sun, Jun 14, 2020 at 5:30 AM Freddy Boucher wrote: > Hi, > On our side, an enterprise GWT webapp, 14% of our Users still use IE11 (we > already dropped prior IE versions). > And unfortunately we still have to support I

Re: [gwt-contrib] Re: The elusive J2CL

2018-06-01 Thread Alberto Mancini
to posting. - - It is just me, I'm not autrorized or actually the address is spelled incorrectly? Thanks, Alberto. On Thu, May 31, 2018 at 11:51 PM 'Goktug Gokdogan' via GWT Contributors < google-web-toolkit-contributors@googlegroups.com> wrote: > Hi all. > > Sorry

Re: [gwt-contrib] The elusive J2CL

2018-03-08 Thread Alberto Mancini
Hello, yes, definitely I would like to be in. I am really interested. Cheers, Alberto. On Thu, Mar 8, 2018 at 2:21 PM Nándor Előd Fekete <nandor.fek...@gmail.com> wrote: > I am *really* interested. Can you sign me up? > > > On Thursday, March 8, 2018 at 9:13:01 AM UTC+

Re: Type Corruption migrating from GWT 2.6.1 => 2.7.0

2017-07-06 Thread Alberto Mancini
Just a shot in the dark. maybe you changed the linker ? IIRC the default changed around 2.7. Good luck. A. On Thu, Jul 6, 2017 at 11:59 AM wrote: > OK, it looks like we have two "apps" each with its own entry point, but > they share the content of $wnd, which

Re: ScriptElement.setInnerText doesn't take effect

2017-04-14 Thread Alberto Mancini
Hello, AFAICT there's a chance that you have to use .setText instead of .setInnerText. That said, can i ask you what is the purpose of modifying the script content of a script tag ? Regards, Alberto On Fri, Apr 14, 2017 at 7:27 AM David <leeon2...@gmail.com> wrote: > I use GWT t

Re: Looking for GWT graphical editing Frameworks

2017-01-05 Thread Alberto Mancini
Hi, Lienzo may be of some interest: https://github.com/ahome-it/lienzo-core A. On Thu, Jan 5, 2017 at 9:35 AM Frank wrote: > https://vaadin.com/directory#!addon/gwt-graphics (although from Vaadin, > this is a vanilla GWT plugin). >

Re: GWT 2.8.0 released

2016-10-21 Thread Alberto Mancini
Thanks Daniel thanks to all the contributors and to all the developers that spent time, energy, and work to release 2.8. On Fri, Oct 21, 2016 at 10:16 PM Alex W wrote: > The GWT team couldn't even be bothered to delete the out of date docs on > gwtproject.org for the

#GWTcon2016, call for papers ends today.

2016-09-20 Thread Alberto Mancini
to propose a talk, hurry up and fill the form: http://www.gwtcon.org/#call-for-papers Cheers, Alberto. [image: http://www.gwtcon.org/#call-for-papers] <http://www.gwtcon.org/#call-for-papers> -- You received this message because you are subscribed to the Google Groups "GWT U

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
Yes, adding the dependency actually solves the problem, thanks. Actually i cannot remove errai profile in the real project. In your opinion, is it an issue in gwt or errai dependencies ? Thanks again, Alberto. On Fri, Aug 19, 2016 at 3:49 PM Andrei Korzhevskii <a.korzhevs...@gmail.

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
mvn:run should give you the error > Sorry, i mean: mvn gwt:run Thanks, A. -- 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

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
project, can you share it? That would help to reproduce and track the error. > > > On Friday, August 19, 2016 at 1:06:56 PM UTC+3, Alberto Mancini wrote: >> >> Hello, >> we have still the same problem with SourceMaps. >> A teammate tracked down the problem and we foun

NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
? Follows the sample pom. Thanks, Alberto. http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;> 4.0.0

Re: Problem with 2.8.0 rc1 SDM

2016-08-16 Thread Alberto Mancini
tmp > and run compile again? > > > On Friday, August 12, 2016 at 12:04:44 AM UTC+3, Alberto Mancini wrote: >> >> Hello, >> in the attempt of porting an internal project from beta1 to rc1 we faced >> an issue i do not understand how to debug. >> >&g

Problem with 2.8.0 rc1 SDM

2016-08-11 Thread Alberto Mancini
] at java.lang.Thread.run(Thread.java:745) [INFO] [WARN] recompile failed [INFO] [WARN] continuing to serve previous version Any idea on what to look for ? Thanks, Alberto -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: How do I get the HTML code of a web page in GWT?

2016-03-06 Thread Alberto Mancini
t; > On 4 March 2016 at 16:19, Alberto Mancini <ab.manc...@gmail.com> wrote: > >> >> Hi, >> you can use RequestBuilder >> >> >> http://www.gwtproject.org/doc/latest/DevGuideServerCommunication.html#DevGuideHttpRequests >> >> >&

Re: How do I get the HTML code of a web page in GWT?

2016-03-04 Thread Alberto Mancini
Hi, you can use RequestBuilder http://www.gwtproject.org/doc/latest/DevGuideServerCommunication.html#DevGuideHttpRequests A. On Fri, Mar 4, 2016 at 3:30 PM Davide Micheletti wrote: > i need to get it in GWT so i can comunicate with other GWT app. > > 2016-03-04

Re: Do changes to UI.XML files require a build?

2016-03-04 Thread Alberto Mancini
Hi, ui.xml (aka UiBinder files) files are processed at compile time and are not even part of the compiled application so you should recompile. A. On Fri, Mar 4, 2016 at 2:21 PM Matthew McLarty wrote: > I was wondering, if I just make text changes to a ui.xml files

Re: Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Alberto Mancini
Hello, maybe i misunderstand but i think that an option may be drawing the image scaled in a canvas and then using getDataUrl() to get back data to upload. Cheers, A. On Thu, Jan 14, 2016 at 2:25 PM Julio Heitor Nobrega < juliohnobr...@gmail.com> wrote: > Hi guys, > > i am trying to upload

Re: use of large java math library from javascript

2015-12-18 Thread Alberto Mancini
but a few years ago we wrote a post on this subject http://jooink.blogspot.it/2012/10/gwt-augmented-reality-howto-step-0.html old but still not completely useless. Cheers, Alberto. On Fri, Dec 18, 2015 at 3:48 PM Andreas Plesch <andreasple...@gmail.com> wrote: > Hello,

Re: use of large java math library from javascript

2015-12-18 Thread Alberto Mancini
(and eventually you can super-source classes in the library too) but for a specific use maybe you can end up with and and-hoc implementation of some part of java.io that works in the context. Cheers, Alberto. On Fri, Dec 18, 2015 at 5:16 PM Andreas Plesch <andreasple...@gmail.com> wrote: > &g

Re: Teavm

2015-12-03 Thread Alberto Mancini
I do not know if permutations have reached a dead-end but i find that 'static' (in the sense related to the browser user agent) detection is going to be hard to maintain. Each new version of a browser (and the update is largely automatic) may change the support so compiling for a specific user

Re: [gwt-contrib] Re: Voice of the GWT Committee???

2015-10-16 Thread Alberto Mancini
rg and there's a Q organized by Arcbees scheduled for October 28th https://plus.google.com/+ChristianGoudreau/posts/SNMUJbF2jha and, well, just ask me if you want informations. Cheers, Alberto -- You received this message because you are subscribed to the Google Groups "GWT Contributors" g

Re: uncaught java.lang.indexoutofboundsexception

2015-10-09 Thread Alberto Mancini
hi, the '<=' in the loop is at least suspect. A. On Fri, Oct 9, 2015 at 11:39 AM NewbieGwtUser wrote: > this exception is generated by WidgetCollection.java:112 class > > > Le vendredi 9 octobre 2015 11:34:32 UTC+2, NewbieGwtUser a écrit : >> >> Hello, >> >> I have a

Re: [gwt-contrib] GWT 3 info on GWT CON?

2015-09-29 Thread Alberto Mancini
2'. Check: http://www.gwtcon.org/#agenda_top Cheers, Alberto. On Tue, Sep 15, 2015 at 7:19 AM Brian Pedersen <brian.peder...@gmail.com> wrote: > I am really looking forward to GWT CON in November, but so far no talks > has been announced on GWT 3 related topics

Re: #GWTcon2015, Firenze, November 11th 2015.

2015-09-11 Thread Alberto Mancini
Hi Matic, surely we will record the sessions as much as possible. I'm biased about that but certainly attending will be a better experience ;-) Cheers, Alberto On Thu, Sep 10, 2015 at 8:45 PM maticpetek <maticpe...@gmail.com> wrote: > Hi, > Will you record session and publi

#GWTcon2015, Firenze, November 11th 2015.

2015-09-10 Thread Alberto Mancini
on September 20th https://docs.google.com/forms/d/1Vy9H3TpNZ-cpRZ1nNEl9ZS82dExZTAee6ZnEc3VOnB4/viewform Looking forward to meeting you at #GWTcon2015. Thank you, Alberto. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

Re: Accessing Content from Different Server

2015-09-10 Thread Alberto Mancini
is does not help you can try to share some code, so i can try to understand. Cheers, Alberto. Il giorno mar 8 set 2015 16:46 Mohammed Sameen <sameen@gmail.com> ha scritto: > Thanks Alberto,i am not able to do this using Window.PostMessage() its > throwing this "Un

Re: Accessing Content from Different Server

2015-09-04 Thread Alberto Mancini
/postMessage) to notify the gwt application to close the window. In case check the support of the api. Cheers, Alberto. On Fri, Sep 4, 2015 at 11:51 AM abdul <mohammedsameen@gmail.com> wrote: > I have developed application using GWT 2.5. When i click on "Click to > Open Win

Re: new composite has null fields?

2015-09-02 Thread Alberto Mancini
Hello, Maybe you missed the @UiField annotations ? Cheers, Alberto. Il giorno mer 2 set 2015 18:05 Matthew McLarty <matthew.mcla...@gmail.com> ha scritto: > I have a relatively simple composite widget that's using UIBinder in an > MVC model. > > DrawingSub

Re: GWT native to long conversion

2015-08-01 Thread Alberto Mancini
://stackoverflow.com/questions/17320706/javascript-long-integer). Hope it helps. Alberto. On Sat, Aug 1, 2015 at 3:38 PM Nikolay Prokofiev nprokof...@gmail.com wrote: Hi. I'm trying to convert js native number to GWT Long and send it over gwt-rpc. But I got very weird results.. public class

Re: Deferred Binding

2015-05-21 Thread Alberto Mancini
Not sure if this is still the simpler method but https://github.com/realityforge/gwt-property-source provides access configuration properties in java. A. On Thu, May 21, 2015 at 11:49 AM Nam sheldyn.nam-st...@wismore.com wrote: Hi, I have run into a problem which I can't seem to find an

Re: GWT2.8 JsInterop Java-JS

2015-05-15 Thread Alberto Mancini
Hi, you are converting obj to a string before calling printObj: We can't see the obj's properties, only: + obj Hope this helps. Alberto. On Fri, May 15, 2015 at 7:52 AM Alex W alexwhite3...@gmail.com wrote: We are usingJSInterop in GWT2.8. In one of our RPCs we have some code like

Re: GWT2.8 JsInterop Java-JS

2015-05-15 Thread Alberto Mancini
obj to printObj. A. On Fri, May 15, 2015 at 8:57 AM Alex W alexwhite3...@gmail.com wrote: Wouldn't the object have a bunch of JSON properties then? On Friday, May 15, 2015 at 4:47:39 PM UTC+10, Alberto Mancini wrote: Hi, you are converting obj to a string before calling printObj: We

Re: GWT Material Design

2015-02-06 Thread Alberto Mancini
it when using through gwt. Thank you, Alberto. On Fri Feb 06 2015 at 10:11:38 AM mark kevin ringor kevzlou7...@gmail.com wrote: Hi to all, We are a team of GWT Developers to implement the GWT Material Design with the help MaterializeCSS (http://materializecss.com/). We are doing our best

Re: Autobean deserialize failing ( Ljava_util_List_2_classLit_0_g$ is not defined )

2015-02-06 Thread Alberto Mancini
Hi, just tested your code and actually seems to work using gwt/trunk so maybe it has something to do with the version you are using or the 'response' text. My EntryPoint: --- RequestBeanFactory factory = GWT.create(RequestBeanFactory.class); AutoBeanMyBean ab =

Re: Autobean deserialize failing ( Ljava_util_List_2_classLit_0_g$ is not defined )

2015-02-06 Thread Alberto Mancini
Hi, the sample code i sent you actually works even if i switch to gwt 2.7. (superdevmode). In my sample i specify the json string inline; i'd try to do the same to investigate further. good luck, Alberto. On Fri Feb 06 2015 at 2:51:36 PM Ali Akhtar ali.rac...@gmail.com wrote: Jens

Re: How to use javascript's regular expression by jsni?

2014-11-19 Thread Alberto Mancini
Hi, boolean reEmail() but you are using as a String in validate(t...@domain.com t...@domain.com,reEmail()); then regexp in the validate method is 're' when used but 'regexp' as a parameter. On Thu Nov 20 2014 at 8:18:32 AM Alex Luya alexander.l...@gmail.com wrote: Hello: Similar

Devmode (the classic one) using trunk

2014-10-16 Thread Alberto Mancini
Hi, doing some test using the last trunk I got this error trying to start devmode. I think it is not really something important cause we are 'leaving' devmode but at least something to notice. Alberto. 08:41:54.975 [ERROR] [sdm0] Unable to load module entry point class null (see

Re: Devmode (the classic one) using trunk

2014-10-16 Thread Alberto Mancini
indeed option 2 of the post solves the problem. Thanks. Alberto. On Thu, Oct 16, 2014 at 10:31 AM, Jens jens.nehlme...@gmail.com wrote: Read: http://www.draconianoverlord.com/2014/04/01/jdk-compatibility.html -- J. -- You received this message because you are subscribed to the Google

Re: Devmode (the classic one) using trunk

2014-10-16 Thread Alberto Mancini
I locally built master. On Thu, Oct 16, 2014 at 5:24 PM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, October 16, 2014 12:36:45 PM UTC+2, Alberto Mancini wrote: indeed option 2 of the post solves the problem. Just to make sure: did you locally built master, or are you relying

Re: [gwt-contrib] GWT 2.7 requiring Java7 for development - Action needed

2014-09-11 Thread Alberto Mancini
Hi, IMHO, java 7 for development more than OK. Thank you ! Alberto. On Thu, Sep 11, 2014 at 7:50 PM, 'Daniel Kurka' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: Hi all, while bringing GSS support into GWT, I discovered that the closure styleheets compiler

Re: Ignoring requestFactory responses on page reload

2014-06-17 Thread Alberto Mancini
Hi Samir, the page refresh should call the closinghandler cause a refresh is a page unload followed by a load and the closing handler essentially is a listener to 'onbeforeunload' event. Cheers, Alberto Note: there are issues with the returned message so if you go for a closing handler read

Re: Ignoring requestFactory responses on page reload

2014-06-13 Thread Alberto Mancini
think it is at least less dangerous than ignoring eventual errors. Alberto. On Thu, Jun 12, 2014 at 9:22 AM, Samin Pour sami...@gmail.com wrote: Hi Everyone My question might be very basic but couldn't find the answer anywhere. I'm working with requestFactory and send some requests

Re: Accessing GWT functions through javascript

2014-04-24 Thread Alberto Mancini
Hi, I think this may help you: http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html Cheers, Alberto On Wed, Apr 23, 2014 at 1:04 PM, Tushar Tuteja ttut...@gmail.com wrote: I have a gwt click handler which I want to invoke from javascript code . Can anyone give me a link

Re: how to use UIbinder

2014-04-08 Thread Alberto Mancini
Hi, you have to insert your widget into the dom: RootPanel.get.add(helloWorld); just before the end of onModuleLoad. Cheers, Alberto On Tue, Apr 8, 2014 at 11:28 AM, Francesco Viscomi fvisc...@gmail.comwrote: Hi all, i'm new on GWT; I followed the example on http

Re: how to use UIbinder

2014-04-08 Thread Alberto Mancini
(helloWorld); and public class Hello extends Composite { with public class Hello extends ResizeComposite { ( http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/ResizeComposite.html ) and should work. Cannot try your code so my respoonse may be incomplete. Ciao, Alberto

Re: Error 404 in the RPC GWT

2014-04-08 Thread Alberto Mancini
Hi, there is some associated error before the '404' (probably in the console view in eclipse) ? For instance, is your service implemented in 'its.server.GreetingServiceImpl' ? Cheers, Alberto. On Tue, Apr 8, 2014 at 2:18 PM, paolamonto...@gmail.com wrote: unfortunately it doesn't work

Re: Cell Table Styling

2014-04-01 Thread Alberto Mancini
Hi, try to place the css file in the same package where TableResources is; com.rpc.client if i understand well. Hope it helps. Alberto On Tue, Apr 1, 2014 at 11:50 AM, Zbyněk Kočí routh...@gmail.com wrote: Im using NetBeans 00:43:37,382 [DEBUG] Rebinding

Re: clickHandler goes in loop

2014-03-07 Thread Alberto Mancini
Hi, code tab1 is executed in build_tab1(); ? in that case if variable table1 is not local you are adding a new clickhandler at each call of code when i switch tab my 2c. Alberto. On Fri, Mar 7, 2014 at 9:11 AM, Davide Micheletti d.michelett...@gmail.comwrote: its a long code, however

Re: GWT and SVG, the 125th... :-)

2014-02-27 Thread Alberto Mancini
the error seems to indicate that in your html there is not an element with id 'drawing'. Hope it helps. Alberto. On Thu, Feb 27, 2014 at 6:22 AM, Magnus alpineblas...@gmail.com wrote: Hi, ok, I used the GWT ScriptInjector, and now also the identifier SVG can be resolved. This brought me

Re: MGWT problem GWT 2.6.0

2014-02-03 Thread Alberto Mancini
Hi, probably it is related to this: https://groups.google.com/forum/#!searchin/mgwt/opera/mgwt/mAw0Q3kDWeY/JQlQIxo6L04J Alberto. On Tue, Feb 4, 2014 at 1:32 AM, Jonathan Franchesco Torres Bca chescot2...@gmail.com wrote: Error: Loading modules org.gdgassistant.gdgassistant

[gwt-contrib] Should GWT support WebGL without Elemental ? (or should Elemental be extended to support more browsers ?)

2013-07-29 Thread Alberto Mancini
-webidl just for chrome ? Thank you, Alberto -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [gwt-contrib] Should GWT support WebGL without Elemental ? (or should Elemental be extended to support more browsers ?)

2013-07-29 Thread Alberto Mancini
://code.google.com/p/google-web-toolkit/issues/detail?id=6512 adding a JSO as second arg of getContext, i will try to send a patch later so I see if this path is acceptable. Then I will need some tests, has anyone webgl code for that use ? Thank you, Alberto. On Mon, Jul 29, 2013 at 9:05 PM, Goktug

Re: GWT + PHP

2013-05-09 Thread Alberto Mancini
Hi, if you need to call the php script from a GWT app and get the response you may use RequestBuilder: http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/http/client/RequestBuilder.html look at

Re: GWT and Web Cam

2012-12-07 Thread Alberto Mancini
you the snapshot). Ciao, Alberto. On Thu, Dec 6, 2012 at 8:53 AM, Christopher sahayachristop...@gmail.comwrote: Hi All, My GWT version is 2.4.0 My Query is , In my application a requirement to capture images through webcam . What is the best way to do it. Thanks, Christopher

Re: GWT and Web Cam

2012-12-07 Thread Alberto Mancini
webrtc support to the lib may be not so terrible just in case one want to use 'native' support when available and flash as a fallback, don't know if may be useful. Ciao, Alberto. On Sat, Dec 8, 2012 at 1:40 AM, Daniel Mauricio Patino León ceo.lion@gmail.com wrote: Hey Alberto. Use

Re: Hello, please I need your help with did you forget to inherit a required module

2012-11-26 Thread Alberto Mancini
Hi, afaik java.security is not in the GWT's emulated jre so you should provide an implementation for SecureRandom (through super-source, see https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects ) to be able to use jBCrypt unmodified. Ciao, Alberto On Mon, Nov 26

Re: GWT RPC CALL QUESTION

2012-11-23 Thread Alberto Mancini
Hi, is'nt just the url-pattern capitalized ? url-patterndataTrader/DataTrader/url-pattern ^ WARNUNG: No file found for: /datatrader/DataTrader ^^^ Ciao, Alberto. On Fri, Nov 23, 2012 at 2:45 PM, xxJohnnyxx

Re: replace-with and when-property-is . . using it based on browser / user.agent value?

2012-11-21 Thread Alberto Mancini
=com.google.gwt.user.client.ui.impl.RichTextAreaImpl / when-property-is name=user.agent value=gecko1_8 / /replace-with Ciao, Alberto. On Wed, Nov 21, 2012 at 11:28 PM, King_V kin...@mindless.com wrote: All, I've seen a few examples where there is talk of substituting a class based on which browser is involved. So

Re: Toggle Visibility of a Sidebar Element

2012-11-06 Thread Alberto Mancini
Hi, actually this should work class MyDockLayoutPanel extends DockLayoutPanel { public MyDockLayoutPanel(Unit unit) { super(unit); } public void resizeWidget(Widget w, double newSize) { //XXX ensure it is a widget added to this this layoutpanel

super-source and eclipse

2012-10-05 Thread Alberto Mancini
to convince eclipse to stop showing errors in the 'super-source'd packages (packages names do not match). This is not really a problem because the code compiles without errors but having projects with errors is annoying. Anyone has a suggestion ? Thanks, Alberto. -- You received this message because

Re: super-source and eclipse

2012-10-05 Thread Alberto Mancini
Works perfectly :) Thank you. Alberto On Fri, Oct 5, 2012 at 3:28 PM, Abraham Lin atomknight033...@gmail.comwrote: Add the root of your super-source folder as a source folder (right-click the folder, open the Build Path submenu, and click Use as Source Folder). Eclipse should

Re: Problem acessing

2012-09-13 Thread Alberto Mancini
that there is also a typo in the xml file, interbookappl instead of interbookerappl). Ciao, Alberto. On Tue, Sep 11, 2012 at 6:29 PM, Justin Kames justinka...@gmail.com wrote: Hello, I've been struggling with this error quite a while and I cant seem to find the error. gwt.xml module rename

Elemental webGL

2012-09-12 Thread Alberto Mancini
an elemental.dom.Element in a com.google.gwt.user.client.ui.Widget ? Ciao, Alberto -- 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/-/yo-PaiuR25QJ

RPC Problems

2011-12-08 Thread Alberto Jesús Rubio Sánchez
Hi, When a click the button login in my app the connection with the mysql database don't works correctly in the first click but in the next clicks works great. Anyone knows that can happens? Regards, Alberto J. -- You received this message because you are subscribed to the Google Groups

Re: SS0 and GWT

2011-12-07 Thread Alberto
Thomas, Could you explain what do you check at the filter level? How do you know if a user is authenticated when you make a GWT-RPC call? It is a newbie question, I know, but it is not clear to me if we are identifying the user by a query parameter or a HTTP header. Thanks On Dec 7, 4:01 am,

Re: SS0 and GWT

2011-12-07 Thread Alberto
Thanks a lot! This gives me a very good head start. On Dec 7, 10:45 am, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, December 7, 2011 5:03:05 PM UTC+1, Alberto wrote: Thomas,   Could you explain what do you check at the filter level? How do you know if a user is authenticated

Re: MVP Pattern

2011-11-08 Thread Alberto Jesús Rubio Sánchez
Thanks for all to response. But which is the use of the places? Regards, Alberto J. On 3 nov, 18:29, Christian Goudreau goudreau.christ...@gmail.com wrote: Well activities and presenter really look alike and the two denomination are confusing, but a hint is the presenter interface in Gwt

Re: MVP Pattern

2011-11-03 Thread Alberto Jesús Rubio Sánchez
Thanks for all, I don't understand the differences between MVP with Activities and Places and MVP without Activities and Places. Can you explain me this? Regards, Alberto J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

MVP Pattern

2011-11-02 Thread Alberto Jesús Rubio Sánchez
Hi, I have recently started to develop with GWT in Eclipse and I want to use the MVP pattern. I create a new module and select the option for use MVP. Eclipse generates a lot of packages: activity, mvp, place, ui, server. Someone could tell me the use of each? Regards, Alberto J. -- You

Re: Handy Bit of Code for Integrating GWT and Google Maps v3

2011-09-13 Thread Alberto
of the features I display in my app are geographic, so StreetView isn't much help to me. Does it work again if you clear your cache? On Sep 2, 3:44 am, Alberto sturialb...@gmail.com wrote: Hi, I had your same idea and I tried to write a function (looking at the api v3 documentation

Re: Bing Maps in a GWT project

2011-09-13 Thread Alberto
Why not Google Maps? On 31 Ago, 23:05, Jésica cuello.jes...@gmail.com wrote: Hi all, I just want to know if someone is currently using Bing API in a GWT project. I'm on the path of doing It but I haven't found any clue of working implementations. Thanks, Jésica. -- You received this

Re: Handy Bit of Code for Integrating GWT and Google Maps v3

2011-09-02 Thread Alberto
Hi, I had your same idea and I tried to write a function (looking at the api v3 documentation) to integrate a StreetView custom panorama: /** * @param e: element to use for the Street View panorama * @param path: image path * @param heading: horizontal angle

StreetView custom panorama + GWT

2011-09-02 Thread Alberto
Hi, I tried to write a function (looking at the api v3 documentation) to integrate a StreetView custom panorama with GWT: /** * @param e: element to use for the Street View panorama * @param path: image path * @param heading: horizontal angle * @param

Re: Maps v3 + GWT using JSNI - Map showing problem -

2011-08-30 Thread Alberto
I've just printed the Element that I use to contain the map (System.err.println(container.getElement())) and these are the results: When the map works: container: div style=width: 600px; height: 600px; /div When it doesn't work: container non va: div style=width: 600px; height: 600px; position:

Maps v3 + GWT using JSNI - Map showing problem -

2011-08-29 Thread Alberto
Hi everybody! I need to use maps v3 API with GWT, but I've a problem on map showing. I created a custom map (with a custom image) in this way: public class MapContainer{ public native

Re: Maps v3 + GWT using JSNI - Map showing problem -

2011-08-29 Thread Alberto
If I use it directly in onModuleLoad method, in this way it looks right: *** private MapContainer mapContainer=null; private SimplePanel container=new SimplePanel(); private JavaScriptObject mappa=null;

Re: secure widgets

2011-07-08 Thread Alberto Sarubbi
looks to me like a dead end for developing security sensitive UI with GWT. thank you Robert. -- 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

Re: secure widgets

2011-07-08 Thread Alberto Sarubbi
we actually protect EVERY call to our server validating the user rights before proceeding to the service execution. it just doesn't seem right to show a user a button that he can't click because he don't have the permission to do. it sounds more logical not showing the button at all. of course,

secure widgets

2011-07-07 Thread Alberto Sarubbi
hi there, i'm developing an application that came into a common use case when HTML is generated from server side, which is whether to include or not an element in the output based on security constraints applicable for the current user only. some security frameworks, like the one we're using

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
or neither of them. It is very strange, isn't it? Any clarification about that will be very appreciated. Thanks Best Regards Alberto On Jul 4, 6:16 pm, Rob Coops rco...@gmail.com wrote: On Mon, Jul 4, 2011 at 6:00 PM, Alberto Rugnone arugnonechemi...@gmail.comwrote: Hello everybody

Help : Memory Leak Problem

2011-07-04 Thread Alberto Rugnone
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 because you are subscribed to the Google Groups

GWT and WebGL

2011-06-07 Thread Alberto Franco
WebGL I would think so, anyone knows? Thanks in advance. Alberto -- 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

How can I use the Unofficial Google Text-To-Speech API in a GWT application?

2011-05-26 Thread Alberto
Hi, I'm trying to use the Google TTS API (http://translate.google.com/ translate_tts?tl=enq=text”) for my GWT application. This API give me back an mp3 in a buffer that I have to play. To play mp3 files I'm using GWT-Voices (http://code.google.com/p/gwt- voices/) that requires an URL of the mp3

Mac + Google Maps 1.1 Library + Google Web Toolkit 2.2.0 SDK Bundle for Eclipse 3.5

2011-04-06 Thread Alberto
Hi everybody, I've bought a mac (macbook pro i7) and I must use Google Maps 1.1 Library to develop an application. The problem is that if I try to run the library tutorial (http:// code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted) I have this problem during execution: 13:25:29.654

Re: Mac + Google Maps 1.1 Library + Google Web Toolkit 2.2.0 SDK Bundle for Eclipse 3.5

2011-04-06 Thread Alberto
/gwt-google-apis/issues/detail?id=447 I wonder if the jsio libraries were excluded from your .jar file for some reason? On Wed, Apr 6, 2011 at 7:42 AM, Alberto sturialb...@gmail.com wrote: Hi everybody, I've bought a mac (macbook pro i7) and I must use Google Maps 1.1 Library

Re: How to make a TextArea auto-growing...?

2011-02-20 Thread Carlo Alberto Degli Atti
Hey guys, thank you very much for your contributions! I've quickly given a look to gwt-traction from Andy, it seems really interesting.. @Brandon I tried it with chrome, but the TextArea doesn't expand vertically... (I'm reading now that @Jeff already noted it) Thank u everybody! CA On

How to make a TextArea auto-growing...?

2011-02-18 Thread Carlo Alberto Degli Atti
Hi, I've looked around but I haven't found any solution, so I post it here: how can I make a TextArea that expands its height depending on the text inside? Thanks CA -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: How to make a TextArea auto-growing...?

2011-02-18 Thread Carlo Alberto Degli Atti
: On Friday 18 February 2011, Carlo Alberto Degli Atti wrote: Hi,  I've looked around but I haven't found any solution, so I post it here:  how can I make a TextArea that expands its height depending on the text inside?  Thanks  CA Its good to find someone else who wants this.  I first

Re: How to make a TextArea auto-growing...?

2011-02-18 Thread Carlo Alberto Degli Atti
2011, Carlo Alberto Degli Atti wrote: Hi David,  thank you for your answer! I will try it and I will give you my feedback :-)  In my case the width is not a problem; my concern is about the height (the number of displayed rows)...  best regards,  CA On Feb 18, 1:11 pm, David

Re: How to make a TextArea auto-growing...?

2011-02-18 Thread Carlo Alberto Degli Atti
I understand it, but if the text is arbitrarily long (number of rows) how can I compute the initial size in pixels? On Feb 18, 2:10 pm, Sean slough...@gmail.com wrote: LinkedIn.com's Email does this, and I liked it a lot. As for setting the size before a browser event, I would give it a

Re: How to make a TextArea auto-growing...?

2011-02-18 Thread Carlo Alberto Degli Atti
() {                                 textArea.rightSize( );                                 }                         }); where textArea is the ExpandableTextArea. David On Friday 18 February 2011, Carlo Alberto Degli Atti wrote: David it works (gwt2.2). But how can I set the height at rendering time

Re: UIBinder: @UIField and the wrong template

2011-02-16 Thread Carlo Alberto Degli Atti
it to @UiTemplate( CommentView.ui.xml ) interface CommentViewUiBinder extends UiBinderSimplePanel, CommentView { and it worked... Eclipse was a little bit confused... Thanks Michel ;-) On Feb 15, 3:34 pm, Carlo Alberto Degli Atti lordk...@gmail.com wrote: Hi all, I'm building

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-16 Thread Carlo Alberto Degli Atti
Maybe I'm wrong but I added this dependency to my pom to avoid the compilation problem you were talking about... of course it did work as expected (using maven) *BUT* it caused a very strange behavior in Eclipse... at the beginning I didn't understand the cause (because I had many other problems

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-16 Thread Carlo Alberto Degli Atti
I'm still investigating... but: 1) if I remove the gwt-dev dependency, I can start the gwt app from Eclipse *BUT* if I try to compile using maven (ie mvn gwt:compile) I get java.lang.NoClassDefFoundError: com/google/gwt/core/ext/GeneratorExt, 2) if I add the gwt-dev dependency, I can do mvn

Re: migrate GWT 2.1.1 to 2.2 error

2011-02-16 Thread Carlo Alberto Degli Atti
yes it works if I run mvn gwt:compile from within the module (I have a multi-module maven project), but if I run mvn install from the parent root I still have that error. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Gwt 2.2, guice and gin...

2011-02-15 Thread Carlo Alberto Degli Atti
a lot of time until I understood what was going on. http://groups.google.com/group/google-guice/browse_frm/thread/38859fa... You have to be prepared for a lot of surprises if you bank on google code, is it bad news, but good news is that - on the whole - it works. On 14 Lut, 16:57, Carlo Alberto

UIBinder: @UIField and the wrong template

2011-02-15 Thread Carlo Alberto Degli Atti
Hi all, I'm building some user interfaces using the UIBinder mechanism; I'm placing in the same package 6 views (java files) and 6 templates (xml). All views and templates are fine except one; my IDE (Eclipse) says Field itemPanel has no corresponding field in template file CommentView.ui.xml.

  1   2   >