Re: GWT Designer

2023-11-06 Thread Edu
Cool Sachin!

El dom, 5 nov 2023 a las 17:10, Sachin Bal () escribió:

> Wanted to inform that I could deploy the war file and I can now access the
> application on localhost and could get all the screens required. Thanks for
> all the help.
>
> Regards
> Sachin
>
> On Monday, October 30, 2023 at 9:22:41 PM UTC+5:30 Sachin Bal wrote:
>
>> Earlier, I remember when I clicked the source tab, it showed the source
>> code which it is showing. And when I used to click the design tab, I could
>> see a screen which I could modify. This is explained on (
>> https://www.youtube.com/watch?v=kV5H3rGfqOE) at 3:00 min on the video.
>>
>> I feel that I am missing something and it has been many years since I
>> have used GWT Designer, and therefore cannot remember
>>
>> Do you remember anything which could help me? Thanks
>>
>> On Monday, October 30, 2023 at 7:10:14 PM UTC+5:30 Edu wrote:
>>
>>> Hi,
>>>
>>> If i remember correctly if you already installed the Designer plugin you
>>> need to open the java file that is linked with that xml file using the
>>> Designer editor not the default one.
>>>
>>> El lun, 30 oct 2023 a las 10:20, Sachin Bal ()
>>> escribió:
>>>
 Hi,

 I installed Eclipse Kepler and when I open any ui.xml file, I can see
 two tabs, source and design. In the source, I can see the code but in the
 design I am not able to see the generated screen. I have a feeling that I
 have missed something but I cannot remember exactly. Can you please advise?
 Attached below is the source and design screens. It would be great, if you
 could guide me. Thanks

 On Sunday, October 29, 2023 at 7:00:22 PM UTC+5:30 Sachin Bal wrote:

> Thanks. I will check the old version of eclipse. I believe it was
> Eclipse Kepler which we had used earlier.
>
> Regards
> Sachin
>
> On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth
> wrote:
>
>> If memory serves, the GWT Designer tool was never part of GWT itself,
>> but was a component that could be installed in Eclipse, allowing for
>> WYSIWYG UI design (in part by running something like dev mode while you
>> were editing?). Changes that the author of the project made were 
>> reflected
>> in standard source files (.java and .ui.xml) that GWT itself was able to
>> compile - as such, a newer compiler version can likely still compile 
>> (with
>> small or minimal changes to source) such an old project. I would suggest
>> small steps in upgrading, to keep such changes (if any) manageable.
>>
>> If you're hoping to run GWT Designer itself, you probably need a very
>> old version of eclipse - my memory here is that it wasn't used enough to 
>> be
>> worth maintaining. The code still lives at
>> https://github.com/gwt-plugins/gwt-designer, but I can't guess what
>> it would take to bring it back to life. I have a memory of this being 
>> based
>> on WindowBuilder, and some internal changes in WindowBuilder requiring
>> substantial changes to the gwt-designer project, which never was done.
>>
>> On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com
>> wrote:
>>
>>> Hi All,
>>>
>>> We had created an application in 2014-2015. We had used GWT to
>>> design the UI of our application.  Unfortunately, we have folded that
>>> project in 2017 . I wanted to showcase our project to a prospective
>>> customer and was keen to know whether there is some way to migrate the
>>> project to the latest version of GWT?
>>>
>>> If that is not possible, I would like to display the screens which
>>> we had designed using GWT Designer so that I can at the least create a
>>> story around it.
>>>
>>> Looking forward to some positive response
>>>
>>> Please advise.
>>>
>>> Thanks
>>> Sachin
>>>
>>> --
 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-tool...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com
 
 .

>>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/f23e250f-0633-4638-bc36-637d6b8ebf4fn%40googlegroups.com
> 

Re: GWT Designer

2023-11-05 Thread Sachin Bal
Wanted to inform that I could deploy the war file and I can now access the 
application on localhost and could get all the screens required. Thanks for 
all the help.

Regards
Sachin

On Monday, October 30, 2023 at 9:22:41 PM UTC+5:30 Sachin Bal wrote:

> Earlier, I remember when I clicked the source tab, it showed the source 
> code which it is showing. And when I used to click the design tab, I could 
> see a screen which I could modify. This is explained on (
> https://www.youtube.com/watch?v=kV5H3rGfqOE) at 3:00 min on the video.
>
> I feel that I am missing something and it has been many years since I have 
> used GWT Designer, and therefore cannot remember
>
> Do you remember anything which could help me? Thanks
>
> On Monday, October 30, 2023 at 7:10:14 PM UTC+5:30 Edu wrote:
>
>> Hi,
>>
>> If i remember correctly if you already installed the Designer plugin you 
>> need to open the java file that is linked with that xml file using the 
>> Designer editor not the default one.
>>
>> El lun, 30 oct 2023 a las 10:20, Sachin Bal () 
>> escribió:
>>
>>> Hi, 
>>>
>>> I installed Eclipse Kepler and when I open any ui.xml file, I can see 
>>> two tabs, source and design. In the source, I can see the code but in the 
>>> design I am not able to see the generated screen. I have a feeling that I 
>>> have missed something but I cannot remember exactly. Can you please advise? 
>>> Attached below is the source and design screens. It would be great, if you 
>>> could guide me. Thanks
>>>
>>> On Sunday, October 29, 2023 at 7:00:22 PM UTC+5:30 Sachin Bal wrote:
>>>
 Thanks. I will check the old version of eclipse. I believe it was 
 Eclipse Kepler which we had used earlier. 

 Regards
 Sachin

 On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth 
 wrote:

> If memory serves, the GWT Designer tool was never part of GWT itself, 
> but was a component that could be installed in Eclipse, allowing for 
> WYSIWYG UI design (in part by running something like dev mode while you 
> were editing?). Changes that the author of the project made were 
> reflected 
> in standard source files (.java and .ui.xml) that GWT itself was able to 
> compile - as such, a newer compiler version can likely still compile 
> (with 
> small or minimal changes to source) such an old project. I would suggest 
> small steps in upgrading, to keep such changes (if any) manageable. 
>
> If you're hoping to run GWT Designer itself, you probably need a very 
> old version of eclipse - my memory here is that it wasn't used enough to 
> be 
> worth maintaining. The code still lives at 
> https://github.com/gwt-plugins/gwt-designer, but I can't guess what 
> it would take to bring it back to life. I have a memory of this being 
> based 
> on WindowBuilder, and some internal changes in WindowBuilder requiring 
> substantial changes to the gwt-designer project, which never was done.
>
> On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com 
> wrote:
>
>> Hi All,
>>
>> We had created an application in 2014-2015. We had used GWT to design 
>> the UI of our application.  Unfortunately, we have folded that project 
>> in 
>> 2017 . I wanted to showcase our project to a prospective customer and 
>> was 
>> keen to know whether there is some way to migrate the project to the 
>> latest 
>> version of GWT? 
>>
>> If that is not possible, I would like to display the screens which we 
>> had designed using GWT Designer so that I can at the least create a 
>> story 
>> around it.
>>
>> Looking forward to some positive response
>>
>> Please advise. 
>>
>> Thanks
>> Sachin
>>
>> -- 
>>> 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-tool...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f23e250f-0633-4638-bc36-637d6b8ebf4fn%40googlegroups.com.


Re: GWT Designer

2023-10-30 Thread Sachin Bal
Earlier, I remember when I clicked the source tab, it showed the source 
code which it is showing. And when I used to click the design tab, I could 
see a screen which I could modify. This is explained on 
(https://www.youtube.com/watch?v=kV5H3rGfqOE) at 3:00 min on the video.

I feel that I am missing something and it has been many years since I have 
used GWT Designer, and therefore cannot remember

Do you remember anything which could help me? Thanks

On Monday, October 30, 2023 at 7:10:14 PM UTC+5:30 Edu wrote:

> Hi,
>
> If i remember correctly if you already installed the Designer plugin you 
> need to open the java file that is linked with that xml file using the 
> Designer editor not the default one.
>
> El lun, 30 oct 2023 a las 10:20, Sachin Bal () 
> escribió:
>
>> Hi, 
>>
>> I installed Eclipse Kepler and when I open any ui.xml file, I can see two 
>> tabs, source and design. In the source, I can see the code but in the 
>> design I am not able to see the generated screen. I have a feeling that I 
>> have missed something but I cannot remember exactly. Can you please advise? 
>> Attached below is the source and design screens. It would be great, if you 
>> could guide me. Thanks
>>
>> On Sunday, October 29, 2023 at 7:00:22 PM UTC+5:30 Sachin Bal wrote:
>>
>>> Thanks. I will check the old version of eclipse. I believe it was 
>>> Eclipse Kepler which we had used earlier. 
>>>
>>> Regards
>>> Sachin
>>>
>>> On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth wrote:
>>>
 If memory serves, the GWT Designer tool was never part of GWT itself, 
 but was a component that could be installed in Eclipse, allowing for 
 WYSIWYG UI design (in part by running something like dev mode while you 
 were editing?). Changes that the author of the project made were reflected 
 in standard source files (.java and .ui.xml) that GWT itself was able to 
 compile - as such, a newer compiler version can likely still compile (with 
 small or minimal changes to source) such an old project. I would suggest 
 small steps in upgrading, to keep such changes (if any) manageable. 

 If you're hoping to run GWT Designer itself, you probably need a very 
 old version of eclipse - my memory here is that it wasn't used enough to 
 be 
 worth maintaining. The code still lives at 
 https://github.com/gwt-plugins/gwt-designer, but I can't guess what it 
 would take to bring it back to life. I have a memory of this being based 
 on 
 WindowBuilder, and some internal changes in WindowBuilder requiring 
 substantial changes to the gwt-designer project, which never was done.

 On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com 
 wrote:

> Hi All,
>
> We had created an application in 2014-2015. We had used GWT to design 
> the UI of our application.  Unfortunately, we have folded that project in 
> 2017 . I wanted to showcase our project to a prospective customer and was 
> keen to know whether there is some way to migrate the project to the 
> latest 
> version of GWT? 
>
> If that is not possible, I would like to display the screens which we 
> had designed using GWT Designer so that I can at the least create a story 
> around it.
>
> Looking forward to some positive response
>
> Please advise. 
>
> Thanks
> Sachin
>
> -- 
>> 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-tool...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f52d565a-7778-41a8-852d-bac896931f4an%40googlegroups.com.


Re: GWT Designer

2023-10-30 Thread Edu
Hi,

If i remember correctly if you already installed the Designer plugin you
need to open the java file that is linked with that xml file using the
Designer editor not the default one.

El lun, 30 oct 2023 a las 10:20, Sachin Bal ()
escribió:

> Hi,
>
> I installed Eclipse Kepler and when I open any ui.xml file, I can see two
> tabs, source and design. In the source, I can see the code but in the
> design I am not able to see the generated screen. I have a feeling that I
> have missed something but I cannot remember exactly. Can you please advise?
> Attached below is the source and design screens. It would be great, if you
> could guide me. Thanks
>
> On Sunday, October 29, 2023 at 7:00:22 PM UTC+5:30 Sachin Bal wrote:
>
>> Thanks. I will check the old version of eclipse. I believe it was Eclipse
>> Kepler which we had used earlier.
>>
>> Regards
>> Sachin
>>
>> On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth wrote:
>>
>>> If memory serves, the GWT Designer tool was never part of GWT itself,
>>> but was a component that could be installed in Eclipse, allowing for
>>> WYSIWYG UI design (in part by running something like dev mode while you
>>> were editing?). Changes that the author of the project made were reflected
>>> in standard source files (.java and .ui.xml) that GWT itself was able to
>>> compile - as such, a newer compiler version can likely still compile (with
>>> small or minimal changes to source) such an old project. I would suggest
>>> small steps in upgrading, to keep such changes (if any) manageable.
>>>
>>> If you're hoping to run GWT Designer itself, you probably need a very
>>> old version of eclipse - my memory here is that it wasn't used enough to be
>>> worth maintaining. The code still lives at
>>> https://github.com/gwt-plugins/gwt-designer, but I can't guess what it
>>> would take to bring it back to life. I have a memory of this being based on
>>> WindowBuilder, and some internal changes in WindowBuilder requiring
>>> substantial changes to the gwt-designer project, which never was done.
>>>
>>> On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com wrote:
>>>
 Hi All,

 We had created an application in 2014-2015. We had used GWT to design
 the UI of our application.  Unfortunately, we have folded that project in
 2017 . I wanted to showcase our project to a prospective customer and was
 keen to know whether there is some way to migrate the project to the latest
 version of GWT?

 If that is not possible, I would like to display the screens which we
 had designed using GWT Designer so that I can at the least create a story
 around it.

 Looking forward to some positive response

 Please advise.

 Thanks
 Sachin

 --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAM5HcKqZc4NuwczWL7u7Q1-8PT1qOqwHrq7ZOHF9fMsMoRPdxw%40mail.gmail.com.


Re: GWT Designer

2023-10-29 Thread Sachin Bal
Thanks. I will check the old version of eclipse. I believe it was Eclipse 
Kepler which we had used earlier. 

Regards
Sachin

On Saturday, October 28, 2023 at 3:13:56 AM UTC+5:30 Colin Alworth wrote:

> If memory serves, the GWT Designer tool was never part of GWT itself, but 
> was a component that could be installed in Eclipse, allowing for WYSIWYG UI 
> design (in part by running something like dev mode while you were 
> editing?). Changes that the author of the project made were reflected in 
> standard source files (.java and .ui.xml) that GWT itself was able to 
> compile - as such, a newer compiler version can likely still compile (with 
> small or minimal changes to source) such an old project. I would suggest 
> small steps in upgrading, to keep such changes (if any) manageable. 
>
> If you're hoping to run GWT Designer itself, you probably need a very old 
> version of eclipse - my memory here is that it wasn't used enough to be 
> worth maintaining. The code still lives at 
> https://github.com/gwt-plugins/gwt-designer, but I can't guess what it 
> would take to bring it back to life. I have a memory of this being based on 
> WindowBuilder, and some internal changes in WindowBuilder requiring 
> substantial changes to the gwt-designer project, which never was done.
>
> On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com wrote:
>
>> Hi All,
>>
>> We had created an application in 2014-2015. We had used GWT to design the 
>> UI of our application.  Unfortunately, we have folded that project in 2017 
>> . I wanted to showcase our project to a prospective customer and was keen 
>> to know whether there is some way to migrate the project to the latest 
>> version of GWT? 
>>
>> If that is not possible, I would like to display the screens which we had 
>> designed using GWT Designer so that I can at the least create a story 
>> around it.
>>
>> Looking forward to some positive response
>>
>> Please advise. 
>>
>> Thanks
>> Sachin
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/2fd784f3-b5ed-4a9b-b545-ca6801538ce6n%40googlegroups.com.


Re: GWT Designer

2023-10-27 Thread Colin Alworth
If memory serves, the GWT Designer tool was never part of GWT itself, but 
was a component that could be installed in Eclipse, allowing for WYSIWYG UI 
design (in part by running something like dev mode while you were 
editing?). Changes that the author of the project made were reflected in 
standard source files (.java and .ui.xml) that GWT itself was able to 
compile - as such, a newer compiler version can likely still compile (with 
small or minimal changes to source) such an old project. I would suggest 
small steps in upgrading, to keep such changes (if any) manageable. 

If you're hoping to run GWT Designer itself, you probably need a very old 
version of eclipse - my memory here is that it wasn't used enough to be 
worth maintaining. The code still lives at 
https://github.com/gwt-plugins/gwt-designer, but I can't guess what it 
would take to bring it back to life. I have a memory of this being based on 
WindowBuilder, and some internal changes in WindowBuilder requiring 
substantial changes to the gwt-designer project, which never was done.

On Friday, October 27, 2023 at 3:19:36 PM UTC-5 sach...@gmail.com wrote:

> Hi All,
>
> We had created an application in 2014-2015. We had used GWT to design the 
> UI of our application.  Unfortunately, we have folded that project in 2017 
> . I wanted to showcase our project to a prospective customer and was keen 
> to know whether there is some way to migrate the project to the latest 
> version of GWT? 
>
> If that is not possible, I would like to display the screens which we had 
> designed using GWT Designer so that I can at the least create a story 
> around it.
>
> Looking forward to some positive response
>
> Please advise. 
>
> Thanks
> Sachin
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/e2bc0294-728c-45a5-b281-1649c2a1c828n%40googlegroups.com.


Re: GWT Designer and tree widget problem

2015-03-31 Thread ERIK GUNAWAN
I have same issue here with GWT 2.6.1 that i cannot add tree widget, i 
don't know why bcoz other widget is working

check this out . http://prntscr.com/6nobn6 

On Wednesday, July 27, 2011 at 7:25:45 AM UTC+7, karim duran wrote:
>
> Hi, 
>
> I'm working with Eclipse Helios, GWT plugin and GWT Designer 
> installed. 
> I made my interface ( many panels, textbox, buttons etc...). 
>
> When i try to add a Tree widget, the result is an exception in 
> Eclipse. 
>
> I try to find precisions about tree widget in documentation, but i 
> didn't find anything. 
>
> Could you help ? 
>
> Thanks. 
>
> Regards. 
> Karim Duran.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer xulrunner problem the 125th :-(

2015-01-10 Thread Jens

>
> Ok, I missed that. Where can you read such announcements?
>

Deprecations are typically part of the Release 
Notes: http://www.gwtproject.org/release-notes.html

For GWT designer see notes of GWT 2.7 RC1

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer xulrunner problem the 125th :-(

2015-01-10 Thread Magnus
Ok, I missed that. Where can you read such announcements?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer xulrunner problem the 125th :-(

2015-01-09 Thread Jens

>
> When I create a UIBinder object, I have a file ending with .ui.xml.
> These files are opened with the "WindowBuilder Editor", having two tabs, 
> "XML source" and "Design".
> When I try to open the "Design" tab I get the error mentioned above.
>
> I thought this tool would becalled the "GWT Designer, isn't it?
>

Yeah thats right. Thats what you get when you install the GWT Designer 
Eclipse plugin.

 

> Is this deprecated or am I using a wrong terminology?
>

Yes it is considered deprecated because GWT releases often break GWT 
Designer (I think GWT 2.7. does so as well) and at least for now the 
development of GWT Designer does not seem to exist. Maybe things change in 
the future if the Google Eclipse Plugin source code will be published on 
Github (the current Google Code repository is outdated) by Google.


If so, how are UIBinder objects are manipulated these days?
>

By editing the XML/Java file.



-- J. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer xulrunner problem the 125th :-(

2015-01-09 Thread Magnus

>
> GWT Designer is deprecated and unmaintained.
>

Did I miss something? Maybe I used the wrong words:

When I create a UIBinder object, I have a file ending with .ui.xml.
These files are opened with the "WindowBuilder Editor", having two tabs, 
"XML source" and "Design".
When I try to open the "Design" tab I get the error mentioned above.

I thought this tool would becalled the "GWT Designer, isn't it?

Is this deprecated or am I using a wrong terminology?

If so, how are UIBinder objects are manipulated these days?

Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer xulrunner problem the 125th :-(

2015-01-09 Thread Thomas Broyer


On Friday, January 9, 2015 at 7:07:02 PM UTC+1, Magnus wrote:
>
> Is there really no solution? Or am I the only one facing these problems?
>

GWT Designer is deprecated and unmaintained.
BTW, questions about the Google Plugin for Eclipse should go to 
https://groups.google.com/d/forum/google-plugin-eclipse or preferably 
StackOverflow with the google-plugin-eclipse (or is it 
google-eclipse-plugin?) tag.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer xulrunner problem the 125th :-(

2015-01-09 Thread Magnus
Is there really no solution? Or am I the only one facing these problems?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer and tree widget problem

2014-08-15 Thread Олег Рачаев
I have the same issue on GWT 2.6.1, Win7 32bit, Java 1.7_67

About months ago I have created issue in bug tracker but it's still no 
answer to it.

среда, 27 июля 2011 г., 4:25:45 UTC+4 пользователь karim duran написал:
>
> Hi, 
>
> I'm working with Eclipse Helios, GWT plugin and GWT Designer 
> installed. 
> I made my interface ( many panels, textbox, buttons etc...). 
>
> When i try to add a Tree widget, the result is an exception in 
> Eclipse. 
>
> I try to find precisions about tree widget in documentation, but i 
> didn't find anything. 
>
> Could you help ? 
>
> Thanks. 
>
> Regards. 
> Karim Duran.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT designer crash

2014-06-13 Thread Jérôme Serré

Le vendredi 13 juin 2014 10:56:08 UTC+2, Jérôme Serré a écrit :
>
> Hello,
>  
> i'm a newbee with GWT. please be kind ^^
> When i want to use GWT desgner on Test_GWT.java (first app) there is a 
> crash !
> it is possible become a bad installation. I join a report file.
>  
> Thank u for your help.
>  
> Jérôme
>
 
 
 
Hello.
 
Finally i installed 2.6.1 gwt designer and it works !

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer issue

2014-03-27 Thread Thomas Broyer


On Thursday, March 27, 2014 9:04:41 AM UTC+1, virendra wrote:
>
> Hi,
>  
> please help , i am not able to open java file in GWT designer.
>


See 
https://www.google.com/search?q=GWT+Designer+NoSuchMethodError+ModuleDefLoader

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer not working (GWT 2.6 and Eclipse 4.3 (Kepler))

2014-03-08 Thread Thomas Broyer


On Saturday, March 8, 2014 7:04:14 AM UTC+1, Prashant Chaudhari wrote:
>
> Dear friends,
>
> I am using Eclipse 4.3 (Kepler) and GWT 2.6. The GWT Designer is not 
> opening.
> I have attached the screen shot of the error.
>
> I have tried it on Kubuntu 13.10, Mint 16 KDE and Windows 8.1. Same error.
>
> Anyone knows what to do? Please share.
>

See https://code.google.com/p/google-web-toolkit/issues/detail?id=8556 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Designer Freezes when dragging and dropping the components onto pallete

2014-02-03 Thread reality2386
I do not want to receive these messages 
Sent from my BlackBerry® device from Digicel

-Original Message-
From: james0072 
Sender: google-web-toolkit@googlegroups.com
Date: Mon, 3 Feb 2014 14:08:09 
To: 
Reply-To: google-web-toolkit@googlegroups.com
Subject: GWT Designer Freezes when dragging and dropping the components onto
 pallete

I am trying to use GWT Designer to visually layout out my project. Whenever 
I try to add a button, or image component or "Whatever" else the UI Freezes 
and I get the spinner for at least 45 seconds, and eclipse just freezes, 
sometimes much longer.

Anyone else having trouble with this? It is really frustrating.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT Designer for NetBeans

2013-10-29 Thread Saad S
Ditto.

On Thursday, December 16, 2010 5:07:29 AM UTC-5, Kidowell wrote:
>
> Hey, is there any gwt designer for NetBeans out there?. 
>
> It would be nice to place all the design and receive automatically the 
> code for it. 
>
> I have read theres a plugin for Eclipse but I can't find anything for 
> NetBeans. 
>
> Any sugestion?. 
>
> Cheers. 
>
> Kido.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT Designer Internal Error in Design mode (Eclipse Juno)

2013-10-19 Thread John Flournoy
I had this problem after trying to resize a layout panel and even pulling 
the source files down from backup didn't resolve the issue.   GWT plugin 
must be saving the size information somewhere other than the XML file.

I resolved it by cleaning, then deleting the project and importing it again 
as existing source.
Once I did all that I was able to view the UIBinder file in the 
WindowBuilder design tab.

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT Designer - "Can't create SWT Browser"

2013-08-29 Thread GWT User
That didn't work.

On Friday, February 1, 2013 10:22:45 AM UTC-8, Federico J. Rojkin wrote:
>
> The instructions below maybe help you, I used it in a debian squeeze 
> installation:
>
> 1-)Disable de options  "Used webkit for rendering GWT UI (if available)" 
> that is in:  /Windows/Preferences/WindowsBuilder/GWT/
> 2-)Close Eclipse ide
> 3-)Download and install 
> https://docs.google.com/file/d/0B9KWSpNWygKAYW1yeDhBa2xaRlU/edit# 
> 4-)Restar eclipse
>
> WUALA!!!
>
> PD: if you can't dowload the file fron the above link, try:
>
> https://docs.google.com/file/d/0B_19kwXNeuHcZ0tsNjZRMFRvVnc/edit?usp=sharing
> or
> https://mega.co.nz/#!6w4UgQYT!VoLne2JjSEQcA8TymwLERind0TEoqrrCbCI3-qdkjoM
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT Designer crashes Eclipse when i switch the editor-tab to Design...

2013-07-14 Thread Michael Prentice
I tried this recently and I have not yet been able to get the GWT Designer 
to work on Ubuntu 13.04 with Eclipse 4.3 or 4.2.2. On 4.2.2, I get the same 
issue that you posted:

java.lang.ClassNotFoundException: 
org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate

On Eclipse 4.3, I get the problems detailed in this 
bug: https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=224

There are a number of Ubuntu related bugs posted on the GPE issue tracker 
(I guess since the GWT Designer issue tracker appears to be abandoned) 
here: 
https://code.google.com/p/google-plugin-for-eclipse/issues/list?can=2&q=GWT+Designer+Ubuntu&sort=-stars&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary+Stars&cells=tiles


Update: Here is the fix! 
https://code.google.com/p/gwt-designer/issues/detail?id=4 the same guy who 
posted the issue has an update site which contains the fix! Gift wrapped 
for the GWT Designer team, but still not fixed since April!


On Wednesday, May 8, 2013 4:21:08 PM UTC-4, Michael Prentice wrote:
>
> You may be able to get some more info or help at the Eclipse WindowBuilder 
> forums here: http://www.eclipse.org/forums/index.php/f/214/
>
> Eric Clayberg is usually monitoring those forums and responding to issues. 
> There are some posts there that mention Ubuntu.
>
>
>
> On Wednesday, May 8, 2013 3:31:13 PM UTC-4, Costis Aivalis wrote:
>>
>> Thank you Kimosabe! I rather feel like Tonto... 
>> I do like the Designer, when it works, and seem to miss it. Fortunately 
>> It still works in Ubuntu 12.10 and in Windows 7. I have spent too much time 
>> trying to get it to work...
>>
>> On Wednesday, May 8, 2013 8:57:03 PM UTC+3, Thad wrote:
>>>
>>> Yeah, don't feel like the Lone Ranger. :)  I've had this problem on both 
>>> openSUSE Linux and Windows 7. I've seen others complaining about it also.
>>>
>>> Fortunately (I guess) I never found GWT Designer very useful for 
>>> drag-and-drop GUI building. However I do miss it for quick glimpses into 
>>> how my edits in the XML work. It saved time over running DevMode.
>>>
>>> On Wednesday, May 8, 2013 5:54:26 AM UTC-4, Costis Aivalis wrote:

 Hello Michael! Thank you for your suggestions. I have done some 10 
 fresh installs on empty work-spaces.
 There seems to be an incompatibility with xulrunner. GWT designer needs 
 1.9.1.x or 1.9.2.x, while these versions may be incompatible with Ubuntu 
 13.04. 
 I have Icedtea-plugin 1.3.2-1ubuntu1, installed which should include 
 xulrunner 1.9.2.

 I get this message as soon as the Designer tries to render:
 "GWT Designer uses the SWT Browser widget to render the GWT UI. SWT 
 Browser requires a compatible xulrunner version installed: it should be 
 1.9.1.x or 1.9.2.x version and meet the current environment architecture. 
 See http://www.eclipse.org/swt/faq.php#whatisbrowser and related 
 topics for more information.


 On Saturday, May 4, 2013 1:03:10 AM UTC+3, Michael Prentice wrote:
>
> Have you tried uninstalling them and reinstalling the GPE w/ the 
> latest and matching GWT Designer? It looks like your install might have 
> left stuff around or didn't fully complete.
>
> Many people have had this kind of issue with the installer in 4.2. 
> Most people recommend just starting with a new Eclipse install completely 
> when you hit this, rather than trying to fix your existing install. 
>
> You may need to export/import your preferences (including external 
> tools, run configs, debug configs, etc that you don't store in .settings) 
> but some of that will come over if you use the same workspace.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer crashes Eclipse when i switch the editor-tab to Design...

2013-05-08 Thread Michael Prentice
You may be able to get some more info or help at the Eclipse WindowBuilder 
forums here: http://www.eclipse.org/forums/index.php/f/214/

Eric Clayberg is usually monitoring those forums and responding to issues. 
There are some posts there that mention Ubuntu.



On Wednesday, May 8, 2013 3:31:13 PM UTC-4, Costis Aivalis wrote:
>
> Thank you Kimosabe! I rather feel like Tonto... 
> I do like the Designer, when it works, and seem to miss it. Fortunately It 
> still works in Ubuntu 12.10 and in Windows 7. I have spent too much time 
> trying to get it to work...
>
> On Wednesday, May 8, 2013 8:57:03 PM UTC+3, Thad wrote:
>>
>> Yeah, don't feel like the Lone Ranger. :)  I've had this problem on both 
>> openSUSE Linux and Windows 7. I've seen others complaining about it also.
>>
>> Fortunately (I guess) I never found GWT Designer very useful for 
>> drag-and-drop GUI building. However I do miss it for quick glimpses into 
>> how my edits in the XML work. It saved time over running DevMode.
>>
>> On Wednesday, May 8, 2013 5:54:26 AM UTC-4, Costis Aivalis wrote:
>>>
>>> Hello Michael! Thank you for your suggestions. I have done some 10 fresh 
>>> installs on empty work-spaces.
>>> There seems to be an incompatibility with xulrunner. GWT designer needs 
>>> 1.9.1.x or 1.9.2.x, while these versions may be incompatible with Ubuntu 
>>> 13.04. 
>>> I have Icedtea-plugin 1.3.2-1ubuntu1, installed which should include 
>>> xulrunner 1.9.2.
>>>
>>> I get this message as soon as the Designer tries to render:
>>> "GWT Designer uses the SWT Browser widget to render the GWT UI. SWT 
>>> Browser requires a compatible xulrunner version installed: it should be 
>>> 1.9.1.x or 1.9.2.x version and meet the current environment architecture. 
>>> See http://www.eclipse.org/swt/faq.php#whatisbrowser and related topics 
>>> for more information.
>>>
>>>
>>> On Saturday, May 4, 2013 1:03:10 AM UTC+3, Michael Prentice wrote:

 Have you tried uninstalling them and reinstalling the GPE w/ the latest 
 and matching GWT Designer? It looks like your install might have left 
 stuff 
 around or didn't fully complete.

 Many people have had this kind of issue with the installer in 4.2. Most 
 people recommend just starting with a new Eclipse install completely when 
 you hit this, rather than trying to fix your existing install. 

 You may need to export/import your preferences (including external 
 tools, run configs, debug configs, etc that you don't store in .settings) 
 but some of that will come over if you use the same workspace.



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer crashes Eclipse when i switch the editor-tab to Design...

2013-05-08 Thread Costis Aivalis
Thank you Kimosabe! I rather feel like Tonto... 
I do like the Designer, when it works, and seem to miss it. Fortunately It 
still works in Ubuntu 12.10 and in Windows 7. I have spent too much time 
trying to get it to work...

On Wednesday, May 8, 2013 8:57:03 PM UTC+3, Thad wrote:
>
> Yeah, don't feel like the Lone Ranger. :)  I've had this problem on both 
> openSUSE Linux and Windows 7. I've seen others complaining about it also.
>
> Fortunately (I guess) I never found GWT Designer very useful for 
> drag-and-drop GUI building. However I do miss it for quick glimpses into 
> how my edits in the XML work. It saved time over running DevMode.
>
> On Wednesday, May 8, 2013 5:54:26 AM UTC-4, Costis Aivalis wrote:
>>
>> Hello Michael! Thank you for your suggestions. I have done some 10 fresh 
>> installs on empty work-spaces.
>> There seems to be an incompatibility with xulrunner. GWT designer needs 
>> 1.9.1.x or 1.9.2.x, while these versions may be incompatible with Ubuntu 
>> 13.04. 
>> I have Icedtea-plugin 1.3.2-1ubuntu1, installed which should include 
>> xulrunner 1.9.2.
>>
>> I get this message as soon as the Designer tries to render:
>> "GWT Designer uses the SWT Browser widget to render the GWT UI. SWT 
>> Browser requires a compatible xulrunner version installed: it should be 
>> 1.9.1.x or 1.9.2.x version and meet the current environment architecture. 
>> See http://www.eclipse.org/swt/faq.php#whatisbrowser and related topics 
>> for more information.
>>
>>
>> On Saturday, May 4, 2013 1:03:10 AM UTC+3, Michael Prentice wrote:
>>>
>>> Have you tried uninstalling them and reinstalling the GPE w/ the latest 
>>> and matching GWT Designer? It looks like your install might have left stuff 
>>> around or didn't fully complete.
>>>
>>> Many people have had this kind of issue with the installer in 4.2. Most 
>>> people recommend just starting with a new Eclipse install completely when 
>>> you hit this, rather than trying to fix your existing install. 
>>>
>>> You may need to export/import your preferences (including external 
>>> tools, run configs, debug configs, etc that you don't store in .settings) 
>>> but some of that will come over if you use the same workspace.
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer crashes Eclipse when i switch the editor-tab to Design...

2013-05-08 Thread Thad
Yeah, don't feel like the Lone Ranger. :)  I've had this problem on both 
openSUSE Linux and Windows 7. I've seen others complaining about it also.

Fortunately (I guess) I never found GWT Designer very useful for 
drag-and-drop GUI building. However I do miss it for quick glimpses into 
how my edits in the XML work. It saved time over running DevMode.

On Wednesday, May 8, 2013 5:54:26 AM UTC-4, Costis Aivalis wrote:
>
> Hello Michael! Thank you for your suggestions. I have done some 10 fresh 
> installs on empty work-spaces.
> There seems to be an incompatibility with xulrunner. GWT designer needs 
> 1.9.1.x or 1.9.2.x, while these versions may be incompatible with Ubuntu 
> 13.04. 
> I have Icedtea-plugin 1.3.2-1ubuntu1, installed which should include 
> xulrunner 1.9.2.
>
> I get this message as soon as the Designer tries to render:
> "GWT Designer uses the SWT Browser widget to render the GWT UI. SWT 
> Browser requires a compatible xulrunner version installed: it should be 
> 1.9.1.x or 1.9.2.x version and meet the current environment architecture. 
> See http://www.eclipse.org/swt/faq.php#whatisbrowser and related topics 
> for more information.
>
>
> On Saturday, May 4, 2013 1:03:10 AM UTC+3, Michael Prentice wrote:
>>
>> Have you tried uninstalling them and reinstalling the GPE w/ the latest 
>> and matching GWT Designer? It looks like your install might have left stuff 
>> around or didn't fully complete.
>>
>> Many people have had this kind of issue with the installer in 4.2. Most 
>> people recommend just starting with a new Eclipse install completely when 
>> you hit this, rather than trying to fix your existing install. 
>>
>> You may need to export/import your preferences (including external tools, 
>> run configs, debug configs, etc that you don't store in .settings) but some 
>> of that will come over if you use the same workspace.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer crashes Eclipse when i switch the editor-tab to Design...

2013-05-08 Thread Costis Aivalis
Hello Michael! Thank you for your suggestions. I have done some 10 fresh 
installs on empty work-spaces.
There seems to be an incompatibility with xulrunner. GWT designer needs 
1.9.1.x or 1.9.2.x, while these versions may be incompatible with Ubuntu 
13.04. 
I have Icedtea-plugin 1.3.2-1ubuntu1, installed which should include 
xulrunner 1.9.2.

I get this message as soon as the Designer tries to render:
"GWT Designer uses the SWT Browser widget to render the GWT UI. SWT Browser 
requires a compatible xulrunner version installed: it should be 1.9.1.x or 
1.9.2.x version and meet the current environment architecture. See 
http://www.eclipse.org/swt/faq.php#whatisbrowser and related topics for 
more information.


On Saturday, May 4, 2013 1:03:10 AM UTC+3, Michael Prentice wrote:
>
> Have you tried uninstalling them and reinstalling the GPE w/ the latest 
> and matching GWT Designer? It looks like your install might have left stuff 
> around or didn't fully complete.
>
> Many people have had this kind of issue with the installer in 4.2. Most 
> people recommend just starting with a new Eclipse install completely when 
> you hit this, rather than trying to fix your existing install. 
>
> You may need to export/import your preferences (including external tools, 
> run configs, debug configs, etc that you don't store in .settings) but some 
> of that will come over if you use the same workspace.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer crashes Eclipse when i switch the editor-tab to Design...

2013-05-03 Thread Michael Prentice
Have you tried uninstalling them and reinstalling the GPE w/ the latest and 
matching GWT Designer? It looks like your install might have left stuff 
around or didn't fully complete.

Many people have had this kind of issue with the installer in 4.2. Most 
people recommend just starting with a new Eclipse install completely when 
you hit this, rather than trying to fix your existing install. 

You may need to export/import your preferences (including external tools, 
run configs, debug configs, etc that you don't store in .settings) but some 
of that will come over if you use the same workspace.


On Thursday, May 2, 2013 4:22:49 AM UTC-4, Costis Aivalis wrote:
>
> The GWT-Designer crashes my Eclipse completely. 
> This problem started, after upgrading from Ubuntu 32bit 12.10 to 32bit 
> 13.04. 
> Windowbuilder plugin installs and works correctly. It designs even 
> preciser than it did in 12.04. 
> The GWT plugin for Eclipse 4.2 Juno, on the other hand, installs 
> correctly, allows generating projects with sample code, that run,
> but does not allow Designer Editing. I crashes Eclipse. 
>
> Here are the error messages. A larger portion of the log file is attached. 
>
> !SESSION 2013-05-02 01:49:35.609 
> ---
> eclipse.buildId=M20130204-1200
> java.version=1.7.0_17
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments:  -product org.eclipse.epp.package.jee.product
> Command-line arguments:  -os linux -ws gtk -arch x86 -product 
> org.eclipse.epp.package.jee.product
>
> !ENTRY org.eclipse.ui 4 4 2013-05-02 01:51:10.339
> !MESSAGE Plug-in 'org.eclipse.jpt.jpa.ui' contributed an invalid Menu 
> Extension (Path: 'org.eclipse.jpt.jpa.ui.menu.JpaTools' is invalid): 
> org.eclipse.jpt.jpa.ui.generateEntities
>
> !ENTRY org.eclipse.ui 4 4 2013-05-02 01:51:50.979
> !MESSAGE Could not create action delegate for id: 
> org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction
>
> !ENTRY org.eclipse.equinox.registry 4 1 2013-05-02 01:51:50.979
> !MESSAGE Plug-in org.eclipse.wb.core.java was unable to load class 
> org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate.
> !STACK 0
> java.lang.ClassNotFoundException: 
> org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT designer in Eclipse Juno

2013-04-30 Thread Michael Prentice
Looks good to me. Only difference I see is that you have the latest GPE 
(mine is 1 version behind this).

This happens when creating a new GWT Project or when creating a new UI 
class? Are you doing 'New->Web Application Project'?

Have you tried with a project created by webAppCreator.cmd? It is found 
in eclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.5.1\gwt-2.5.1.


On Sunday, April 28, 2013 6:30:19 AM UTC-4, Daniel Bonniot de Ruisselet 
wrote:
>
> Hi,
>
> On Thursday, April 25, 2013 7:12:14 PM UTC+2, Michael Prentice wrote:
>>
>> What plugins do you have installed? Install New Software -> already 
>> installed. Can you post a screenshot with the GWT items expanded?
>>
>

> I have the same issue. Please see the requested screenshot attached.
>
> Thanks!
>
> Daniel
>  
>
>>
>> On Wednesday, April 24, 2013 11:37:22 AM UTC-4, Robert Kabwogi wrote:
>>>
>>> im having the same problem...
>>> what is the solution to this problem?
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT designer in Eclipse Juno

2013-04-25 Thread Michael Prentice
What plugins do you have installed? Install New Software -> already 
installed. Can you post a screenshot with the GWT items expanded?

On Wednesday, April 24, 2013 11:37:22 AM UTC-4, Robert Kabwogi wrote:
>
> im having the same problem...
> what is the solution to this problem?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT designer in Eclipse Juno

2013-04-24 Thread Robert Kabwogi
im having the same problem...
what is the solution to this problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer - MenuBar

2013-04-05 Thread Marco
Yes, this issue has been fixed. 

The fix is in eclipse gwt plugin and not in gwt itself.
You have to update your eclipse plugin.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer - MenuBar

2013-04-04 Thread Michael Prentice
The links in this discussion show that this was fixed on Jan 16th, 2013.

http://code.google.com/p/gwt-designer/source/detail?r=99

But it is not clear from the change or the issue in what version this fix 
was delivered. I would guess 2.5.1?

On Wednesday, April 3, 2013 2:28:14 PM UTC-4, polyg...@gmail.com wrote:
>
> Same problem here. Is there a solution??
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer - MenuBar

2013-04-03 Thread polygraphx
Same problem here. Is there a solution??

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer

2013-02-26 Thread Crease
ok, perfect

It´s right what I needed

Thanks very much!!

El martes, 26 de febrero de 2013 11:59:28 UTC+1, Ignacio Baca Moreno-Torres 
escribió:
>
> Right click on "nameClase.ui.xml" and choose "WindowBuilder Editor".
>
> It's a android plugin problem which take precedence over all other editors 
> for any "*.xml". I think that there is no solution except unload/uninstal 
> the plugin or manual right click...
>
> On Tuesday, February 26, 2013 10:51:19 AM UTC+1, Crease wrote:
>>
>> Hi,
>>
>> Today I have opened eclipse for to continue my developed with GWT 
>> (UiBinder) and the Designer (GWT) have missing and I don´t get recover it. 
>> Only I have "nameClase.ui.xml" file.
>>
>> Can somebody help me?
>>
>> Thanks.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer

2013-02-26 Thread Ignacio Baca Moreno-Torres
Right click on "nameClase.ui.xml" and choose "WindowBuilder Editor".

It's a android plugin problem which take precedence over all other editors 
for any "*.xml". I think that there is no solution except unload/uninstal 
the plugin or manual right click...

On Tuesday, February 26, 2013 10:51:19 AM UTC+1, Crease wrote:
>
> Hi,
>
> Today I have opened eclipse for to continue my developed with GWT 
> (UiBinder) and the Designer (GWT) have missing and I don´t get recover it. 
> Only I have "nameClase.ui.xml" file.
>
> Can somebody help me?
>
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer - "Can't create SWT Browser"

2013-02-01 Thread Federico J. Rojkin
The instructions below maybe help you, I used it in a debian squeeze 
installation:

1-)Disable de options  "Used webkit for rendering GWT UI (if available)" 
that is in:  /Windows/Preferences/WindowsBuilder/GWT/
2-)Close Eclipse ide
3-)Download and install 
https://docs.google.com/file/d/0B9KWSpNWygKAYW1yeDhBa2xaRlU/edit# 
4-)Restar eclipse

WUALA!!!

PD: if you can't dowload the file fron the above link, try:
https://docs.google.com/file/d/0B_19kwXNeuHcZ0tsNjZRMFRvVnc/edit?usp=sharing
or
https://mega.co.nz/#!6w4UgQYT!VoLne2JjSEQcA8TymwLERind0TEoqrrCbCI3-qdkjoM

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT Designer - MenuBar

2013-01-16 Thread Emeriau Simon
I have the same problem
Simon.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/iR9f_dlRsIAJ.
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 Designer still supported?

2012-12-09 Thread Thomas Broyer
You should probably 
ask https://groups.google.com/d/forum/google-plugin-eclipse

On Sunday, December 9, 2012 10:02:31 PM UTC+1, Jean-Lou Dupont wrote:
>
> Is GWT Designer still supported?
>
> This piece of software has always been  "touchy" (been using it for 
> 2+years now).  Now, I can't get the thing running on 3.6 nor 4.2 Eclipse. 
>  I've uninstalled and reinstalled the whole Google suite (sdk, designer, 
> plugin etc.) a couple of times to no avail.  I always get the unhelpful 
> message "java.lang.NoSuchMethodError: 
> java.lang.Iterable.java_lang_Iterable_iterator()Ljava/util/Iterator;".
>
> Is it time to abandon GWT Designer?
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/J2lV4Sdd0qIJ.
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 Designer - MenuBar

2012-11-11 Thread Marco

One more problem (see errormessage below).

@Thomas Broyer : can you please use your contacts to get any 
feedback/reaction about this critical designer issue.
See also:  http://code.google.com/p/gwt-designer/issues/detail?id=1
It's more than a month without any statement.  :-(

java.lang.IllegalArgumentException: Unable to find 'columns' in class 
com.google.gwt.user.client.ui.HTML
at 
org.eclipse.wb.internal.core.utils.reflect.ReflectionUtils$2.runObject(ReflectionUtils.java:1208)
at 
org.eclipse.wb.internal.core.utils.execution.ExecutionUtils.runObject(ExecutionUtils.java:240)
at 
org.eclipse.wb.internal.core.utils.reflect.ReflectionUtils.getFieldObject(ReflectionUtils.java:1202)
at 
com.google.gdt.eclipse.designer.model.widgets.cell.AbstractCellTableInfo.replaceCustomColumns(AbstractCellTableInfo.java:136)
at 
com.google.gdt.eclipse.designer.model.widgets.cell.AbstractCellTableInfo.refresh_afterCreate(AbstractCellTableInfo.java:119)
at 
org.eclipse.wb.core.model.ObjectInfo.refresh_afterCreate(ObjectInfo.java:621)
at 
org.eclipse.wb.core.model.JavaInfo.refresh_afterCreate(JavaInfo.java:1235)
at 
org.eclipse.wb.core.model.AbstractComponentInfo.refresh_afterCreate(AbstractComponentInfo.java:238)
at 
com.google.gdt.eclipse.designer.model.widgets.UIObjectInfo.refresh_afterCreate(UIObjectInfo.java:192)
at 
org.eclipse.wb.core.model.ObjectInfo.refresh_afterCreate(ObjectInfo.java:621)
at 
org.eclipse.wb.core.model.JavaInfo.refresh_afterCreate(JavaInfo.java:1235)
at 
org.eclipse.wb.core.model.AbstractComponentInfo.refresh_afterCreate(AbstractComponentInfo.java:238)
at 
com.google.gdt.eclipse.designer.model.widgets.UIObjectInfo.refresh_afterCreate(UIObjectInfo.java:192)
at 
org.eclipse.wb.core.model.ObjectInfo.refresh_afterCreate(ObjectInfo.java:621)
at 
org.eclipse.wb.core.model.JavaInfo.refresh_afterCreate(JavaInfo.java:1235)
at 
org.eclipse.wb.core.model.AbstractComponentInfo.refresh_afterCreate(AbstractComponentInfo.java:238)
at 
com.google.gdt.eclipse.designer.model.widgets.UIObjectInfo.refresh_afterCreate(UIObjectInfo.java:192)
at 
org.eclipse.wb.core.model.ObjectInfo.refreshCreate0(ObjectInfo.java:552)
at org.eclipse.wb.core.model.ObjectInfo.access$0(ObjectInfo.java:546)
at org.eclipse.wb.core.model.ObjectInfo$5$1.run(ObjectInfo.java:486)
at 
org.eclipse.wb.internal.core.utils.execution.ExecutionUtils.runDesignTime(ExecutionUtils.java:139)
at org.eclipse.wb.core.model.ObjectInfo$5.run(ObjectInfo.java:484)
at 
org.eclipse.wb.core.model.ObjectInfo.execRefreshOperation(ObjectInfo.java:514)
at org.eclipse.wb.core.model.ObjectInfo.refresh(ObjectInfo.java:482)
at 
org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:583)
at 
org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:420)



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/BREMje_--bsJ.
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 Designer - MenuBar

2012-11-04 Thread Cleiton Cavassa
I'm with the same problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/JRayMYWwl80J.
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 Designer - MenuBar

2012-11-01 Thread Dezrik
I have the same error. It is quite frustrating. And I have no idea how to 
workaround it.

On Wednesday, October 31, 2012 3:21:13 AM UTC+8, Marco wrote:
>
> Today I installed the new eclipse plugins:
>
> Google Web Toolkit SDK 2.5.0 2.5.0.v201210291354-rel-r42
> Google Plugin for Eclipse 4.2 3.1.1.v201210291354-rel-r42 
>
> I don't have the previous posted error anymore:
>
> org.eclipse.wb.internal.core.utils.check.AssertionFailedException: Can not 
> find method setRowData(java.util.List) in class 
> com.google.gwt.user.client.ui.HTML
>   at org.eclipse.wb.internal.core.utils.check.Assert.fail(Assert.java:225)
>   at 
> org.eclipse.wb.internal.core.utils.check.Assert.isNotNull(Assert.java:174)
>
>
> I still have the error with:
>
> org.eclipse.wb.internal.core.utils.exception.DesignerException: 502 (Unable 
> to load *.wbp-component.xml description.). 
> com.google.gwt.user.client.ui.MenuBar
>
>   at 
> org.eclipse.wb.internal.core.model.description.helpers.ComponentDescriptionHelper.getDescription0(ComponentDescriptionHelper.java:442)
>   at 
> org.eclipse.wb.internal.core.model.description.helpers.ComponentDescriptionHelper.getDescription0(ComponentDescriptionHelper.java:289)
>
>
> Can somebody confirm this error?
>
>
> I already posted an issue 
>
> http://code.google.com/p/gwt-designer/issues/detail?id=1 
>
> weeks ago but sadly no reaction.
>
>
> It's very frustrating to have an obvious critical bug and getting no help.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/oMl8dtmEeYwJ.
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 Designer - MenuBar

2012-10-30 Thread Marco
Today I installed the new eclipse plugins:

Google Web Toolkit SDK 2.5.0 2.5.0.v201210291354-rel-r42
Google Plugin for Eclipse 4.2 3.1.1.v201210291354-rel-r42 

I don't have the previous posted error anymore:

org.eclipse.wb.internal.core.utils.check.AssertionFailedException: Can not find 
method setRowData(java.util.List) in class com.google.gwt.user.client.ui.HTML
at org.eclipse.wb.internal.core.utils.check.Assert.fail(Assert.java:225)
at 
org.eclipse.wb.internal.core.utils.check.Assert.isNotNull(Assert.java:174)


I still have the error with:

org.eclipse.wb.internal.core.utils.exception.DesignerException: 502 (Unable to 
load *.wbp-component.xml description.). com.google.gwt.user.client.ui.MenuBar

at 
org.eclipse.wb.internal.core.model.description.helpers.ComponentDescriptionHelper.getDescription0(ComponentDescriptionHelper.java:442)
at 
org.eclipse.wb.internal.core.model.description.helpers.ComponentDescriptionHelper.getDescription0(ComponentDescriptionHelper.java:289)


Can somebody confirm this error?


I already posted an issue 

http://code.google.com/p/gwt-designer/issues/detail?id=1 

weeks ago but sadly no reaction.


It's very frustrating to have an obvious critical bug and getting no help.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/doAqXH2kWlwJ.
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 Designer - MenuBar

2012-10-28 Thread Marco
Next error in gwt designer after updating from gwt2.5_rc2 to gwt2.5.


Full context stack trace:

org.eclipse.wb.internal.core.utils.check.AssertionFailedException: Can not find 
method setRowData(java.util.List) in class com.google.gwt.user.client.ui.HTML
at org.eclipse.wb.internal.core.utils.check.Assert.fail(Assert.java:225)
at 
org.eclipse.wb.internal.core.utils.check.Assert.isNotNull(Assert.java:174)
at 
org.eclipse.wb.internal.core.utils.reflect.ReflectionUtils.invokeMethod(ReflectionUtils.java:866)
at 
com.google.gdt.eclipse.designer.model.widgets.cell.CellListInfo.refresh_afterCreate(CellListInfo.java:57)
at 
org.eclipse.wb.core.model.ObjectInfo.refresh_afterCreate(ObjectInfo.java:621)
at 
org.eclipse.wb.core.model.JavaInfo.refresh_afterCreate(JavaInfo.java:1235)
at 
org.eclipse.wb.core.model.AbstractComponentInfo.refresh_afterCreate(AbstractComponentInfo.java:238)
at 
com.google.gdt.eclipse.designer.model.widgets.UIObjectInfo.refresh_afterCreate(UIObjectInfo.java:192)
at 
org.eclipse.wb.core.model.ObjectInfo.refresh_afterCreate(ObjectInfo.java:621)
at 
org.eclipse.wb.core.model.JavaInfo.refresh_afterCreate(JavaInfo.java:1235)
at 
org.eclipse.wb.core.model.AbstractComponentInfo.refresh_afterCreate(AbstractComponentInfo.java:238)
at 
com.google.gdt.eclipse.designer.model.widgets.UIObjectInfo.refresh_afterCreate(UIObjectInfo.java:192)
at 
org.eclipse.wb.core.model.ObjectInfo.refresh_afterCreate(ObjectInfo.java:621)
at 
org.eclipse.wb.core.model.JavaInfo.refresh_afterCreate(JavaInfo.java:1235)
at 
org.eclipse.wb.core.model.AbstractComponentInfo.refresh_afterCreate(AbstractComponentInfo.java:238)
at 
com.google.gdt.eclipse.designer.model.widgets.UIObjectInfo.refresh_afterCreate(UIObjectInfo.java:192)
at 
org.eclipse.wb.core.model.ObjectInfo.refreshCreate0(ObjectInfo.java:552)
at org.eclipse.wb.core.model.ObjectInfo.access$0(ObjectInfo.java:546)
at org.eclipse.wb.core.model.ObjectInfo$5$1.run(ObjectInfo.java:486)
at 
org.eclipse.wb.internal.core.utils.execution.ExecutionUtils.runDesignTime(ExecutionUtils.java:139)
at org.eclipse.wb.core.model.ObjectInfo$5.run(ObjectInfo.java:484)
at 
org.eclipse.wb.core.model.ObjectInfo.execRefreshOperation(ObjectInfo.java:514)
at org.eclipse.wb.core.model.ObjectInfo.refresh(ObjectInfo.java:482)
at 
org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:583)
at 
org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:420)
at 
org.eclipse.wb.internal.core.editor.UndoManager.refreshDesignerEditor(UndoManager.java:381)
at 
org.eclipse.wb.internal.core.editor.UndoManager.activate(UndoManager.java:90)
at 
org.eclipse.wb.internal.core.editor.DesignPage.handleActiveState_True(DesignPage.java:266)
at 
org.eclipse.wb.internal.core.editor.DesignPage.handleActiveState(DesignPage.java:244)
at 
org.eclipse.wb.internal.core.editor.multi.DefaultMultiMode.showPage(DefaultMultiMode.java:125)
at 
org.eclipse.wb.internal.core.editor.multi.DefaultMultiMode$1.widgetSelected(DefaultMultiMode.java:63)
at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:774)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3023)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1730)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:270)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
at 
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at

