Re: DataGrid with a Frozen Column?

2013-08-29 Thread tim hemmer
Any findings on the frozen column(s) for the Data Grid ? On Thursday, December 6, 2012 9:29:54 AM UTC-6, Alex opn wrote: > > I haven't tried the TableBuilder yet but if it's possible it's by using it > imo. Have you had a look into the > CustomDataGrid-Example

Re: Dirty Form Flag in GWT or basically how to identify if in the form if there are any unsaved changes

2013-08-29 Thread jaga
Hi, I think a good way to achieve this is to compare the model objects. I will explain the approach as follows: 1) on starting the screen make a copy of the object to be edited - I presume this is downloaded via an RPC or similar. 2) edit the object. Every time a field changes update the object.

Re: CellTable of Strings

2013-08-29 Thread Noel Reforma
I've actually thought about extending the CellList and modifying it so that it will render as a table instead of a single list. I've done something like that before where I made it to render horizontally. I need my list to displayed in a tabular form instead of just one long list. Will give it a

Re: CellTable of Strings

2013-08-29 Thread Noel Reforma
Thanks guys. For now I ended up creating an object with different column attributes just like what Rogelio was saying. It's not the cleanest code but I think it works. I don't have any deadline on this so I will go ahead and give Thomas' suggestion a try. I have not played with Guava at all but

Re: use GwtCreateResource to provide text programatically

2013-08-29 Thread Steve C
What you're asking for could be (in my humble opinion) useful. But, as things currently stand, it won't work syntactically. The method in the bundle doesn't return the resource, it returns an object that lets you create the resource. So, if anything was going to work at all, it would be: {re

Re: GWT Designer - "Can't create SWT Browser"

2013-08-29 Thread GWT User
That didn't work. On Friday, February 1, 2013 10:22:45 AM UTC-8, Federico J. Rojkin wrote: > > The instructions below maybe help you, I used it in a debian squeeze > installation: > > 1-)Disable de options "Used webkit for rendering GWT UI (if available)" > that is in: /Windows/Preferences/Win

Re: Developer plugin for Firefox 23 doesn't work

2013-08-29 Thread Emil Burzo
On Friday, August 16, 2013 12:42:01 PM UTC+3, GraÅžvydas Valeika wrote: > Hi, > > I just updated FF to 23. And I see strange behavior. > > Developer plugin properly installed and shows version 1.23 and latest > update date of today, > > but while starting DevMode application I'm getting 'Developme

Re: is code using DateTimeFormat not testable?

2013-08-29 Thread ckuetbach
Just found the Issue: https://code.google.com/p/google-web-toolkit/issues/detail?id=7671 -- 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 email to google-web-toolki

Re: is code using DateTimeFormat not testable?

2013-08-29 Thread ckuetbach
Ithink there is a bug in The DateTimeFormat GWT version 2.5.1: I use the DateTimeFormat from the shared package. As far as I know, classes from the shared package can be used at client and at serverside. But the method private static DateTimeFormatInfo getDefaultDateTimeFormatInfo() { //

Re: [ERROR] 500 - MySQL & Hibernate

2013-08-29 Thread Jens
Take a look at the server log file to see what has happened. Maybe your persistence.xml can not be found on your server. There are also tons of examples on how to use GWT with Hibernate/JPA. Just google for it. -- J. -- You received this message because you are subscribed to the Google Groups

[ERROR] 500 - MySQL & Hibernate

2013-08-29 Thread Bob Spero
I have a basic Java project that I created to connect to a mysql data base and uses Hibernate. So I have a method that does a sysout to the console of the query results. I copied everything to a GWT project with the example code and put on the server side put in the method that prints the result