Re: What do you need to know? For C++ programmer

2019-03-08 Thread Ahmad Bawaneh
I would say : more than what we think!. I know many and those in my list keeps expanding .. I think GWT now is just like java .. even though there is so many are using yet no one is bragging about it.. it is stable .. works .. reliable .. integrates .. So as answer to the question. Yes.. i do

Re: What do you need to know? For C++ programmer

2019-03-08 Thread Jofrantoba
MOOC GWT https://holamundodev.appspot.com * * Jonathan

Re: What do you need to know? For C++ programmer

2019-03-08 Thread David Carter
CSS. I'll say it again... CSS. Unless and until you get it right your apps will never perform as expected. If you're an experienced OO person than the Java will be fairly easy for you, but CSS is some voodoo style black magic to master. I've been messing with it for years and it still never

Re: paper-dialog-scrollable isn't scrolling

2019-03-08 Thread David Carter
I set the dialog to a fixed height, and it worked in that the white box that is the dialog displayed at the specified size. The scroll area however still didn't scroll and its contents displayed past the limits of the dialog as before. Also as before the buttons were off of the display and

Re: paper-dialog-scrollable isn't scrolling

2019-03-08 Thread Jens
Scrolling can only appear if the parent dialog can not grow anymore and thus will be smaller than its content. So if you want a smaller dialog, give it a fixed height that suites your needs. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group.

Re: Enter key to change the focus from one TextInputCell to another in a celltable.

2019-03-08 Thread renciac
You are a STAR Stefaan!! Thank you so much. After adding validation to the inputCell it was a real problem to get the tabbing sorted again. Thank you! On Friday, September 21, 2012 at 11:11:10 PM UTC+2, Stefaan Vanderheyden wrote: > > Sorry, I forgot to mention: > > You get the currentRow from

Re: What do you need to know? For C++ programmer

2019-03-08 Thread Puppy2Pet
Just wonder is there still anybody use GWT for web apps thesedays? Puppy2Pet https://puppy2pet.com On Sunday, October 28, 2007 at 8:39:51 PM UTC-7, squishydonut wrote: > > I have a background in C++ programming, but