Re: GWT Designer - "Can't create SWT Browser"

2012-10-21 Thread Magnus
Next: Running eclipse as normal user again and designer works... :-)

Help me out of this hell! :-)))

Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/uiwOjSDIE7wJ.
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 Designer - "Can't create SWT Browser"

2012-10-21 Thread Magnus
Another diagnostic information:

When running eclipse as root the designer works!!!

Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UWbhOt9f0okJ.
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 Designer - "Can't create SWT Browser"

2012-10-21 Thread Magnus
Hello,

I still have no solution, but additional experience with the problem. So I 
just post it and I hope that someone has a solution...

A few days after the last post in this thread, it just worked again. No 
idea why. Maybe there was a reboot.
Then I worked with it for a few weeks, until yesterday. Then, I created a 
widget and changed something within the XML code. The change seemed to be 
problematic somehow.

>From this moment on, the designer again says "Can't create SWT Browser". I 
hoped that this error again goes away with the same "magic" as before, but 
it doesn't- A reboot didn't help.

But one thing must be sure: It' doesn't seem to be a general problem, like 
a missing library or something like that. It must have something to do with 
some system "state", which goes away somehow someday...

I still appreciate any hints.

Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/231jUM7XBmsJ.
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 Designer - MenuBar

2012-10-10 Thread Marco
posted it to:
http://code.google.com/p/gwt-designer/issues/detail?id=1

