GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Ohashi, Keisuke
Hi Great gwt hackers. We released gwt-bootstrap 2.0.4.0. Maybe gwt-bootstrap 2.0.4.0 will be deployed to maven central repositry in few days. Download : https://github.com/gwtbootstrap/gwt-bootstrap/downloads Showcase : http://gwtbootstrap.github.com Project : https://github.com/gwtbootstrap

RF Editors dealing with null proxies/subeditors

2012-08-11 Thread Arash
Hi, There seem to be similar issues posted previously but none of them explains this seem to be very trivial scenario. I have the typical Person/Address relationship in my entities. The person's address can be null but if there is an address, the city and zip can not be null (please take a

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Joseph Lust
Great work Tricker! I've been watching this project along with many others for some time now as ya'll have been committing like mad on GitHub. Note, your Maven pagehttps://github.com/gwtbootstrap/gwt-bootstrap/wiki/Using-GWT-Bootstrap-SNAPSHOTS-version-with-Maven(and your Maven site

Re: How to set style for RichTextBox?

2012-08-11 Thread Andrei
If you want to style body element within the RichTextArea itself, you can do this: public MyRichTextArea() { addInitializeHandler(new InitializeHandler() { public void onInitialize(InitializeEvent ie) { BodyElement body =

Re: Menubar styled like Google ribbon/menubar

2012-08-11 Thread Joseph Lust
Checkout the just released today GWT-Bootstraphttps://github.com/gwtbootstrap/gwt-bootstrap. Very nice, modern menus that might be more to your liking. See NavBar in the showcasehttp://gwtbootstrap.github.com/#component:navigation . Sincerely, Joseph -- You received this message because you

Re: How to set style for RichTextBox?

2012-08-11 Thread Andrei
Alex, I forgot to mention that you can add a style to the body element as I shown, but it will do nothing. The reason is that the HTML document inside the RichTextArea does not have access to your CSS file. You can solve it this way (I use this solution, so I tested it): public

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread 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. Last months my life was changing too much, I don't has the time and willpower to contribute as much I want to. Second, I would like to thank very much some persons: -

Where Is GWT Dev Plugin

2012-08-11 Thread Charles Odili
I am running Chrome 21.0.1180.75 on Fedora 17 and eclipse Juno. I tried creating a sampl GWt project to see that my environment was properly set up but the developer plugin did not install. Chrome gave an error, complaining that extensions should be installed from the web store. However, a

Re: Where Is GWT Dev Plugin

2012-08-11 Thread Dennis Haupt
when trying to debug, chrome should automatically point you to the plugin Am 11.08.2012 19:58, schrieb Charles Odili: I am running Chrome 21.0.1180.75 on Fedora 17 and eclipse Juno. I tried creating a sampl GWt project to see that my environment was properly set up but the developer plugin did

Re: Where Is GWT Dev Plugin

2012-08-11 Thread Dennis Haupt
oh, should have read the whole email. no idea then. Am 11.08.2012 20:07, schrieb Dennis Haupt: when trying to debug, chrome should automatically point you to the plugin Am 11.08.2012 19:58, schrieb Charles Odili: I am running Chrome 21.0.1180.75 on Fedora 17 and eclipse Juno. I tried

Re: Drag and Drop UI using GWT with Connectors

2012-08-11 Thread ashwin.desi...@gmail.com
Santosh, If you have the privilege (depending on your app) to use html5 and css3 as the min browser requirement, then I would suggest draw the process as as div and style them as circle using border-radius CSS style. to draw the connectors, use HTML5 canvas. GWT supports canvas on browsers which

Re: Where Is GWT Dev Plugin

2012-08-11 Thread Jens
see: https://groups.google.com/d/topic/google-web-toolkit/jDg3KoXoVPc/discussion http://techie-buzz.com/browsers/chrome-blocking-extension-apps-scripts-chrome-web-store.html -- J. Am Samstag, 11. August 2012 19:58:43 UTC+2 schrieb Charles Odili: I am running Chrome 21.0.1180.75 on Fedora 17

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Juan Pablo Gardella
Great works Thanks for sharing 2012/8/11 Carlos Alexandro Becker caarl...@gmail.com 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. Last months my life was changing too much, I don't has the time and willpower to

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 gardellajuanpa...@gmail.com ha scritto: Great works Thanks for sharing 2012/8/11 Carlos Alexandro Becker caarl...@gmail.com As the creator of the project, I'll like to say something, if you guys don't mind =D

Re: Where Is GWT Dev Plugin

2012-08-11 Thread Paul Robinson
I don't understand why so many people are using chrome for dev mode. It's much slower in dev mode than other browsers. On Linux, I'd use Firefox. But if you use super dev mode instead, then chrome is good. Paul On 11/08/12 20:50, Jens wrote: see:

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Rob
Hi, +1 Excellent. Cheers Rob On Saturday, August 11, 2012 4:18:49 PM UTC+10, soundTricker wrote: Hi Great gwt hackers. We released gwt-bootstrap 2.0.4.0. Maybe gwt-bootstrap 2.0.4.0 will be deployed to maven central repositry in few days. Download :

Re: can i specify the filename when compiling ?

2012-08-11 Thread wahaha
actually i need this. my program is not a B-S mode program,i don't need to worry about the problem for cache. i just need to specify the file name when compiling,so the update patch can be smaller cause of the content of the file moduleName.nocache.js keep the same. On Friday, August 10, 2012

where is Elemental package?

2012-08-11 Thread gong min
I saw an article Introducing Elemental in GWT devGuide. https://developers.google.com/web-toolkit/articles/elemental But, I can't find elemental package. Where is it? Is there anyone tried before? How is it? Thanks. -- Gong Min gongmin...@gmail.com -- You received this message because you are

Re: SimplePager within FlowPanel

2012-08-11 Thread Magnus
Works! Thank you! Magnus -- 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/-/XNOHJCVmVOoJ. To post to this group, send email to

Re: Digest for google-web-toolkit@googlegroups.com - 25 Messages in 19 Topics

2012-08-11 Thread Praveen Jesudoss
Gwt On Aug 10, 2012 7:47 PM, google-web-toolkit@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/google-web-toolkit/topics - CellTable - how to reload data? #13910e5d87c96924_group_thread_0[1 Update] - Too many parameters in a generated Java file