Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-15 Thread Thomas Broyer


On Tuesday, November 15, 2016 at 12:55:01 AM UTC+1, Slava Pankov wrote:
>
> Dev mode works just fine with GWT 2.8 in old Firefox 24 esr and IE11. 
>

Thanks for the confirmation.
Just after I sent my mail, I new I was probably wrong: devmode doesn't use 
the Java Runtime Emulation (JRE) library, and JsInterop is currently only 
used in the JRE.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-14 Thread Slava Pankov
Dev mode works just fine with GWT 2.8 in old Firefox 24 esr and IE11. 
I'm still using it (together with superdev + sdbg), and devmode is quite 
better and "faster to develop with" from Java point of view, because 
variables/expressions tabs in Eclipse are convenient and "live", also hints 
with values are shown on mouse over in editor.

On Monday, November 14, 2016 at 6:15:22 AM UTC-8, Thomas Broyer wrote:
>
>
>
> On Monday, November 14, 2016 at 12:12:01 PM UTC+1, Kirill Prazdnikov wrote:
>>
>> Why not to approve the dev-mode-delete.patch ?
>>
>
> You're right, maybe now is the time. I think we'll discuss this at the 
> next Steering Committee meeting; in the meantime, feedback is welcome (e.g. 
> if DevMode already is broken)
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-14 Thread Thomas Broyer


On Monday, November 14, 2016 at 12:12:01 PM UTC+1, Kirill Prazdnikov wrote:
>
> Why not to approve the dev-mode-delete.patch ?
>

You're right, maybe now is the time. I think we'll discuss this at the next 
Steering Committee meeting; in the meantime, feedback is welcome (e.g. if 
DevMode already is broken)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-14 Thread 管理人です。
 You Should use super dev mode .
Because you don't have to install plugin.

2016年11月14日(月) 20:11 Kirill Prazdnikov :

> Why not to approve the dev-mode-delete.patch ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-14 Thread Kirill Prazdnikov
Why not to approve the dev-mode-delete.patch ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-14 Thread Thomas Broyer

On Sunday, November 13, 2016 at 9:57:44 PM UTC+1, Kirill Prazdnikov wrote:
>
> I`m not sure, but I saw people were saying that they will deprecate all of 
> dev mode code finally, one day... 
>

Yes.
Google have already deleted it in their internal codebase and have been 
pushing for removing it from GWT proper ever since the release of GWT 2.7.
It's also highly likely that it won't even work anymore due to changes in 
the Java Runtime Emulation, which has started using JsInterop.
So yes, definitely, it's more deprecated than ever (read: no effort has 
been put to make sure it still even works), and is likely to be deleted 
altogether in the future (and maybe we should have done it in 2.8…)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-13 Thread Kirill Prazdnikov
I`m not sure, but I saw people were saying that they will deprecate all of 
dev mode code finally, one day... 
No dev mode - no questions

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-10 Thread JonL
The GWT browser plugins are no longer supported, though they can get 
installed into old versions of browsers.  As of 2.7.x Super Dev mode is the 
supported method of development and the support for the plugin is 
deprecated.

On Thursday, November 10, 2016 at 7:03:05 AM UTC-7, Hendré Louw wrote:
>
> 2.8.0. Super Dev mode works.
>
> On Thursday, 10 November 2016 15:19:59 UTC+2, Velusamy Velu wrote:
>>
>> Which version of GWT you are trying with? Have you tried the Super Dev 
>> mode?
>>
>> On Thursday, November 10, 2016 at 5:22:13 AM UTC-5, Hendré Louw wrote:
>>>
>>> I created a new project in Eclipse with the sample code option. IE 
>>> prompts me to install the developer plugin, however the link does not work. 
>>> After coping the plugin link I managed to install the plugin. The download 
>>> page keep reappearing every time I run the application. Please assist.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-10 Thread Hendré Louw
2.8.0. Super Dev mode works.

On Thursday, 10 November 2016 15:19:59 UTC+2, Velusamy Velu wrote:
>
> Which version of GWT you are trying with? Have you tried the Super Dev 
> mode?
>
> On Thursday, November 10, 2016 at 5:22:13 AM UTC-5, Hendré Louw wrote:
>>
>> I created a new project in Eclipse with the sample code option. IE 
>> prompts me to install the developer plugin, however the link does not work. 
>> After coping the plugin link I managed to install the plugin. The download 
>> page keep reappearing every time I run the application. Please assist.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-10 Thread Velusamy Velu
Which version of GWT you are trying with? Have you tried the Super Dev mode?

On Thursday, November 10, 2016 at 5:22:13 AM UTC-5, Hendré Louw wrote:
>
> I created a new project in Eclipse with the sample code option. IE prompts 
> me to install the developer plugin, however the link does not work. After 
> coping the plugin link I managed to install the plugin. The download page 
> keep reappearing every time I run the application. Please assist.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Internet Explorer Google Web Toolkit Plugin Installing but not Working.

2016-11-10 Thread Hendré Louw
I created a new project in Eclipse with the sample code option. IE prompts 
me to install the developer plugin, however the link does not work. After 
coping the plugin link I managed to install the plugin. The download page 
keep reappearing every time I run the application. Please assist.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.