I'm the first who has ever posted an issue to this project (ID 1).
Let's see if I get any response.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/G8t_QNbeLvwJ.
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 Designer - MenuBar

2012-10-10 Thread Jens
http://gwt-code-reviews.appspot.com/1726805

They changed the API from Command to ScheduledCommand recently and I would 
guess that GWT Designer does not respect this yet. 

So you best file an issue 
at http://code.google.com/p/google-plugin-for-eclipse/ 
or http://code.google.com/p/gwt-designer/ .. not sure whats the best place.

Seems like these files:

http://code.google.com/p/gwt-designer/source/browse/trunk/com.google.gdt.eclipse.designer/wbp-meta/com/google/gwt/user/client/ui/MenuBar.wbp-component.xml

http://code.google.com/p/gwt-designer/source/browse/trunk/com.google.gdt.eclipse.designer/wbp-meta/com/google/gwt/user/client/ui/MenuItem.wbp-component.xml

need to be updated to ScheduledCommand in order to work with GWT 2.5.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/LgSARO-b71gJ.
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 Designer - MenuBar

2012-10-10 Thread Marco

I think this is an urgent issue. 
What's the best way to place this issue and to get feedback?


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/YxHKugbN0JsJ.
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 Designer - "Can't create SWT Browser"

2012-09-26 Thread Jeff Chimene
Haven't a clue.


