Sticky Sample in Internet Explorer

2010-08-22 Thread Raghunath
Hi I'm testing sticky sample gwt sample application(http:// code.google.com/webtoolkit/examples/). I just opened it in Internet explorer 8, header and icons are really disturbed. Is there any problem fix for this. http://sticky.appspot.com/ -raghu -- You received this message because you are

Re: How to send data back to client side code?

2010-08-22 Thread Tan Duy
Hi, Did you view example at http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html ? Please refer http://blog.hivedevelopment.co.uk/2009/08/google-web-toolkit-gwt-mvp-example.html This is a excellent tutorial. I also think it's so difficult to me, but I will try to learn more :) On

Re: mobilescrollpanel entry point?

2010-08-22 Thread asianCoolz
when i included in my application. it mentioned Mobile.gwt.xml do not have entry point. I do have entry point in my application -- 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-tool...@goog

Re: Database and GWT

2010-08-22 Thread Carl Pritchett
Hi, > iBATIS sounds interesting so i just looked it up... has support been > discontinued as of june 2010?  there's something on the top of the > page saying it's been put in apache's "attic", which is not something > i'm familiar with but it doesn't sound promising. It's just moving from Apache

Re: Why not put FooService and FooServiceAsync in one file?

2010-08-22 Thread Rodrigo
Also Greg, he means putting FooService and FooServiceAsync (both client-side) in the same file, while still maintaining FooServiceImpl (server-side) separate. On Aug 22, 5:06 am, Stefan Bachert wrote: > > And, IIUC, you CAN'T put the client and server code in the same > > package. > > > Greg > >

Re: Sticky Surface Source Code

2010-08-22 Thread Christian Goudreau
Well, it's written that it's included into the AppEngine SDK :D Cheers, On Sun, Aug 22, 2010 at 4:21 PM, Raghunath wrote: > Hi > > I'm looking for source code for gwt sample application Sticky Surface. > That is listed in http://code.google.com/webtoolkit/examples/. > > Unfortunately I'm did no

Re: Sticky Surface Source Code

2010-08-22 Thread raghu
:) thanks, i was just searching in gwt sdk .. thanks a lot -raghu On Mon, Aug 23, 2010 at 1:53 AM, Christian Goudreau < goudreau.christ...@gmail.com> wrote: > Well, it's written that it's included into the AppEngine SDK :D > > Cheers, > > On Sun, Aug 22, 2010 at 4:21 PM, Raghunath wrote: > >

Sticky Surface Source Code

2010-08-22 Thread Raghunath
Hi I'm looking for source code for gwt sample application Sticky Surface. That is listed in http://code.google.com/webtoolkit/examples/. Unfortunately I'm did not find the project in the GWT SDK Sample or in GWT Svn. please let me know where can I find this. Thanks raghu -- You received this m

Re: copyright on GWT skin

2010-08-22 Thread jbroquefere
i mean on my professional visit cards (real ones, not virtuals) On Aug 21, 5:41 pm, jbroquefere wrote: > Good evening, > > Am I authorized to use DialogBox skin for my own visit cards? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To p

Re: mobilescrollpanel entry point?

2010-08-22 Thread Stefan Bachert
Hi, there is no need for widgets to have an entry point. Your app need an entry point. Stefan Bachert http://gwtworld.de On 20 Aug., 15:37, asianCoolz wrote: > i try to use mobilescrollpanel in my project. in my project, i put > > > > but when i open up Mobile.gwt.xml, there is not entry poin

Re: Why not put FooService and FooServiceAsync in one file?

2010-08-22 Thread Stefan Bachert
> And, IIUC, you CAN'T put the client and server code in the same > package. > > Greg Hi Greg, shared code IS running on both sides. It it easier to separate when code is in different packages. Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Go