Re: append new data in Livegrid

2008-09-15 Thread Amit Dhingra
Hi Khoa,
I am not using the table part of it, but as far as I see, in the demo
thinge, if you alter the number of rows, the data is loaded again in the
panel. And probably you need the same thing.
Further, you can actually have a look at the source.

Cheers,
Amit

On Tue, Sep 16, 2008 at 1:19 AM, Khoa <[EMAIL PROTECTED]> wrote:

>
> Hi Amit,
>
> Thanks for the link. The display in "Table" tab is similar to what I
> have too. Are you pulling this information from a live database as
> well? If yes, how did you update the table when there are new records
> in the database?
>
> Regards,
> Khoa
>
> On Sep 15, 1:31 pm, "Amit Dhingra" <[EMAIL PROTECTED]> wrote:
> > Hi Khoa,
> > See if this can be of any help to you...
> http://www.future-earth.eu/gwt/eu.future.earth.gwt.MainDemoApp/MainDe...
> > Check the third tab there... :)
> >
> > Cheers,
> > Amit
> >
> >
> >
> > On Mon, Sep 15, 2008 at 10:53 PM, Khoa <[EMAIL PROTECTED]> wrote:
> >
> > > Hi,
> >
> > > I am using Livegrid to display records from a database -- As new
> > > records are inserted into a database (by another program), I would
> > > like to periodically update my grid by appending newly added records.
> > > I can query the whole table again but that's not very efficient. Is
> > > there a way to update the livegrid with those new records?
> >
> > > I've looked at the Livegrid sample code, but it uses a static Object[]
> > > [] data as a source.
> >
> > > Thanks,
> > > Khoa
> >
> > --
> > Warm Regards,
> > Amit Dhingra
> >
>


-- 
Warm Regards,
Amit Dhingra

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Maps API fails on host mode

2008-09-15 Thread Einstein0970

Yes I am using a 32bit JVM. I will try to install an other 32bit
jvmbut this bug's a though one. I have installed a vista vmware
image and installed the same setup and it works perfectly. This must
have something to do with the jvm ... but it still run on tomcat. I
will let you know what happend with the new jvm.

On 15 sep, 20:46, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.  One
> more thing - I think you must be using the 32 bit JVM or you probably
> wouldn't even see hosted mode, but just to be certain, are you using a 32
> bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
> problems in one distro.  Can you try upgrading or changing your JVM
> version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> All these things aside, it still looks to me like the Maps API script is not
> loading. I can't tell you why it would all of a sudden start to fail.
>
>
>
> On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> > What happens when you try to compile and run in web mode?
>
> > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> Ran the HelloMaps demo and works great when deployed on my localhost
> >> tomcat but same error when ran from the Eclipse IDE host-mode. BTW,
> >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
>
> >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > When you ran the tutorial, did the application in the tutorial work for
> >> you
> >> > (the world's largest ball of twine)?
>
> >> > Can you show a small segment of code that reproduces the problem?
>
> >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> > > I use: gwt-maps.jar (0.0.290) from (http://code.google.com/p/gwt-
> >> > > google-apis/wiki/Downloads<
> >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> >> > > )
>
> >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > > > When you say you are using the latest gwt-maps.jar file, can you
> >> tell me
> >> > > > what version you downloaded?
>
> >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <[EMAIL PROTECTED]>
> >> wrote:
>
> >> > > > > Still fails:
>
> >> > > > > Here's my gwt.xml file: (followed the tut:
> >> > > > >http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
>
> >> > > > > 
>
> >> > > > >  
> >> > > > >   
> >> > > > >   
> >> > > > >  http://maps.google.com/maps?
> >> > > > > gwt=1&file=api&v=2.x<
> >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
> >> > > > > />
> >> > > > >   
>
> >> > > > > 
>
> >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > > > > > Try loading the Maps API before your GWT script.  Or move the
> >> loading
> >> > > of
> >> > > > > the
> >> > > > > > Maps script into your .gwt.xml file.  There is an example of the
> >> > > latter
> >> > > > > in
> >> > > > > > the online documentation at:
> >> > >http://code.google.com/p/gwt-google-apis/
>
> >> > > > > > On Mon, Sep 15, 2008 at 12:55 PM, Einstein0970 <
> >> [EMAIL PROTECTED]>
> >> > > wrote:
>
> >> > > > > > > Hi,
>
> >> > > > > > > I have tried all possibilities:
>
> >> > > > > > > 1-  >> > > > > > > 2- 
> >> > > > > > > Still receive same error.
>
> >> > > > > > > Here are my files:
> >> > > > > > > 
> >> > > > > > >        
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                Wrapper HTML for MobiGolf
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                 >> > > > > > > content='com.mobigolf.gwt.MobiGolf'/>
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                 >> > > > > href='MobiGolf.css'/>
>
> >> > > > > > >        
>
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
>> > > > > > >
>> > > > > > >
>> > > > > > >Wrapper HTML for MobiGolf
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >> > > > > > > content='com.mobigolf.gwt.MobiGolf'/>
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >> > > > > href='MobiGolf.css'/>
>> >
>> > > > > > >
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >