Re: GWT 1.7 Now Available

2009-08-25 Thread श्री

hi Ganesh

On Aug 24, 12:25 pm, Ganesh ganeshrajmo...@gmail.com wrote:
 Hi,
 I migrated from GWT 1.5.0 to GWT 1.7 and I am facing a lot of issues
 in serialized objects being passed via RPC. Support to java.util.List
 seems to have been withdrawn and my existing code fails. Please do let
 me know if this is a know are and how to take care of the same??


I suggest you do a phased migration.

refer
http://code.google.com/webtoolkit/doc/1.6/ReleaseNotes_1_6.html#Upgrading
http://code.google.com/webtoolkit/doc/1.7/ReleaseNotes_1_7.html#Upgrading

its very clear in the upgrade notes that
The 1.7 release contains a few high-priority bug fixes. It is
versioned 1.7 to signify a potentially breaking change.

- sree
--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: how to set and get cookies in GWT's RPC mechanism?

2009-08-25 Thread श्री

On Aug 25, 12:24 pm, chris cj.mag...@gmail.com wrote:
 thank you

to set and get cookies in GWT's RPC mechanism?

refer
http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/Cookies.html

also for indepth Secure login read this
http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ

- sree


--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Photo album

2009-08-25 Thread श्री

hi

On Aug 25, 1:22 pm, Zé Vicente josevicentec...@gmail.com wrote:
 Hello all,

 This question is not 100% GWT oriented, but I need your help and
 experience regarding photo album applications.

perhaps u can try smartgwt it a gwt wrapper around smartclient js
libraries

Its takes a while (around 2-10 sec based on your connection) to load
the initial js libraries, but once loaded its quiet faster

http://www.smartclient.com/smartgwt/showcase/#featured_tile_filtering


- sree
--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Drawing Lines

2009-08-25 Thread श्री

hi

On Aug 25, 6:06 am, GTM gigakabuteri...@gmail.com wrote:
 I was wondering if there was any option to allow a user to draw lines.
 Basically, I would a bunch of icons to appear on the screen. The user
 would be able to draw lines to connect two of these icons to show a
 connection.

perhaps u can look at gwt-diagrams
http://code.google.com/p/gwt-diagrams/

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT events not firing

2009-08-25 Thread श्री



On Aug 25, 6:06 pm, badgerduke badgerd...@gmail.com wrote:
 Hello:

 I have the following panel onto which I want to register events:


which version of gwt ??

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to set Font style for full application

2009-08-25 Thread श्री

parvez,

On Aug 25, 5:23 pm, Parvez Shah parvezs...@gmail.com wrote:
 Hello,
  is there a way to set Font style for complete application, I tried
 setting the font in the Main.html but to no avail

you will have to set it in the CSS (under public folder) and it should
work

refer:
http://lkamal.blogspot.com/2007/08/add-css-style-for-gwt-widgets.html

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: application resolution problem

2009-08-25 Thread श्री

hi

On Aug 25, 2:28 pm, vasem want want.va...@gmail.com wrote:
 Hi ,

 we are facing a problem that when ever we show the applciation
 on projector one side of the applications looks like cutoff
 then moving the mouse towards that sides shows that part
 of the applciation.


or you just using the core gwt libraries or some specific libraries ?

did u try testing with other browsers (say firefox 3.5 / safari) ?

- sree
--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Sending real Ip address throgh GWT to backend services

2009-08-25 Thread श्री

hi mukta

On Aug 25, 1:35 pm, mukta mukta9...@gmail.com wrote:
 I have to send real IP address of the
 client through Gwt to back end.

perhaps we can write scripting (say python for eg) service which can
talk to GWT using JSON

- sree
--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: OOPHM and 1.5

2008-12-29 Thread श्री

http://slashgnu.blogspot.com/2008/10/gwt-hosted-mode-in-firefoxlinux.html


- sree
On Dec 28, 11:28 pm, Joonas lehti...@gmail.com wrote:
 So far it has been easy - just compiled the OOPHM branch from SVN.

 - Joonas

 On Dec 26, 7:15 pm, jay jay.gin...@gmail.com wrote:

  Would you mind sharing what you've done (step-by-step, or at least an
  outline of the steps) so far to get OOPHM working for you?

  Thanks!

  jay

  On Dec 25, 3:33 pm, Joonas lehti...@gmail.com wrote:

   Hi,

   Has anyone succeeded in using out of process hosted mode together with
   GWT 1.5 user libraries? We just released a new RC of IT Mill Toolkit
   (GWT-based user interface library) with OOPHM support. Because we
   officially only support GWT 1.5, the OOPHM is only an experimental
   build...

   This leads to a complicated situation: Because many of our widgets are
   not compatible with Mozilla 1.7.12 (FF 1.0) and that is the only
   browser supported by the GWT 1.5 hosted mode in Linux, one must use
   experimental OOPHM build to use hosted mode in Linux. Mac and Windows
   packages come with full hosted mode support for GWT 1.5. And to build
   using GWT 1.5 in Linux, one must use Linux package without OOPHM... I
   really hope that we could drop the platform versions in the future and
   only use OOPHM, but it is not there yet.

   If you want to try out our OOPHM build, the IT Mill Toolkit package
   can be downloaded 
   from:http://www.itmill.com/download/itmill-toolkit/unstable/5.3.0/rc5/

   If you do not know what IT Mill Toolkit is, but would like to, 
   see:http://itmill.com/itmill-toolkit/
