Re: onBrowserEvent change Cell colour

2016-03-14 Thread Sam Wootton
Indeed it does help Gilerto. I'm indebted, thank you. You can see I "think in Java" mode (not being a 'web developer') - missed the obvious, apologies. Although my Cell looks like interface Template extends SafeHtmlTemplates { @Template("" + "" + "" +

onBrowserEvent change Cell colour

2016-03-12 Thread Sam Wootton
Dear GWT Users, Thanks in advance for help. Ive searched the mail archives and had a good google, but cant find what im after. I'd like to change the colour of my Cell when the user rolls over it. I thought it would be as simple as saving a class level / scope variable of SafeHtmlBuilder

Re: UIBinder & Materials

2016-03-07 Thread Sam Wootton
gwt-material > > :) > > BR; Stefan > > > On Sunday, 6 March 2016 15:46:45 UTC+1, Sam Wootton wrote: >> >> Dear GWT Users, >> >> As ever, thanks for any help. >> >> Quick (possibly stupid) question. I'd like to start investigating GWT >> Materials

Re: UIBinder & Materials

2016-03-06 Thread Sam Wootton
Thanks Jens, Many thanks. Yes, I see I can just instantiate Material objects directly MaterialButton popupBtn = new MaterialButton(); // Button popupBtn = new Button(); Can I continue the same approach 'converting' each instance to Material versions? I'd stil like to use some of my existing

UIBinder & Materials

2016-03-06 Thread Sam Wootton
Dear GWT Users, As ever, thanks for any help. Quick (possibly stupid) question. I'd like to start investigating GWT Materials http://gwtmaterialdesign.github.io/gwt-material-demo/#!gettingstarted ... states "*Assuming that you're using UIBinder, add the following namespace to the

Re: Cell Browser External Listener

2016-02-26 Thread Sam Wootton
Hello Jens, Thanks for your help. I managed to add cellBrowser.addDomHandler(new ClickHandler() { @Override public void onClick(ClickEvent clickEvent) { GWT.log("DownloadPanel.onClick "+clickEvent.getNativeEvent().toString()); } }, ClickEvent.getType()); But that doesn't

Cell Browser External Listener

2016-02-26 Thread Sam Wootton
Dear GWT Users, Thanks in advance for any help. I have working CellBrowser that I want to add an external listener to (so that I can display data clicked on... but outside and in another panel). I see CellBrowser implements HasClickHandlers (and addClickHandler).

Re: ProjectStruture

2016-02-21 Thread Sam Wootton
t; It supports HTTP requests. > It supports DOM, Canvas rendering, WebGL + 3D VR + Web 3d Audio, e,t,c. > > As a result all of that is supported in GWT. > > Right ? > > On Saturday, February 20, 2016 at 7:48:06 PM UTC+3, Sam Wootton wrote: >> >> Thanks Jens... perfect

Re: ProjectStruture

2016-02-20 Thread Sam Wootton
Thanks Jens... perfect. Exactly what I was after (before I disappeared down a dead-end of rpc calls and tons of re-writing, which I'd probably give up on). Loads to look in to, and get going on. Thank you. I'll see how far I get and post any questions I have. Hopefully my only remaining concern

Re: ProjectStruture

2016-02-20 Thread Sam Wootton
gt; -Kirill > > On Saturday, February 20, 2016 at 11:29:05 AM UTC+3, Sam Wootton wrote: >> >> Hello Kirill, >> >> That's *exactly* what I want to aim for, that would be ideal. Hence my >> original post. But given that my com

Re: ProjectStruture

2016-02-20 Thread Sam Wootton
ards, Sam On 20 February 2016 at 06:22, Kirill Prazdnikov <pkir...@gmail.com> wrote: > Can you avoid rewriting the server code at all ? > It might be possible to just rewrite a client in GWT and leave the > protocol as is. > > On Friday, February 19, 2016 at 10:17:

Re: ProjectStruture

2016-02-19 Thread Sam Wootton
to write the parsers for it. You get it for free > when using Jersey or any other REST framework for Java. > > > On Friday, February 19, 2016 at 3:18:44 PM UTC-2, Sam Wootton wrote: >> >> I guess one of the main problems is jumping from RemoteServiceServlet >> (setting s

Re: ProjectStruture

2016-02-19 Thread Sam Wootton
RemoteServiceServlet and returning the original rpc call. Btw - Im having problems formatting my posts here (using Firefox 42.0b9), I cant put spaces in between words in my post titles, apologies :] Regards, Sam On Friday, 19 February 2016 13:54:25 UTC, Sam Wootton wrote: > > ​ >

ProjectStruture

2016-02-19 Thread Sam Wootton
​ ​Dear GWT Users, Many thanks in advance for any help and advice. Very much appreciated! I have a legacy application: java Swing client with XML based Servlet communication (request and response). The server comprised of aro ​​ und 10 Servlets, one 'Front Controller' that forwarded

Re: Still active?

2016-02-19 Thread Sam Wootton
ther, before posting my question. Regards, Sam On 19 February 2016 at 12:40, Lothar Kimmeringer <j...@kimmeringer.de> wrote: > Am 19.02.2016 um 12:54 schrieb Sam Wootton: > > > Before posting my question, I just wanted to check that this > > group was still active? > >

Still active?

2016-02-19 Thread Sam Wootton
Hello GWT Users, Before posting my question, I just wanted to check that this group was still active? Regards, Sam -- 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