On Wed, Sep 26, 2012 at 12:19 PM, Magnus wrote:

> Hi jchimene,
>
> the thread your link points to suggests several settings. I first tried
> adding the path, without change. Then I added both variables to eclipse.ini:
>
> -Dorg.eclipse.swt.browser.UseWebKitGTK=true
> -Dorg.eclipse.swt.browser.XULRunnerPath==/usr/lib/xulrunner-1.9.1/
>
>
Two equal signs?


> The result is a nice crash with a lot of trace (see below). I hope it will be 
> helpful.
>
>
> Magnus
>
>

-- 
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 Designer - "Can't create SWT Browser"

2012-09-25 Thread Jeff Chimene
Maybe you must tell Eclipse where to find xulrunner?

https://bbs.archlinux.org/viewtopic.php?id=115543

On Tue, Sep 25, 2012 at 10:39 AM, Magnus wrote:

> Hi Jens,
>
> basically I agree, and I was indeed able to work on the current ui
> project. But when learning the concepts behind UIBinder it helps a lot if
> you can try out some ideas and look how they are realized within the xml
> file. In addition, designer shows widgets that are not documented, e. g.
> CaptionPanel.
>
> However, there is nothing written into the error log. There is just this
> message in the designer window:
>
> "GWT Designer uses the SWT Browser widget to render the GWT UI. SWT
> Browser requires a compatible xulrunner version installed: it should be
> 1.9.1.x or 1.9.2.x version and meet the current environment architecture.
> See http://www.eclipse.org/swt/faq.php#whatisbrowser and related topics
> for more information."
>
> But xulrunner is installed:
>
> $ dpkg-query -l xul*
> Desired=Unknown/Install/Remove/Purge/Hold
> |
> Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name   VersionDescription
>
> +++-==-==-
> un  xul-ext-dom-in  (no description available)
> un  xulrunner   (no description available)
> un  xulrunner-1.9   (no description available)
> ii  xulrunner-1.9. 1.9.1.16-17XUL + XPCOM application runner
> un  xulrunner-1.9.  (no description available)
> ii  xulrunner-dev  1.9.1.16-17Development files for the Gecko engine
> libra
>
>
> Magnus
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/3q3qiTk1osEJ.
>
> 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.
>