--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Customize Hosted-mode browser

2008-10-12 Thread श्री

would you mind sharing how you got it working



On Sep 10, 9:26 pm, Thad [EMAIL PROTECTED] wrote:
 I've been using OOPHM onLinuxwith Firefox 3.0.1 for about a week now
 and I'm generally happy with the results.  I had some initial problems
 converting one project over when I missed one of Eclipse's links to
 gwt-user.jar.  That seemed to cause my RPC servlet calls to fail, but
 I got that corrected.

 Two days ago I was having some difficulty with OOPHM the Canvas widget
 from gwt-canvas--OOPHM would launch but the Canvas would throw a
 JavaScriptException in a random fashion:  The launch might fail two or
 three times, but then without any change in my code whatsoever, it
 would launch.  It seems that worked itself out by moving gwt-canvas
 back into a JAR and putting it in my classpath.  I'd prefer to keep it
 un-jar'ed for making modifications, but this is working for now.

 On Sep 9, 8:54 am, Arthur Kalmenson [EMAIL PROTECTED] wrote:

  Currently in GWT (1.5 and below),hostedmodeis tied to the OS.
  Windows uses an IE basedhostedmode, OS X a WebKet based one, and
 Linuxuses a Mozilla basedhostedmode. As far as I know, these are
  stripped down versions of these browsers.

  Out-Of-ProcessHostedMode(OOPHM) is currently a branch in active
  development that should be part of GWT 1.6, from what I've heard.OOPHMwill 
  allow you to use any browser as yourhostedmode, even your
  existing browser that may have a number of extensions on it. If you're
  interested, take a look at the design doc 
  here:http://code.google.com/p/google-web-toolkit/wiki/DesignOOPHMorgrab
  that branch and give it a whirl. Unfortunately, I don't thinkOOPHM
  works correctly with Firefox yet, but others can correct me.

  Regards,
  Arthur Kalmenson

  On Sep 8, 9:47 am, Dimitri Kurashvili [EMAIL PROTECTED] wrote:

   Title of the post mentioned above:

   h3Can gwthostedbrowser render like Firefox instead of using
   AppleWebKit in MacOS?/h3

--~--~-~--~~~---~--~~
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: Customize Hosted-mode browser

2008-10-12 Thread श्री

i got it working and i have listed the steps in my blog with
screenshot

http://slashgnu.blogspot.com/2008/10/gwt-hosted-mode-in-firefoxlinux.html


- sree

On Oct 12, 10:48 am, (श्री) GNU Yoga [EMAIL PROTECTED] wrote:
 would you mind sharing how you got it working

 On Sep 10, 9:26 pm, Thad [EMAIL PROTECTED] wrote:

  I've been using OOPHM onLinuxwith Firefox 3.0.1 for about a week now
  and I'm generally happy with the results.  I had some initial problems
  converting one project over when I missed one of Eclipse's links to
  gwt-user.jar.  That seemed to cause my RPC servlet calls to fail, but
  I got that corrected.

  Two days ago I was having some difficulty with OOPHM the Canvas widget
  from gwt-canvas--OOPHM would launch but the Canvas would throw a
  JavaScriptException in a random fashion:  The launch might fail two or
  three times, but then without any change in my code whatsoever, it
  would launch.  It seems that worked itself out by moving gwt-canvas
  back into a JAR and putting it in my classpath.  I'd prefer to keep it
  un-jar'ed for making modifications, but this is working for now.

  On Sep 9, 8:54 am, Arthur Kalmenson [EMAIL PROTECTED] wrote:

   Currently in GWT (1.5 and below),hostedmodeis tied to the OS.
   Windows uses an IE basedhostedmode, OS X a WebKet based one, and
  Linuxuses a Mozilla basedhostedmode. As far as I know, these are
   stripped down versions of these browsers.

   Out-Of-ProcessHostedMode(OOPHM) is currently a branch in active
   development that should be part of GWT 1.6, from what I've 
   heard.OOPHMwill allow you to use any browser as yourhostedmode, even your
   existing browser that may have a number of extensions on it. If you're
   interested, take a look at the design doc 
   here:http://code.google.com/p/google-web-toolkit/wiki/DesignOOPHMorgrab
   that branch and give it a whirl. Unfortunately, I don't thinkOOPHM
   works correctly with Firefox yet, but others can correct me.

   Regards,
   Arthur Kalmenson

   On Sep 8, 9:47 am, Dimitri Kurashvili [EMAIL PROTECTED] wrote:

Title of the post mentioned above:

h3Can gwthostedbrowser render like Firefox instead of using
AppleWebKit in MacOS?/h3
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---