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
-~--~~~~--~~--~--~---



Re: Customize Hosted-mode browser

2008-10-06 Thread Uros Trebec

Hi,

I was just wondering how did you get it to work properly?

I've got it started and all but it crashes with
InternalCompilerException error on module load and that's it :/

I'm also using OOPHM on Linux with FF 3.0.1.

Can anyone direct me in the right direction?

Best regards,
Uros

On Sep 10, 6:26 pm, Thad [EMAIL PROTECTED] wrote:
 I've been using OOPHM on Linux with 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), hosted mode is tied to the OS.
  Windows uses an IE based hosted mode, OS X a WebKet based one, and
  Linux uses a Mozilla based hosted mode. As far as I know, these are
  stripped down versions of these browsers.

  Out-Of-Process Hosted Mode (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 your hosted mode, 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 gwt hosted browser 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-09-11 Thread mihai007

I just installed 1.5 in Windows, previously used in Ubuntu and never
thought about it.
This feature is quite important.

On 9 Set, 13:54, Arthur Kalmenson [EMAIL PROTECTED] wrote:
 Currently inGWT(1.5 and below),hostedmodeis tied to the OS.
 Windows uses an IE basedhostedmode, OS X a WebKet based one, and
 Linux uses 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 ofGWT1.6, from what I've heard.
 OOPHM will 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/DesignOOPHMor grab
 that branch and give it a whirl. Unfortunately, I don't think OOPHM
 works correctly withFirefoxyet, 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:

  h3Cangwthostedbrowser render likeFirefoxinstead 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-09-10 Thread Thad

I've been using OOPHM on Linux with 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), hosted mode is tied to the OS.
 Windows uses an IE based hosted mode, OS X a WebKet based one, and
 Linux uses a Mozilla based hosted mode. As far as I know, these are
 stripped down versions of these browsers.

 Out-Of-Process Hosted Mode (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 your hosted mode, 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/DesignOOPHMor grab
 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 gwt hosted browser 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-09-08 Thread Dimitri Kurashvili

Title of the post mentioned above:

h3Can gwt hosted browser 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
-~--~~~~--~~--~--~---