-- 
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 Designer - "Can't create SWT Browser"

2012-09-25 Thread Magnus
Hi Jens,

basically I agree, and I was indeed able to work on the current ui 
project. But when learning the concepts behind UIBinder it helps a lot if 
you can try out some ideas and look how they are realized within the xml 
file. In addition, designer shows widgets that are not documented, e. g. 
CaptionPanel.

However, there is nothing written into the error log. There is just this 
message in the designer window:

"GWT Designer uses the SWT Browser widget to render the GWT UI. SWT Browser 
requires a compatible xulrunner version installed: it should be 1.9.1.x or 
1.9.2.x version and meet the current environment architecture. See 
http://www.eclipse.org/swt/faq.php#whatisbrowser and related topics for 
more information."

But xulrunner is installed:

$ dpkg-query -l xul*
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
un  xul-ext-dom-in  (no description available)
un  xulrunner   (no description available)
un  xulrunner-1.9   (no description available)
ii  xulrunner-1.9. 1.9.1.16-17XUL + XPCOM application runner
un  xulrunner-1.9.  (no description available)
ii  xulrunner-dev  1.9.1.16-17Development files for the Gecko engine 
libra


Magnus


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/3q3qiTk1osEJ.
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 Designer - "Can't create SWT Browser"

2012-09-25 Thread Tomek Kańka


W dniu wtorek, 25 września 2012 12:55:31 UTC+2 użytkownik Magnus napisał:
> Hi,
>
> is there really no fix? This prevents me from doing anything with 
UIBinder...

Check this: http://www.eclipse.org/swt/faq.php

Q: What do I need to run the SWT Browser inside Eclipse on Linux? 


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/I2riZxLQvmEJ.
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 Designer - "Can't create SWT Browser"

2012-09-25 Thread Jens
Honestly I have never used GWT designer. Eclipse + Google Plugin provides 
pretty good auto completion in UiBinder xml files. Just make sure you open 
the UiBinder xml with the "UiBinder Template Editor" (right click -> open 
with) that comes with the Google Plugin.

Sure this does not solve your problem with GWT designer but a missing GWT 
designer does not prevent you from working with UiBinder efficiently. 

Also if your problem is "Can't create SWT browser" it sounds more like that 
SWT does not work correctly in your Eclipse for some reason. Have you 
evaluated the exception stack trace in Eclipse's error log? (window -> show 
view -> error log)

-- J.

Am Dienstag, 25. September 2012 12:55:31 UTC+2 schrieb Magnus:
>
> Hi,
>
> is there really no fix? This prevents me from doing anything with 
> UIBinder...
>
> Magnus
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/K00MhFEAtLIJ.
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 Designer - "Can't create SWT Browser"

2012-09-25 Thread Magnus
Hi,

is there really no fix? This prevents me from doing anything with 
UIBinder...

Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/zY9ll57tQ6wJ.
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 Designer -- GC overhead limit exceeded

2012-07-03 Thread Philippe Lhoste

On 28/06/2012 22:33, Thad wrote:

I part of my job I dislike the most is laying out HTML. As such I have a 
love-hate
relationship with GWT Designer. While it makes some things easier, in many more 
ways it's
just plain maddening.

Currently my chief gripe is how GWT Designer keeps crashing Eclipse. Even when 
I'm
/not/ getting errors back on switching from XML Source view to Design view, the 
progress
bar will stop and, after some wait, I receive an error dialog:

Designer [1.3.0.r37x201202021417.201206281156]: GC overhead limit exceeded
GC overhead limit exceeded


When I close this, I get a crash dialog and must close Eclipse.

I am running Eclipse IDE for Java Developers, Version: Indigo Service Release 
2, Build id:
20120216-1857 on openSUSE 12.1 with the latest Java 1.6 from Sun (although this 
has been a
problem with earlier versions of openSUSE, Java, Eclipse, and GWT Designer).

Is anyone else experiencing this problem?


I don't use GWT Designer (I am OK with HTML layout...) but when you have "GC overhead 
limit exceeded", most advices I saw was to increase the max memory (the Xmx parameter). 
For Eclipse, you do this in the eclipse.ini file at the root of the Eclipse configuration 
(sorry if I state evidences).

If your computer allows it, it is worth trying.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --



--
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 Designer Not Visiible in IDE

2012-05-04 Thread Eric Clayberg (Google)
Non-UiBinder EntryPoint files can definitely be opened in GWT Designer. The 
StockWatcher tutorial expects you to be using the full version of 
GWT Designer and to use its wizard to create the project. If you are 
creating a UiBinder-based UI, you need to open the UiBinder file, not the 
Java file.

On Wednesday, May 2, 2012 2:10:06 PM UTC-4, Patrick May wrote:
>
> Is there an updated tutorial that shows this behavior?  The StockWatcher 
> tutorial says that it's possible to open the designer on an EntryPoint 
> class.
>
> Thanks,
>
> Patrick
>
>
> On Wednesday, February 15, 2012 3:58:40 AM UTC-5, Nitheesh Chandran wrote:
>>
>> Hi, 
>>
>> You cant open your entry point class using GWT designer . Though you 
>> can open other classes which you write using java on the GWT designer. 
>> You have to extend the Composite 
>> class for getting the designer of a particular class. Just right click 
>> on the class which extends composite and go to  OPENWITH->GWT 
>> DESIGNER. 
>>
>>
>>
>> On Feb 11, 12:20 am, Mike  wrote: 
>> > I downloaded the google sample MVP code (Contacts) and am trying  to 
>> > look at one one of the View Java files ContactsView.java in Design 
>> > mode. Is that not possible? 
>> > 
>> > On Feb 10, 1:47 pm, "Eric Clayberg (Google)"  
>> > wrote: 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > > Have you tried opening a UI file (UiBinder XML file or GWT Java file) 
>> using 
>> > > the GWT Designer editor? 
>> > 
>> > > If you are having problems using GWT Designer, I would highly 
>> recommend 
>> > > taking a look at the docs<
>> http://code.google.com/webtoolkit/tools/gwtdesigner/index.html> 
>> > > .
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/29wENHcXx-sJ.
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 Designer Not Visiible in IDE

2012-05-04 Thread Patrick May
Is there an updated tutorial that shows this behavior?  The StockWatcher 
tutorial says that it's possible to open the designer on an EntryPoint 
class.

Thanks,

Patrick


On Wednesday, February 15, 2012 3:58:40 AM UTC-5, Nitheesh Chandran wrote:
>
> Hi, 
>
> You cant open your entry point class using GWT designer . Though you 
> can open other classes which you write using java on the GWT designer. 
> You have to extend the Composite 
> class for getting the designer of a particular class. Just right click 
> on the class which extends composite and go to  OPENWITH->GWT 
> DESIGNER. 
>
>
>
> On Feb 11, 12:20 am, Mike  wrote: 
> > I downloaded the google sample MVP code (Contacts) and am trying  to 
> > look at one one of the View Java files ContactsView.java in Design 
> > mode. Is that not possible? 
> > 
> > On Feb 10, 1:47 pm, "Eric Clayberg (Google)"  
> > wrote: 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > > Have you tried opening a UI file (UiBinder XML file or GWT Java file) 
> using 
> > > the GWT Designer editor? 
> > 
> > > If you are having problems using GWT Designer, I would highly 
> recommend 
> > > taking a look at the docs<
> http://code.google.com/webtoolkit/tools/gwtdesigner/index.html> 
> > > .

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/FZWhgaM8E18J.
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 Designer

2012-04-27 Thread Gmane

On 4/27/2012 6:47 PM, sbt wrote:

Hi,

I am facing issue in GWT Designer. Unable to open the design mode in
Ecilpse , however everything is done under given instructions.

Image is attached herewith.

--
You received this message because you are subscribed to the Google
Groups "Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/M1e9pBNkby8J.
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.


You should load "layouts" without much logic on it so the GWT designer 
will not have hard time drawing up the widget. I mean, in my case my UI 
are pure UI (no logic, MVP pattern) so GWT designer have no problem 
rendering the widget. In case your are using UiBinder you should open 
the ui.xml file and not the .java part of the UiBinder code.


--
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 Designer + MGWT library = Runtime exception

2012-04-13 Thread John Gentilin
Konstantin,

Has this version of truck been made available for the Eclipse updates ?
I just upgraded to the latest and the problem still exists.

Thank You
John Gentilin

On Thursday, February 16, 2012 6:35:47 AM UTC-8, Konstantin Scheglov wrote:
>
> Fixed in GWT Designer trunk.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/FYPY2fMI0kIJ.
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 designer

2012-02-22 Thread Daniel Mauricio Patino León
I recomend to you see this:

http://code.google.com/intl/es-419/webtoolkit/doc/latest/DevGuideUiPanels.html


Good Look

2012/2/22 viv123 

> why is it so hard to drag widgets around? Did I miss anything? I wan to
> have 3 simple panels, with cellbrowser in each of them. The first one is
> easy to do, flying to the top. But the second panel always dropped to the
> bottom and I can not get it close to my first panel. I have not even add
> the third one yet
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/5qS-CJayEogJ.
> 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.
>



-- 
ISC. Daniel Mauricio Patiño León.
Director ejecutivo
Liondev S.A. de C.V.

-- 
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 Designer + MGWT library = Runtime exception

2012-02-16 Thread Konstantin Scheglov
Fixed in GWT Designer trunk.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Mg4HXrd3izUJ.
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 Designer Not Visiible in IDE

2012-02-15 Thread Nitheesh Chandran
Hi,

You cant open your entry point class using GWT designer . Though you
can open other classes which you write using java on the GWT designer.
You have to extend the Composite
class for getting the designer of a particular class. Just right click
on the class which extends composite and go to  OPENWITH->GWT
DESIGNER.



On Feb 11, 12:20 am, Mike  wrote:
> I downloaded the google sample MVP code (Contacts) and am trying  to
> look at one one of the View Java files ContactsView.java in Design
> mode. Is that not possible?
>
> On Feb 10, 1:47 pm, "Eric Clayberg (Google)" 
> wrote:
>
>
>
>
>
>
>
> > Have you tried opening a UI file (UiBinder XML file or GWT Java file) using
> > the GWT Designer editor?
>
> > If you are having problems using GWT Designer, I would highly recommend
> > taking a look at the 
> > docs
> > .

-- 
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 Designer + MGWT library = Runtime exception

2012-02-11 Thread Daniel Kurka
This sounds great, please let me know if I can do anything to help / speed
this up.

- Daniel

2012/2/11 Konstantin Scheglov 

> I'm working now on property-provider scripts support.
> It works in general and allows me to open mGWT UI - RootPanel with Button.
> I need some time for testing this change though.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/dEI8FCJHY_sJ.
>
> 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.
>

-- 
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 Designer + MGWT library = Runtime exception

2012-02-11 Thread Konstantin Scheglov
I'm working now on property-provider scripts support.
It works in general and allows me to open mGWT UI - RootPanel with Button.
I need some time for testing this change though.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/dEI8FCJHY_sJ.
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 Designer Issues

2012-02-11 Thread Konstantin Scheglov
Unfortunately no.
But I'm working now on property-provider support.
It works in general and allows my to open mGWT UI.
I need some time for testing this change though.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/P11AhJ4i6nsJ.
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 Designer Issues

2012-02-11 Thread Konstantin Scheglov
Unfortunately no.
But I'm working on

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yQdZG0d0Bg0J.
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 Designer + MGWT library = Runtime exception

2012-02-10 Thread Daniel Kurka
GWT Designer not supporting custom binding properties leads to problems
with mgwt.

The issue is open since Aug 11. Is this issue scheduled in any way?

Maybe one could propose a patch that would fix this?

Otherwise we would have to eliminate all deferred binding in gwt,xml files
and move it into generators (which is not very nice) and remove all custom
variables from css
(and maybe a lot more..)



2012/2/10 Konstantin Scheglov 

> http://code.google.com/p/google-web-toolkit/issues/detail?id=6693
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/HYbnsi3E9_cJ.
>
> 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.
>

-- 
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 Designer + MGWT library = Runtime exception

2012-02-10 Thread Konstantin Scheglov
http://code.google.com/p/google-web-toolkit/issues/detail?id=6693

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/HYbnsi3E9_cJ.
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 Designer Not Visiible in IDE

2012-02-10 Thread Mike
I downloaded the google sample MVP code (Contacts) and am trying  to
look at one one of the View Java files ContactsView.java in Design
mode. Is that not possible?

On Feb 10, 1:47 pm, "Eric Clayberg (Google)" 
wrote:
> Have you tried opening a UI file (UiBinder XML file or GWT Java file) using
> the GWT Designer editor?
>
> If you are having problems using GWT Designer, I would highly recommend
> taking a look at the 
> docs
> .

-- 
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 Designer Not Visiible in IDE

2012-02-10 Thread Eric Clayberg (Google)
Have you tried opening a UI file (UiBinder XML file or GWT Java file) using 
the GWT Designer editor?

If you are having problems using GWT Designer, I would highly recommend 
taking a look at the 
docs
.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/NYbcjpszTk4J.
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 Designer Issues

2012-02-10 Thread Daniel Kurka
is there an actual workaround for this (as suggested in the issue?)

Someway to force gwt designer to use the default binding if it can not call 
the property providers?


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/U-LypPW72ZEJ.
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 Designer + MGWT library = Runtime exception

2012-02-08 Thread iassael
Same problem here and I was just looking for a solution

On Feb 8, 10:52 pm, Transplant  wrote:
> I'm trying to use GWT Designer design mode with the mGWT mobile widget
> library. I can reference the library widgets in XML and compile/run
> just fine, but when I try to switch from XML Source mode to Design
> mode in GWT Designer I get a runtime exception:
>
> Internal Error
>    encountered unexpected internal error.
>    This could be caused by a bug or by a misconfiguration issue,
> conflict, partial update, etc.
>    java.lang.RuntimeException: Deferred binding failed for
> 'com.google.gwt.user.client.impl.DOMImpl' (did you forget to inherit a
> required module?)
>
> The mgwt library is in the build path, and I can freely use its
> classes in UIBinder XML files, but it always barfs up when I try to
> enter design mode. Since mGWT defines a larger number of target
> platforms than vanilla GWT, is it possible that GWT Designer is asking
> the mGWT library to instantiate an implementation of DOMImpl for a
> platform that base GWT doesn't have - causing the above exception?
> Since most of the mobile platforms share the same or similar DOM
> implementation (a la webkit) is there some way for the mGWT library to
> tell GWT Designer to use a safari implementation of DOMImpl as the
> default?
>
> Thanks in advance,

-- 
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 Designer Local archive

2011-11-26 Thread tHr
Thanks
How can I download GWT Documents?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/FK7_fj9uh-IJ.
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 Designer Local archive

2011-11-26 Thread Eric Clayberg (Google)
GPE includes GWT Designer.

The Android feature requires that you install the Android tools (ADT) first.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/GsnyorWBeqkJ.
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 Designer Local archive

2011-11-25 Thread tHr
Thanks
And I have another question if i install GPE from local i should
install GWT designer again or GPE has GWT Dsigner?
When i install GPE from archive file i encounter with a problem that
can't install Android feature of GPE on eclipse how can i install it?
I use eclipse jee 1.7
how can i download GWT documentation?

On Nov 25, 1:26 am, "Eric Clayberg (Google)" 
wrote:
> http://code.google.com/p/gwt-designer/downloads/list

-- 
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 Designer Local archive

2011-11-24 Thread Eric Clayberg (Google)
http://code.google.com/p/gwt-designer/downloads/list

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/pwxi0w5wkqoJ.
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 Designer update url does not work

2011-11-16 Thread Eric Clayberg (Google)
Looks like some sort of local communication failure on your end. I just 
tried the update site and it was fine.

Try restarting Eclipse and trying it again.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/L7HKfKR183YJ.
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 Designer fails under Eclipse 3.7 with latest update

2011-10-28 Thread Michael Vogt
> What is stopping you from upgrading to 2.2.0+?
>
You mean GWT? Our server setup. All applications access one servlet,
which is compiled with GWT 2.0.4. To change this, we would need to
recompile a load of applications, which just hasn't been done.

>That is the supported version of gwt-designer.
>
Just checked again and could not find that this is actually the case.
And it definitely worked before the update without problems. Btw, we
us the full version of the Designer.


Greetings,
Michael

-- 
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 Designer fails under Eclipse 3.7 with latest update

2011-10-28 Thread Jeff Larsen
What is stopping you from upgrading to 2.2.0+? That is the supported 
version of gwt-designer.

I don't think anything has been removed.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/CawaptAbTTkJ.
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 Designer fails under Eclipse 3.7 with latest update

2011-10-28 Thread Michael Vogt
Hello.

> Please update to the latest GWT Designer build.
> We have also added support for Ubuntu 11.10.
>
I just updated Ubuntu to version 11.10 and Eclipse to 3.7, and it
looks like I can use GWT Designer. But not with projects using GWT
2.0.4.

Unfortunately, we still need to use version 2.0.4 for most of our
projects. When opening Designer, I get the error message that
XulRunner is missing.

To verify this, I created a new GWT application using GWT 2.4. When
opening an empty class extending Composite, I can open it. Only by
switching to GWT 2.0.4, the error is shown. What needs to be done to
get Designer working with version 2.0.4?

The link for libwebkit as mentioned above is set. Eclipse and plugins
are clean installed int he latest version.


Greetings,
Michael

-- 
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 Designer fails under Eclipse 3.7 with latest update

2011-10-21 Thread Philippe Rostaing-Tayard
YES IT WORKS 
On my Debian Squeeze.

Thank you very much.

2011/10/20 Eric Clayberg (Google) 

> Please update to the latest GWT Designer build.
>
> We have also added support for Ubuntu 11.10.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/yEfH8bIeo48J.
>
> 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.
>

-- 
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 Designer fails under Eclipse 3.7 with latest update

2011-10-20 Thread Eric Clayberg (Google)
Please update to the latest GWT Designer build. 

We have also added support for Ubuntu 11.10.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yEfH8bIeo48J.
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 Designer fails under Eclipse 3.7 with latest update

2011-10-20 Thread Roy
See issue 6687: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=6887

On Oct 13, 2:01 am, Jean-Lou Dupont  wrote:
> I get the stack trace whilst trying to access the "Design" view.  I am
> running Eclipse 3.7.1 under Linux Ubuntu 10.04.
>
> !ENTRY org.eclipse.wb.core 4 4
> !MESSAGE Designer [2.4.2.r37x201109270347]: 4107 (Unable to load
> native library.). gwt-ll
> !STACK 0
> org.eclipse.wb.internal.core.utils.exception.DesignerException: 4107
> (Unable to load native library.). gwt-ll
>         at
> com.google.gdt.eclipse.designer.GwtExceptionRewriter.rewrite(GwtExceptionRe 
> writer.java:
> 74)
>         at
> org.eclipse.wb.internal.core.utils.exception.DesignerExceptionUtils.rewrite 
> Exception(DesignerExceptionUtils.java:
> 225)
>         at
> org.eclipse.wb.internal.core.editor.DesignPage.showExceptionOnDesignPane(De 
> signPage.java:
> 472)
>         at
> org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPa 
> ge.java:
> 414)
>         at
> org.eclipse.wb.internal.core.editor.UndoManager.refreshDesignerEditor(UndoM 
> anager.java:
> 381)
>         at
> org.eclipse.wb.internal.core.editor.DesignPage.refreshGEF(DesignPage.java:
> 377)
>         at
> org.eclipse.wb.internal.core.editor.actions.RefreshAction.run(RefreshAction 
> .java:
> 46)
>         at
> org.eclipse.wb.internal.core.editor.actions.DesignPageAction.run(DesignPage 
> Action.java:
> 34)
>         at
> org.eclipse.wb.internal.core.editor.errors.JavaExceptionComposite.doRefresh 
> (JavaExceptionComposite.java:
> 87)
>         at org.eclipse.wb.internal.core.editor.errors.ExceptionComposite
> $3.widgetSelected(ExceptionComposite.java:129)
>         at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
> 240)
>         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
>         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
> 3588)
>         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
>         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
> 2696)
>         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
>         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
>         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
>         at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
> 332)
>         at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
> 667)
>         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
> 149)
>         at
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication 
> .java:
> 123)
>         at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java :
> 196)
>         at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication 
> (EclipseAppLauncher.java:
> 110)
>         at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseA 
> ppLauncher.java:
> 79)
>         at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
> 344)
>         at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
> 179)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp 
> l.java:
> 43)
>         at java.lang.reflect.Method.invoke(Method.java:616)
>         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
>         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
>         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
> Caused by: java.lang.UnsatisfiedLinkError: no gwt-ll in
> java.library.path
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
>         at java.lang.Runtime.loadLibrary0(Runtime.java:840)
>         at java.lang.System.loadLibrary(System.java:1047)
>         at
> com.google.gdt.eclipse.designer.moz.BrowserShellLinux.(BrowserShellLi 
> nux.java:
> 86)
>         at
> com.google.gdt.eclipse.designer.moz.BrowserShellLinux32.(BrowserShell 
> Linux32.java:
> 42)
>         at
> com.google.gdt.eclipse.designer.moz.BrowserShellFactory.create(BrowserShell 
> Factory.java:
> 30)
>         at
> com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupport.createBrowserS 
> hell(HostedModeSupport.java:
> 311)
>         at
> com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupport.(HostedM 
> odeSupport.java:
> 88)
>         at
> com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupportFactory.create( 
> HostedModeSupportFactory.java:
> 33)
>         at
> com.google.gdt.eclipse.designer.model.widgets.support.GwtState.getHostedMod 
> eSupport(GwtState.java:
> 939)
>         at
> com.google.gdt.eclipse.designer.mode

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-19 Thread Konstantin Zolotarev
Same error. Eclipse 3.7 (x64)

org.eclipse.wb.internal.core.utils.exception.DesignerException: 4107 (Unable to 
load native library.). gwt-ll
at 
com.google.gdt.eclipse.designer.GwtExceptionRewriter.rewrite(GwtExceptionRewriter.java:74)
at 
org.eclipse.wb.internal.core.utils.exception.DesignerExceptionUtils.rewriteException(DesignerExceptionUtils.java:225)
at 
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.showExceptionOnDesignPane(XmlDesignPage.java:509)
at 
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.internal_refreshGEF(XmlDesignPage.java:394)
at 
org.eclipse.wb.internal.core.xml.editor.UndoManager.refreshDesignerEditor(UndoManager.java:254)
at 
org.eclipse.wb.internal.core.xml.editor.UndoManager.activate(UndoManager.java:85)
at 
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.setActive(XmlDesignPage.java:167)
at 
org.eclipse.wb.internal.core.xml.editor.AbstractXmlEditor.pageChange(AbstractXmlEditor.java:649)
at 
org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:290)
at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1061)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2745)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1432)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:257)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/rD8JeLSbALQJ.
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 Designer fails under Eclipse 3.7 with latest update

2011-10-16 Thread Troy Borja
Eric Clayberg (Google  writes:

> 
> 
> 
> Nothing at the library level has changed in GWT Designer any time recently. 
The requirements under Linux are (and have been for quite some 
time) libwebkit.so or xulrunner-1.9.x. GWT Designer tries to use WebKit first. 
If it isn't available for some reason (older Linux distro or 
wrong/different library name), GWT Designer tries to fallback to Mozilla and 
use xulrunner-1.9.x. Keeping up with the incompatibilities between 
Linux distros and versions is rather mind numbing at times.
> 
> 
> 
> Is the GWT Designer bundle com.google.gdt.eclipse.designer.hosted.2_2.webkit 
installed in your Eclipse environment. If that is not installed 
for some reason, GWT Designer can't use WebKit, and you would see that same 
exception.
> 
> 
> 
> 

I too started getting gwt-ll error after uprading Web Builder to version 2.4.2. 
I am running Eclipse 3.6 on Ubuntu 10.04. Our other eclipse 
installations that are running Window Builder version 2.4.0 are still working.
This is what I have currently installed on Eclipse:

  Eclipse IDE for Java EE Developers1.3.2.20110301-1807 
  Google App Engine Java SDK 1.5.5  1.5.5.r36v201110112027  
  Google Plugin for Eclipse 3.6 2.4.2.relr36v201110112027   
  Google Web Toolkit SDK 2.4.0  2.4.0.relr36v201110112027   
  GWT Designer Core 2.4.2.r36x201109270337  
  GWT Designer Editor   2.4.2.r36x201109270347  
  GWT Designer GPE  2.4.2.r36x201109270511  
  Subclipse 1.2.4   org.tigris.subversion.subclipse.feature.group
  WindowBuilder Core1.2.0.r36x201109270310  
  WindowBuilder CSS Support 1.2.0.r36x201109270317  
  WindowBuilder XML Core1.2.0.r36x201109270326  

Can't work done since the Designer is not working.


-- 
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 Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Jean-Lou Dupont
In the "Eclipse SDK Installation details" under "Plugins" I see

GWT Designer WebKit Support 2.0  2.4.2.r37x201109270337
com.google.gdt.eclipse.designer.hosted.2_0.webkit
GWT Designer WebKit Support 2.2  2.4.2.r37x201109270337
com.google.gdt.eclipse.designer.hosted.2_2.webkit

Everything was working fine until the last time I was offered to
update the Google Plugin and now I can't get work done :(



On Oct 14, 5:35 pm, "Eric Clayberg (Google)" 
wrote:
> Nothing at the library level has changed in GWT Designer any time recently.
> The requirements under Linux are (and have been for quite some time)
> libwebkit.so or xulrunner-1.9.x. GWT Designer tries to use WebKit first. If
> it isn't available for some reason (older Linux distro or wrong/different
> library name), GWT Designer tries to fallback to Mozilla and use
> xulrunner-1.9.x. Keeping up with the incompatibilities between Linux distros
> and versions is rather mind numbing at times.
>
> Is the GWT Designer bundle com.google.gdt.eclipse.designer.hosted.2_2.webkit
> installed in your Eclipse environment. If that is not installed for some
> reason, GWT Designer can't use WebKit, and you would see that same
> exception.

-- 
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 Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Eric Clayberg (Google)
Nothing at the library level has changed in GWT Designer any time recently. 
The requirements under Linux are (and have been for quite some time) 
libwebkit.so or xulrunner-1.9.x. GWT Designer tries to use WebKit first. If 
it isn't available for some reason (older Linux distro or wrong/different 
library name), GWT Designer tries to fallback to Mozilla and use 
xulrunner-1.9.x. Keeping up with the incompatibilities between Linux distros 
and versions is rather mind numbing at times.

Is the GWT Designer bundle com.google.gdt.eclipse.designer.hosted.2_2.webkit 
installed in your Eclipse environment. If that is not installed for some 
reason, GWT Designer can't use WebKit, and you would see that same 
exception.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/JEINMGerQxoJ.
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 Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Jean-Lou Dupont
But there is " libwebkit-1.0.so.2 " on my system in /usr/lib

Up until the latest release of the Google plugin (which included an
update to GWT Designer), everything was working fine.
There isn't any " libwebkitgtk " installed on my system (nor did I
remove it or ever installed it intentionally).

It seems the problem is elsewhere...  any clue?


On Oct 14, 4:37 pm, "Eric Clayberg (Google)" 
wrote:
> This is caused by incompatibility between Linux versions and inconsistent 
> library naming across versions and distros.
>
> As a work around you can...
>
> 1) Open terminal and change dir to /usr/lib.
>
> 2) Execute sudo ln -s libwebkitgtk-1.0.so.0.6.0 libwebkit-1.0.so.2 command, 
> where "libwebkitgtk-1.0.so.0.6.0" is the webkit lib file (it's name could 
> have a different version number on your system).
>
> 3) Restart Eclipse.

-- 
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 Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Eric Clayberg (Google)


This is caused by incompatibility between Linux versions and inconsistent 
library naming across versions and distros.

As a work around you can...

1) Open terminal and change dir to /usr/lib.

2) Execute sudo ln -s libwebkitgtk-1.0.so.0.6.0 libwebkit-1.0.so.2 command, 
where "libwebkitgtk-1.0.so.0.6.0" is the webkit lib file (it's name could have 
a different version number on your system).

3) Restart Eclipse.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/MZ1pRsDRhoYJ.
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 Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Claudio Pomo
I've the same problem with eclipse 3.6

this is the stack trace


!SESSION 2011-10-14 11:26:52.651
---
eclipse.buildId=M20110210-1200
java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product
org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.wb.core 4 4 2011-10-14 12:41:45.212
!MESSAGE Designer [2.4.2.r36x201109270347]: 4107 (Unable to load
native library.). gwt-ll
!STACK 0
org.eclipse.wb.internal.core.utils.exception.DesignerException: 4107
(Unable to load native library.). gwt-ll
at
com.google.gdt.eclipse.designer.GwtExceptionRewriter.rewrite(GwtExceptionRewriter.java:
74)
at
org.eclipse.wb.internal.core.utils.exception.DesignerExceptionUtils.rewriteException(DesignerExceptionUtils.java:
225)
at
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.showExceptionOnDesignPane(XmlDesignPage.java:
509)
at
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.internal_refreshGEF(XmlDesignPage.java:
394)
at
org.eclipse.wb.internal.core.xml.editor.UndoManager.refreshDesignerEditor(UndoManager.java:
254)
at
org.eclipse.wb.internal.core.xml.editor.UndoManager.activate(UndoManager.java:
85)
at
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.setActive(XmlDesignPage.java:
167)
at
org.eclipse.wb.internal.core.xml.editor.AbstractXmlEditor.pageChange(AbstractXmlEditor.java:
649)
at org.eclipse.ui.part.MultiPageEditorPart
$2.widgetSelected(MultiPageEditorPart.java:290)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1061)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:
2743)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1429)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:
257)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3540)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:
115)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
196)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:
110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:
79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
369)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Caused by: java.lang.UnsatisfiedLinkError: no gwt-ll in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at
com.google.gdt.eclipse.designer.moz.BrowserShellLinux.(BrowserShellLinux.java:
86)
at
com.google.gdt.eclipse.designer.moz.BrowserShellLinux32.(BrowserShellLinux32.java:
42)
at
com.google.gdt.eclipse.designer.moz.BrowserShellFactory.create(BrowserShellFactory.java:
30)
at
com.google.gdt.eclipse.designer.hosted.tdt.HostedModeSupport.createBrowse

Re: GWT Designer - Support to reference CSS from ui.xml as well as CSSResource

2011-10-06 Thread abby
Thanks Eric, I think what we have now allows us to manually select a
style by clicking in the textbox, which brings a dropdown where you
can select a style.

1) It probably will be nice that when you click a widget the dropdown
automatically filters the current styles applied, along with an entry
for Add... which allows you to select other styles or add new ones.

2) The CSS button is the most prominent one and it was not even
obvious too me that clicking the textbox actually brings a dropdown of
style. Clicking CSS should still allow you to select all styles, or it
probably should be done away with.

I can open an issue to let others brainstorm this through?


On Oct 5, 7:23 pm, "Eric Clayberg (Google)" 
wrote:
> The CSS 
> editoryou
>  refer to has actually be in the tool for a very long time. It was
> originally designed to support editing of global CSS styles referenced from
> HTML or from gwt.xml files. In the most recent GPE / GWT Designer release,
> we added CSS style editing directly in the property pane of the editor. This
> new CSS editing approach works with both globals styles as well as local
> styles defined in the current UiBinder XML file. If you would like to see
> the original CSS editor extended to support local styles, create a new issue
> in the GWT Issue 
> Tracker
> .
>
> 

-- 
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 Designer - Support to reference CSS from ui.xml as well as CSSResource

2011-10-05 Thread Eric Clayberg (Google)
The CSS 
editoryou
 refer to has actually be in the tool for a very long time. It was 
originally designed to support editing of global CSS styles referenced from 
HTML or from gwt.xml files. In the most recent GPE / GWT Designer release, 
we added CSS style editing directly in the property pane of the editor. This 
new CSS editing approach works with both globals styles as well as local 
styles defined in the current UiBinder XML file. If you would like to see 
the original CSS editor extended to support local styles, create a new issue 
in the GWT Issue 
Tracker
.



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/6pTZaBRY5LQJ.
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 Designer and Google Maps

2011-09-30 Thread Eric Clayberg (Google)
In general, you can add new GWT widgets to the palette by using the palette 
context 
menuor
 the Palette 
Manager
.



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vR3XcjdkD7gJ.
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 Designer

2011-09-26 Thread sasindran erambra
You can must create a gwt project first and then open the interface file in
main window in both source and design mode.

-- 
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 designer keeps hanging!! going mental

2011-09-09 Thread Elhanan
steps to reproduce:
get brand new indigo
download GPE
create new GWT project (no app engine sdk)
 
in the entry point:

RootLayoutPanel layoutPanel=RootLayoutPanel.*get*();

then switch to side by side designer.

drag a button and place it on the screen.

press Ctrl+Save, 

also note this happens when -1 setting is selected on delay of codeattached 
my pref files
 
and contents of my ini file..
 
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vm
c:/Java/jdk1.6.0_27/jre/bin/server/jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms1024m
-Xmx1024m

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_OEzxVSyQYkJ.
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.

#Fri Sep 09 13:06:52 IDT 2011
/instance/org.eclipse.jdt.ui/sp_cleanup.make_variable_declarations_final=true
/instance/org.eclipse.mylyn.java.ui/org.eclipse.mylyn.java.ui.run.count.3_1_0=1
/instance/org.eclipse.mylyn.context.core/mylyn.attention.migrated=true
/instance/org.eclipse.wst.sse.core/task-tag-projects-already-scanned=GWTSample
/instance/org.eclipse.jdt.ui/sp_cleanup.use_blocks_only_for_return_and_throw=false
@org.eclipse.epp.usagedata.recording=1.3.1.R201106061540
/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members=false
/instance/org.eclipse.ui.ide/platformState=1315248016710
@org.eclipse.ui.ide=3.7.0.I20110519-0100
@org.eclipse.jdt.core=3.7.0.v_B61
@org.eclipse.wst.sse.core=1.1.600.v201105162116
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
/instance/org.eclipse.debug.ui/preferredTargets=default\:default|
/configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
/configuration/com.google.gdt.eclipse.suite/projectMigratorVersion_GWTSample=4
/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_method_access=false
/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_nls_tags=false
/instance/org.eclipse.jdt.ui/sp_cleanup.always_use_this_for_non_static_field_access=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
@org.eclipse.team.ui=3.6.100.I20110525-0800
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=\r\n\r\n\r\n\r\n\r\n\r\n
/instance/org.eclipse.team.cvs.ui/pref_first_startup=false
/instance/org.eclipse.ui.ide/quickStart=false
/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_annotations=true
@org.eclipse.m2e.core=1.0.0.20110607-2117
\!/=
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/instance/org.eclipse.jdt.ui/sp_cleanup.add_generated_serial_version_id=false
/instance/org.eclipse.jdt.ui/sp_cleanup.use_this_for_non_static_field_access=false
/instance/org.eclipse.ui.ide/tipsAndTricks=true
/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_private_methods=true
/instance/org.eclipse.jdt.ui/sp_cleanup.make_private_fields_final=true
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
@org.eclipse.debug.ui=3.7.0.v20110518
/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
/instance/com.google.gdt.eclipse.suite/addedNewWizardActions1.2_org.eclipse.jst.j2ee.J2EEPerspective=com.google.gdt.eclipse.suite.wizards.newProjectWizard|com.google.gwt.eclipse.core.newModuleWizard|com.google.gwt.eclipse.core.newHostPageWizard|com.google.gwt.eclipse.core.newEntryPointWizard|com.google.gwt.eclipse.core.newClientBundleWizard|com.google.gwt.eclipse.core.newUiBinderWizard
/instance/org.eclipse.jdt.ui/sp_cleanup.make_parameters_final=false
@org.eclipse.ui.workbench=3.7.0.I20110519-0100
/instance/org.eclipse.jdt.ui/sp_cleanup.sort_members_all=false
/instance/org.eclipse.jdt.ui/sp_cleanup.remove_trailing_whitespaces_all=true
/instance/org.eclipse.mylyn.monitor.ui/org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
@com.google.gdt.eclipse.suite=2.4.0.r37v201108301710
/instance/org.eclipse.jdt.ui/sp_cleanup.convert_to_enhanced_for_loop=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.internal.ui.navigator.layout=2
/instance/org.eclipse.jdt.ui/sp_cleanup.format_source_code_changes_only=true
/instance/org.eclipse.jdt.ui/sp_cleanup.add_default_serial_version_id=true
/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override_annotations=true
/instance/com.google.gwt.eclipse.core/sdkSetXml=PHNka3MgZGVmYXVsdFNkaz0iR1dUIj4KCTxzZGsgbmFtZT0iR1dUIiBs

Re: GWT designer keeps hanging!! going mental

2011-09-08 Thread Eric Clayberg (Google)
We are still unable to reproduce this. I think we need to see a complete 
test case project as well as your Eclipse preferences.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_naTpT7uSQYJ.
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 designer keeps hanging!! going mental

2011-09-05 Thread Elhanan
i've narrowed down the cause!!! the issue is with the save action format 
source code,

to reproduce. 
create a sample gwt project with sample code.
open the entry point with gwt designer with configuration of Source code 
first and design later.
mark in prefrences->java->editor->save actions-> "preform the selection 
actions on save" =true
mark format source code  (btw aside from orgenize import  it can other 
custom save actions like, remove this qulifier, add final modifer didn't 
stop and check which ones exactly) 
try and place a button and click save.

wait till one of you dies..

i guess it kind makes sense, placing a button and pressing change   causes 
the source to change, but then eclipse jumps and re-order the source, so may 
be some sort of deadlock happens. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vUaRPzlWy-EJ.
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 designer keeps hanging!! going mental

2011-09-05 Thread Elhanan
i've narrowed down the cause!!! the issue is with the save action format 
source code,

to reproduce. 
create a sample gwt project with sample code.
open the entry point with gwt designer with configuration of Source code 
first and design later.
mark in prefrences->java->editor->save actions-> "preform the selection 
actions on save" =true
mark format source code  (btw aside from orgenize import  it can other 
custom save actions like, remove this qulifier, add final modifer didn't 
stop and check which ones exactly) 
try and place a button and click save.

wait till one of you dies..

i guess it kind makes sense, placing a button and pressing change   causes 
the source to change, but then eclipse jumps and re-order the source, so may 
be some sort of deadlock happens. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/2_C3N0soxn8J.
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 designer keeps hanging!! going mental

2011-09-05 Thread Eric Clayberg (Google)
Thanks for the thread dump, but it just raies more questions. There are a 
huge number of threads shown which seem to be hanging around for some 
unknown reason. The thread dump has no stack trace for any of them. 

Try running Eclipse from command line (or use eclipsec.exe), work a while 
with GWT Designer and then press Crtl+Break. This should produce a threads 
dump which you should send to us.

As we have been unable to reproduce this on any of our Windows 7 machines, 
it would also be useful to see an actual test case project (small 
and self-contained) that will reproduce this. Maybe this is something 
specific to the actual project or code you are working on.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SsKOXOfzOdMJ.
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.



  1   2   3   4   >