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 s

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
>>>  
>>> <https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
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
>>  
>> <https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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
> <https://groups.google.com/d/msgid/google-web-toolkit/1f61346d-1507-4f79-a26c-91e40655f2c7n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

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


GWT Designer

2023-10-27 Thread Sachin Bal
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/3364c6af-a68e-4d34-ab43-de130fded557n%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 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 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


 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 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: Revisiting Support for GWT Designer

2015-01-05 Thread Blake McBride
On Sat, Jan 3, 2015 at 12:58 PM, Jens jens.nehlme...@gmail.com wrote:

 A bit off topic, but:  The real value of GWT for me has been the ability
 to write browser apps without HTML, CSS, JavaScript, and Java (you know,
 spaghetti) - being able to use Java only.  As you start adding HTML and CSS
 to GWT apps  (the UI part), I question the whole value of GWT.


 The value of GWT is its tooling support because it can reuse tooling from
 the Java world. That is literally the only reason that really counts.

 GWT is a leaky abstraction and will always be. If you refuse to learn more
 about the platform you are programming apps for (the web and its
 technologies) then you are limiting yourself. Good luck writing a smooth
 mobile website/app with custom UI and corporate identity theme without
 knowing HTML/CSS and browser reflows.


It scares me that you believe that because of what it may mean about the
direction of GWT.  I hope a sufficient number think as I do.

While I agree that (to put it as negatively as I can, as you did) GWT is a
leaky abstraction that will always be, so too is HTML a lowest common
denominator, leaky abstraction over display technology.  The only reason
HTML has survived is because it is not controlled by any single commercial
enterprise - politics.  There is no display technology I've seen in 35
years worse than HTML.  It utterly requires never ending adjustments to
make it flexible.  It is trash.  The whole industry is turned on its head
trying to make something usable out of HTML.

GWT is the best attempt to make something decent out of HTML.

Although I have many, many years experience programming in C, I refuse to
learn the underlying machine instructions

Blake

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


GWT Designer xulrunner problem the 125th :-(

2015-01-04 Thread Magnus
Hi,

opening a UIBinder file in GWT Designer under Eclipse Luna produces the 
(well-known) error:

*Can't create SWT Browser.*

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.


I remember that I had to struggle with this one one or two years ago, and 
it worked and worked not sporadically. Someday it worked, but I never knew 
exactly why. It's annoying to me that it's going to start again from the 
beginning.

Isn't there a reliable and predictable solution to this problem?
Why does it come back over and over again?

Thanks
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: Revisiting Support for GWT Designer

2015-01-03 Thread Jens


 A bit off topic, but:  The real value of GWT for me has been the ability 
 to write browser apps without HTML, CSS, JavaScript, and Java (you know, 
 spaghetti) - being able to use Java only.  As you start adding HTML and CSS 
 to GWT apps  (the UI part), I question the whole value of GWT.


The value of GWT is its tooling support because it can reuse tooling from 
the Java world. That is literally the only reason that really counts. 

GWT is a leaky abstraction and will always be. If you refuse to learn more 
about the platform you are programming apps for (the web and its 
technologies) then you are limiting yourself. Good luck writing a smooth 
mobile website/app with custom UI and corporate identity theme without 
knowing HTML/CSS and browser reflows.

But yes that is off topic.

-- 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: Revisiting Support for GWT Designer

2015-01-03 Thread Blake McBride
A bit off topic, but:  The real value of GWT for me has been the ability to
write browser apps without HTML, CSS, JavaScript, and Java (you know,
spaghetti) - being able to use Java only.  As you start adding HTML and CSS
to GWT apps  (the UI part), I question the whole value of GWT.  In that
case, what is the difference between using GWT with HTML/CSS vs. something
like Angular.js?

I think the big payoff with GWT is the one language and magic integration
between front and back ends.  This is big.  Being able to add HTML/CSS on
one-off, special cases is cool too.  Pushing towards more HTML/CSS is
totally missing the point.  For those of us not pretty well with HTML +
CSS in general, the appeal of GWT could be lost.

GWT Designer was extremely nice, again, for those of us not pretty well
with HTML + CSS in general.

Blake



On Fri, Jan 2, 2015 at 7:12 PM, Jens jens.nehlme...@gmail.com wrote:

 Probably the wrong forum since GWT Designer was never managed by the GWT
 team itself at Google. Making it a community project on Github is probably
 the best bet to keep it alive.

 Generally I think UI designers can make code unreadable if you don't go
 the extra mile and give all elements a name, otherwise your variables often
 end up button1, button2, button3 in code. You also have to switch often
 between mouse to place components and keyboard to further adjust
 properties. Maybe GWT designer is better at these points but personally I
 always had the feeling I wasn't really slower without a UI designer.

 In GWT you mostly use a HTMLPanel as root with normal HTML inside and with
 some other widgets here and there. So an alternative to GWT designer would
 be to just use any HTML editor (or even the browser itself, like Chrome
 workspaces) to create the HTML + CSS part of your UI. Then you copy it into
 your UiBinder file, making the root element a HTMLPanel and replace input
 elements and such with their corresponding GWT widget. Sure you still need
 to write the Java part of your UiBinder file but at least you can create
 the UI design mostly visual in your HTML editing tool of choice.

 Personally I never used GWT designer and I am not feeling slow at writing
 UI layouts directly in UiBinder. On the other hand I am pretty well with
 HTML + CSS in general so it might be different if I would not have that
 knowledge.

 Maybe you just give raw UiBinder or any other HTML authoring tool a try.

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


-- 
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: Revisiting Support for GWT Designer

2015-01-03 Thread Vassilis Virvilis
For me GWT brings sanity in an insane platform.

By sanity I mean mostly static typing. Javascript, css and html are
extremely fragile in typos and therefore refactorings. Since I am not that
smart to figure out the correct interfaces with the first (or even the
second) pass the refactoring is the only thing that is sure that will
happen. So when I am changing method signatures, or lass hierarchies it is
a very good thing that the compiler (or the IDE) will tell me that you
can't do that because you have 26 internal clients of that method. With
pure javascript I would have the options of grep or just don't touch the
code anymore.

The same goes with css. I am willing to pay the price (almost any price
actually) in order to know from the compiler where each css class
definition is used - never mind the obfuscation (think namespacing) - never
mind the the variable substitution that pure CSS lacks, are extremely nice
features.

The same goes for HTML. UIBinder is the killer feature not the GWT designer
- you can't really program without knowing the platform. At some point you
will need to understand it. The only question is if you are going to have
tools to help you do that or you are going to have everything in your mind
for ever (in case you need to revisit code 3 months later)  playing the
role of a compiler or static type checker.

Therefore GWT has great value for me. It would be nice if GWT was the
equivalent of Qt for the web but it isn't.

If you just accept the insane fact that the javascript is the new assembly
and the resistance is futile you may come into terms with the ugly truth.

  Vassilis

On Sat, Jan 3, 2015 at 8:58 PM, Jens jens.nehlme...@gmail.com wrote:

 A bit off topic, but:  The real value of GWT for me has been the ability
 to write browser apps without HTML, CSS, JavaScript, and Java (you know,
 spaghetti) - being able to use Java only.  As you start adding HTML and CSS
 to GWT apps  (the UI part), I question the whole value of GWT.


 The value of GWT is its tooling support because it can reuse tooling from
 the Java world. That is literally the only reason that really counts.

 GWT is a leaky abstraction and will always be. If you refuse to learn more
 about the platform you are programming apps for (the web and its
 technologies) then you are limiting yourself. Good luck writing a smooth
 mobile website/app with custom UI and corporate identity theme without
 knowing HTML/CSS and browser reflows.

 But yes that is off topic.

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




-- 
Vassilis Virvilis

-- 
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: Revisiting Support for GWT Designer

2015-01-02 Thread Jens
Probably the wrong forum since GWT Designer was never managed by the GWT 
team itself at Google. Making it a community project on Github is probably 
the best bet to keep it alive.

Generally I think UI designers can make code unreadable if you don't go the 
extra mile and give all elements a name, otherwise your variables often end 
up button1, button2, button3 in code. You also have to switch often between 
mouse to place components and keyboard to further adjust properties. Maybe 
GWT designer is better at these points but personally I always had the 
feeling I wasn't really slower without a UI designer.

In GWT you mostly use a HTMLPanel as root with normal HTML inside and with 
some other widgets here and there. So an alternative to GWT designer would 
be to just use any HTML editor (or even the browser itself, like Chrome 
workspaces) to create the HTML + CSS part of your UI. Then you copy it into 
your UiBinder file, making the root element a HTMLPanel and replace input 
elements and such with their corresponding GWT widget. Sure you still need 
to write the Java part of your UiBinder file but at least you can create 
the UI design mostly visual in your HTML editing tool of choice.

Personally I never used GWT designer and I am not feeling slow at writing 
UI layouts directly in UiBinder. On the other hand I am pretty well with 
HTML + CSS in general so it might be different if I would not have that 
knowledge. 

Maybe you just give raw UiBinder or any other HTML authoring tool a try.

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


Revisiting Support for GWT Designer

2015-01-02 Thread Lenny Grover
Is there any possibility that support for GWT Designer will be revisited in 
future versions?  For complex UIs/layouts, being able to use a graphical 
RAD tool makes the initial development process much easier/faster.  We are 
currently using GWT 2.6.1 for one of our projects, and would like to 
migrate to future versions (including 2.7.0).  However, the lack of support 
for GWT Designer is causing us to hesitate.

Looking through earlier threads ( 
https://groups.google.com/forum/#!search/gwt$20designer$20linux/google-plugin-eclipse/gWcCq0xenbk/8j0ZFlmgku8J
 ), 
it appears as if the initial open source repository for GWT Designer did 
not even build (as it was dependent on internal Google libraries/tools) and 
that maintaining support for Linux window managers was the primary pain 
point holding up development on GWT Designer.  Would it be possible to at 
least get a working version for Eclipse on Windows?

Somebody had mentioned setting up a crowdfunding campaign for GWT Designer, 
but it does not look like anything materialized.  Would any of the original 
GWT Designer developers be open to setting up such a crowdfunding campaign? 
 What would be the ongoing budget need to be?

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


GWT Designer issue

2014-03-27 Thread virendra
Hi,
 
please help , i am not able to open java file in GWT designer.
 
 Internal Error 

encountered unexpected internal error. 

This could be caused by a bug or by a misconfiguration issue, conflict, 
partial update, etc.

java.lang.NoSuchMethodError: 
com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(Lcom/google/gwt/core/ext/TreeLogger;Ljava/lang/String;Z)Lcom/google/gwt/dev/cfg/ModuleDef;

 *Show stack trace.* javascript:toggleVisibleAll(); 
*Hide stack trace.* javascript:toggleVisibleAll(); 
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.
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.


GWT Designer Freezes when dragging and dropping the components onto pallete

2014-02-03 Thread james0072
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.


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 jamesty...@gmail.com
Sender: google-web-toolkit@googlegroups.com
Date: Mon, 3 Feb 2014 14:08:09 
To: google-web-toolkit@googlegroups.com
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: using cusrtom classes in GWT designer

2014-01-07 Thread Thomas Broyer


On Monday, January 6, 2014 6:24:05 PM UTC+1, Magnus wrote:

 Hi Thomas,

 ok, but what about that general rule that you shouldn't extend existing 
 widgets but rather compose/wrap them within Composite or IsWidget?
 This sounds interesting to me...


It's just the good old favor composition over inheritance 
rule: https://www.google.fr/search?q=favor+composition+over+inheritance

-- 
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: using cusrtom classes in GWT designer

2014-01-06 Thread Magnus
Hi Thomas,

ok, but what about that general rule that you shouldn't extend existing 
widgets but rather compose/wrap them within Composite or IsWidget?
This sounds interesting to me...

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/groups/opt_out.


Re: using cusrtom classes in GWT designer

2014-01-05 Thread Thomas Broyer


On Sunday, January 5, 2014 2:31:45 AM UTC+1, Magnus wrote:

 Hi Thomas!


 Since this seems more like a WindowBuilder question than a specific GWT 
 Designer question, I would recommend asking at the Eclipse forums linked 
 above.


 Actually, no. The error comes from UiBinder and more precisely the custom 
 parser for DockLayoutPanel.


 Ok, so it's definitely an error? Not a wanted behavior that I do not know?
  

 Generally speaking, you shouldn't extend existing widgets but rather 
 compose/wrap them within Composite or IsWidget.


 Why?

 Besides Portal I also have a subclass ListPortal and several subclasses, 
 e. g. GameListPortal, AnnouncementListPortal, etc...

 What would be a reason that the GUI tool makes requirements on the class 
 hierarchy? I would expect such a tool to take my classes as some subclasses 
 of some base class, e. g. UIObject. Why does the tool care about the 
 intermediate classes?


UiBinder has a custom element parser for DockLayoutPanel, and that parser 
mandates a unit= attribute and unconditionally instantiate the class with 
its constructor taking a Unit. It doesn't look for subclasses (except for 
special-casing SplitLayoutPanel) and whether they have such a constructor.

Feel free to propose a patch.

-- 
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: using cusrtom classes in GWT designer

2014-01-04 Thread Magnus
Hi Thomas!

Since this seems more like a WindowBuilder question than a specific GWT 
 Designer question, I would recommend asking at the Eclipse forums linked 
 above.


 Actually, no. The error comes from UiBinder and more precisely the custom 
 parser for DockLayoutPanel.


Ok, so it's definitely an error? Not a wanted behavior that I do not know?
 

 Generally speaking, you shouldn't extend existing widgets but rather 
 compose/wrap them within Composite or IsWidget.


Why?

Besides Portal I also have a subclass ListPortal and several subclasses, e. 
g. GameListPortal, AnnouncementListPortal, etc...

What would be a reason that the GUI tool makes requirements on the class 
hierarchy? I would expect such a tool to take my classes as some subclasses 
of some base class, e. g. UIBinder. Why does the tool care about the 
intermediate classes?

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/groups/opt_out.


Re: using cusrtom classes in GWT designer

2014-01-04 Thread Magnus
Hi Thomas!


Since this seems more like a WindowBuilder question than a specific GWT 
 Designer question, I would recommend asking at the Eclipse forums linked 
 above.


 Actually, no. The error comes from UiBinder and more precisely the custom 
 parser for DockLayoutPanel.


Ok, so it's definitely an error? Not a wanted behavior that I do not know?
 

 Generally speaking, you shouldn't extend existing widgets but rather 
 compose/wrap them within Composite or IsWidget.


Why?

Besides Portal I also have a subclass ListPortal and several subclasses, e. 
g. GameListPortal, AnnouncementListPortal, etc...

What would be a reason that the GUI tool makes requirements on the class 
hierarchy? I would expect such a tool to take my classes as some subclasses 
of some base class, e. g. UIObject. Why does the tool care about the 
intermediate classes?

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/groups/opt_out.


Re: using cusrtom classes in GWT designer

2014-01-03 Thread Michael Prentice
You may be able to get some help with this from the WindowBuilder team at 
Eclipse 
here: 
http://www.eclipse.org/forums/index.php?t=threadfrm_id=214S=7625d8ab46b00e13497393e863841f04

Otherwise, the GWT Designer is currently managed by the GPE team 
(https://groups.google.com/forum/#!forum/google-plugin-eclipse) and there 
is an old, inactive bug tracker for it 
here: https://code.google.com/p/gwt-designer/issues/list

Since this seems more like a WindowBuilder question than a specific GWT 
Designer question, I would recommend asking at the Eclipse forums linked 
above.

Michael Prentice
GDG Space Coast

On Friday, January 3, 2014 1:15:07 AM UTC-5, Magnus wrote:

 Hi,

 I would like to use a custom class in GWT designer:

 class Portal extends DockLayoutPanel
 {
  public Portal
  {
   super (Unit.PX);
  }
  ...
 }

 When adding this to a SpltLayoutPanel in GWT designer the parser complains 
 about a missing Portal (Unit) constructor. When I add this constructor, the 
 parser keeps quiet.

 Why can't I hide the super class / the decision which unit to use?

 Thanks
 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/groups/opt_out.


Re: using cusrtom classes in GWT designer

2014-01-03 Thread Thomas Broyer


On Friday, January 3, 2014 10:08:25 PM UTC+1, Michael Prentice wrote:

 You may be able to get some help with this from the WindowBuilder team at 
 Eclipse here: 
 http://www.eclipse.org/forums/index.php?t=threadfrm_id=214S=7625d8ab46b00e13497393e863841f04

 Otherwise, the GWT Designer is currently managed by the GPE team (
 https://groups.google.com/forum/#!forum/google-plugin-eclipse) and there 
 is an old, inactive bug tracker for it here: 
 https://code.google.com/p/gwt-designer/issues/list

 Since this seems more like a WindowBuilder question than a specific GWT 
 Designer question, I would recommend asking at the Eclipse forums linked 
 above.


Actually, no. The error comes from UiBinder and more precisely the custom 
parser for DockLayoutPanel.

Generally speaking, you shouldn't extend existing widgets but rather 
compose/wrap them within Composite or IsWidget.

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


using cusrtom classes in GWT designer

2014-01-02 Thread Magnus
Hi,

I would like to use a custom class in GWT designer:

class Portal extends DockLayoutPanel
{
 public Portal
 {
  super (Unit.PX);
 }
 ...
}

When adding this to a SpltLayoutPanel in GWT designer the parser complains 
about a missing Portal (Unit) constructor. When I add this constructor, the 
parser keeps quiet.

Why can't I hide the super class / the decision which unit to use?

Thanks
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/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: Eclipse with GWT Designer Problem

2013-10-10 Thread Thomas Broyer
The Google Plugin for Eclipse has its own Google 
Group: https://groups.google.com/d/forum/google-plugin-eclipse
(and note that the first message there tells you to use StackOverflow for 
support)

On Thursday, October 10, 2013 6:50:15 AM UTC+2, ప్రభు కుమార్ wrote:


 Hi ,
  I am using eclipse indigo,ubuntu and GWT 2.4.
 
 problem:
   If i open the Gwt page in gwtDesigner then the eclipse will exit 
 and generate one log file. I have attached that log file.
   same eclipse is working in another system with same ubuntu but 
 not working in our system.
   Please give me any suggestion to overcome the 
 problem.

  Thank you.


-- 
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: Where i may to download update site archive for GWT Designer?

2013-09-10 Thread John Murphy
That page gives an XML error on all the P2 sites.

More to the point, I am trying to get the full version of GWT Designer as I 
have installed the lightweight version that comes with the Eclipse PDE. 
That version gives no access to the GWT Designer wizard that I want. Where 
is the GWT Designer full version to be found?



On Monday, November 21, 2011 2:40:10 PM UTC-8, Eric Clayberg (Google) wrote:

 Try these:

 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 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: Where i may to download update site archive for GWT Designer?

2013-09-10 Thread Michael Prentice
http://dl.google.com/eclipse/plugin/4.2
http://dl.google.com/eclipse/plugin/4.3

On Tuesday, September 10, 2013 3:53:31 PM UTC-4, John Murphy wrote:

 That page gives an XML error on all the P2 sites.

 More to the point, I am trying to get the full version of GWT Designer as 
 I have installed the lightweight version that comes with the Eclipse PDE. 
 That version gives no access to the GWT Designer wizard that I want. Where 
 is the GWT Designer full version to be found?



 On Monday, November 21, 2011 2:40:10 PM UTC-8, Eric Clayberg (Google) 
 wrote:

 Try these:

 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 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=2q=GWT+Designer+Ubuntusort=-starscolspec=ID+Type+Status+Priority+Milestone+Owner+Summary+Starscells=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.




GWT Designer

2013-06-16 Thread Niraj Salot


I need your opinion based on your experience working with Large Scale GWT 
Based Application.

The question is :

is GWT Designer Right tool for Big GWT Application where they are cool CSS 
and Dynamics Widgets are created? Can the designer (Not having much 
Knowledge of Java) use that tool to create layouts of GWT Application?

OR we should go with an approach where they provide HTML + CSS and using 
UiBinder HTMLPanel approach we utilize their Design and our Java Skills to 
achieve the required results.

Thanks in Advance.

Regards, Niraj.

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




GWT designer in Eclipse Juno

2013-04-05 Thread Rallou Perroti
Hey everybody. I'm having a problem creating a new GWT User Interface with 
window builder in Eclipse Juno. I followed the installation instructions 
and still  get a popup window that says I've got to load additional 
WindowBuilder toolkits everytime I try to create a new project. I click 
finish to install the toolikit as it suggests, and it shows the tools I've 
already successfully downloaded and a Google Plugin for Eclipse 3.7. Am I 
missing something? I didn't encounter any issues during the installation, 
and everything is up to date, so what is it? 

-- 
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: problem with gwt designer in myeclipse for spring 10.6

2013-03-20 Thread Sh Darambazar
me too the same problem. Please help me
my ubuntu is 12.10
java when 
java -version
java version 1.7.0_15
OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10.1)
OpenJDK Server VM (build 23.7-b01, mixed mod
and oracle java the same error.


On Saturday, March 9, 2013 7:07:53 AM UTC+8, Mansouri Brahim wrote:

 hello
 when i create new gwt project i can't see the design of my apps and 
 myeclipse  give me that eror so some one can help please??
 Could not open the editor: The editor class could not be instantiated. 
 This usually indicates a missing no-arg constructor or that the editor's 
 class name was mistyped in plugin.xml.

 and
 java.lang.ClassNotFoundException: 
 org.eclipse.wb.internal.core.editor.multi.DesignerEditor
 at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
 at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
 at 
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
 at 
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
 at 
 org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)
 at 
 org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
 at 
 org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)
 at 
 org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
 at 
 org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
 at 
 org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
 at 
 org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
 at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:268)
 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
 at 
 org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:264)
 at 
 org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
 at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:875)
 at 
 org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
 at 
 org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
 at 
 org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
 at 
 org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
 at 
 org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)
 at 
 org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)
 at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2842)
 at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2793)
 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
 at 
 org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)
 at 
 org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)
 at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:331)
 at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:179)
 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:4165)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
 at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
 at 
 org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
 at 
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
 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(EclipseAppLauncher.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:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at 

Can't get through the GWT Designer quick start guide

2013-03-18 Thread o . vandermeer
Hi,

I try to use the GWT Designer and tried starting with the quick start guide 
(gwtdesigner 
quick_starthttps://developers.google.com/web-toolkit/tools/gwtdesigner/quick_start),
 
but can't get through it.

At step 1: I have installed a new Eclipse environment and installed the 
Google Plugin for Eclipse. I have selected all 6 plugins.

At step 2: (*Install the latest GWT Designer build*) you can see 
installation instructions about how to install a plugin in eclipse, but not 
were you can find the GWT Designer. I think I have found it and installed 
the GWT Designer.

I think step 1 and 2 are successfully done. 

At step 3: *If you have installed the GWT 
SDKhttps://developers.google.com/web-toolkit/download?hl=nl-NL, 
you need to specify the path to your GWT installation 
directoryhttps://developers.google.com/web-toolkit/tools/gwtdesigner/preferences/gwt/index?hl=nl-NL
.*.  I don't know were I can found the GWT installation directory. Where 
van I find that?

At step 4 :  *Create a new GWT project using the 
GPEhttps://developers.google.com/eclipse/docs/creating_new_webapp?hl=nl-NLor 
the GWT Designer GWT/Java 
project 
wizardhttps://developers.google.com/web-toolkit/tools/gwtdesigner/wizards/gwt/project?hl=nl-NL.
 
*I want to create a GWT project with the GWT Designer but I can't find  the 
menu options shown there. The image shows the menu items I have got now.

Please help me starting GWT, Thanks


https://lh6.googleusercontent.com/-b_baoawuQYw/UUNCA38zVjI/AAU/FfA5Ivvj9-Q/s1600/menu.jpg

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




Can't get through the GWT Designer quick start

2013-03-18 Thread o . vandermeer
Hi,

I try to use the GWT Designer and tried starting with the quick start guid, 
but can't get through it.

At step 1: I have installed a new/fresh installation of Eclipse and 
installed all 6 available plugins using 'install new software' in Eclipse. 

At step 2 (*Install the latest GWT Designer build*) you can see 
installation instructions about how to install a plugin in eclipse, but not 
were you can find the GWT Designer. I think I have found it and installed 
the GWT Designer.

I think step 1 and 2 are done successfully.

At step 3: *If you have installed the GWT 
SDKhttps://developers.google.com/web-toolkit/download?hl=nl-NL, 
you need to specify the path to your GWT installation 
directoryhttps://developers.google.com/web-toolkit/tools/gwtdesigner/preferences/gwt/index?hl=nl-NL
.*.  I don't know were I can found the GWT installation directory. Where 
can I find taht one?

At step 4 :  *Create a new GWT project using the 
GPEhttps://developers.google.com/eclipse/docs/creating_new_webapp?hl=nl-NLor 
the GWT Designer GWT/Java 
project 
wizardhttps://developers.google.com/web-toolkit/tools/gwtdesigner/wizards/gwt/project?hl=nl-NL.
 
*I want to create a GWT project with the GWT Designer but I can't find  the 
menu options shown there. The image shows the menu items I have got now.

Please help me starting GWT, Thanks


https://lh6.googleusercontent.com/-b_baoawuQYw/UUNCA38zVjI/AAU/FfA5Ivvj9-Q/s1600/menu.jpg

-- 
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: Can't get through the GWT Designer quick start

2013-03-18 Thread Michael Prentice
When you install the GPE with GWT, your SDK dir will be something like this:

eclipse install 
direclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.5.0.v201212122042-rel-r42\gwt-2.5.0

You should have selected to install the GWT Designer when you installed the 
GPE from here: https://developers.google.com/eclipse/docs/getting_started

There is an old out of date GWT Designer update page 
here: https://developers.google.com/web-toolkit/tools/download-gwtdesigner 
but you should be using the update sites from the above link rather than 
this one.

Selecting 'Web Application Project' from that list should get you the 
wizard to create your project. Then you should have something that you can 
use GWT Designer on.



On Monday, March 18, 2013 4:10:29 AM UTC-4, o.vand...@xso.nl wrote:

 Hi,

 I try to use the GWT Designer and tried starting with the quick start 
 guid, but can't get through it.

 At step 1: I have installed a new/fresh installation of Eclipse and 
 installed all 6 available plugins using 'install new software' in Eclipse. 

 At step 2 (*Install the latest GWT Designer build*) you can see 
 installation instructions about how to install a plugin in eclipse, but not 
 were you can find the GWT Designer. I think I have found it and installed 
 the GWT Designer.

 I think step 1 and 2 are done successfully.

 At step 3: *If you have installed the GWT 
 SDKhttps://developers.google.com/web-toolkit/download?hl=nl-NL, 
 you need to specify the path to your GWT installation 
 directoryhttps://developers.google.com/web-toolkit/tools/gwtdesigner/preferences/gwt/index?hl=nl-NL
 .*.  I don't know were I can found the GWT installation directory. Where 
 can I find taht one?

 At step 4 :  *Create a new GWT project using the 
 GPEhttps://developers.google.com/eclipse/docs/creating_new_webapp?hl=nl-NLor
  the GWT Designer GWT/Java 
 project 
 wizardhttps://developers.google.com/web-toolkit/tools/gwtdesigner/wizards/gwt/project?hl=nl-NL.
  
 *I want to create a GWT project with the GWT Designer but I can't find  
 the menu options shown there. The image shows the menu items I have got now.

 Please help me starting GWT, Thanks



 https://lh6.googleusercontent.com/-b_baoawuQYw/UUNCA38zVjI/AAU/FfA5Ivvj9-Q/s1600/menu.jpg


-- 
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: Can't get through the GWT Designer quick start

2013-03-18 Thread Michael Prentice
I took a look at the GWT Designer Quick Start Guide 
here: https://developers.google.com/web-toolkit/tools/gwtdesigner/quick_start

And it is quite out of date. It has links and instructions for Eclipse 3.5 
and 3.6. Also the screenshots on the linked pages are no longer accurate.

There is a much more helpful presentation video here at Google I/O 2011 by 
Eric 
Clayberg: 
http://www.youtube.com/watch?v=kV5H3rGfqOElist=PL054F0C97D9D7706Bindex=12


On Monday, March 18, 2013 10:29:24 AM UTC-4, Michael Prentice wrote:

 When you install the GPE with GWT, your SDK dir will be something like 
 this:

 eclipse install 
 direclipse\plugins\com.google.gwt.eclipse.sdkbundle_2.5.0.v201212122042-rel-r42\gwt-2.5.0

 You should have selected to install the GWT Designer when you installed 
 the GPE from here: 
 https://developers.google.com/eclipse/docs/getting_started

 There is an old out of date GWT Designer update page here: 
 https://developers.google.com/web-toolkit/tools/download-gwtdesigner but 
 you should be using the update sites from the above link rather than this 
 one.

 Selecting 'Web Application Project' from that list should get you the 
 wizard to create your project. Then you should have something that you can 
 use GWT Designer on.



 On Monday, March 18, 2013 4:10:29 AM UTC-4, o.vand...@xso.nl wrote:

 Hi,

 I try to use the GWT Designer and tried starting with the quick start 
 guid, but can't get through it.

 At step 1: I have installed a new/fresh installation of Eclipse and 
 installed all 6 available plugins using 'install new software' in Eclipse. 

 At step 2 (*Install the latest GWT Designer build*) you can see 
 installation instructions about how to install a plugin in eclipse, but not 
 were you can find the GWT Designer. I think I have found it and installed 
 the GWT Designer.

 I think step 1 and 2 are done successfully.

 At step 3: *If you have installed the GWT 
 SDKhttps://developers.google.com/web-toolkit/download?hl=nl-NL, 
 you need to specify the path to your GWT installation 
 directoryhttps://developers.google.com/web-toolkit/tools/gwtdesigner/preferences/gwt/index?hl=nl-NL
 .*.  I don't know were I can found the GWT installation directory. Where 
 can I find taht one?

 At step 4 :  *Create a new GWT project using the 
 GPEhttps://developers.google.com/eclipse/docs/creating_new_webapp?hl=nl-NLor
  the GWT Designer GWT/Java 
 project 
 wizardhttps://developers.google.com/web-toolkit/tools/gwtdesigner/wizards/gwt/project?hl=nl-NL.
  
 *I want to create a GWT project with the GWT Designer but I can't find  
 the menu options shown there. The image shows the menu items I have got now.

 Please help me starting GWT, Thanks



 https://lh6.googleusercontent.com/-b_baoawuQYw/UUNCA38zVjI/AAU/FfA5Ivvj9-Q/s1600/menu.jpg



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




GWT Designer and Canvas

2013-03-10 Thread humdiddlydum
Hi folks,

I'm having trouble getting a CanvasElement based widget working within GWT 
Designer.

Specifically, how do I ensure my Widget repaints itself when it is resized 
within the GWT Designer interface?

http://pastebin.com/e0ugwW3s

Above seems to work fine, until the widget is resized, at which point the 
canvas is erased and that's the end of it.  I've tried, in order of sanity:

1) Implementing RequiresResize- onResize isn't called.
2) Overriding setSize, setWidth and setHeight manually - not called.
3) Set up a Timer to forcefully repaint - GWT Designer doesn't fire 
repeated timer events.

Is there something I'm missing, or is it just not possible to use Canvas in 
GWT Designer at the moment?

Cheers,

Matt

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




Issue related to GWT Designer

2013-03-10 Thread bkumaarr
I have customize Linux Helios 6.3 OS, and I am working on GWT application, 
but the GWT Designer is not coming up on Linux. 
But earlier I had  Linux Helios 6.0 OS on which the GWT Designer was coming 
up.

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




problem with gwt designer in myeclipse for spring 10.6

2013-03-10 Thread Mansouri Brahim
hello
when i create new gwt project i can't see the design of my apps and 
myeclipse  give me that eror so some one can help please??
Could not open the editor: The editor class could not be instantiated. This 
usually indicates a missing no-arg constructor or that the editor's class 
name was mistyped in plugin.xml.

and
java.lang.ClassNotFoundException: 
org.eclipse.wb.internal.core.editor.multi.DesignerEditor
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
at 
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at 
org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)
at 
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)
at 
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
at 
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at 
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:268)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at 
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:264)
at 
org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:875)
at 
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
at 
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at 
org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
at 
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)
at 
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2842)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2793)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:331)
at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:179)
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:4165)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
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(EclipseAppLauncher.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: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:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

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

Re: Unable to open GWT designer in

2013-02-28 Thread Liam McGregor
Encountered this today win7x64, cleared out the \.metadata\.plugins *gwt 
folders in my workspace, reloaded eclipse and the designer worked. It must 
have been holding on to old settings.

On Wednesday, 26 January 2011 05:14:54 UTC, Rao Venu wrote:

 Hi 

 I am trying to open an entry point module file in the design view as 
 per 
 http://code.google.com/webtoolkit/tools/gwtdesigner/quick_start.html 

 However, I am getting the following message 
 64-bit Windows is not supported for this version of GWT. Please use 
 32-bit Eclipse and a 32-bit Java VM. 

 Is there a workaround to this problem? Apart from installing on a 
 32bit environment? 

 Thanks 
 -Venu 

 My environment : Windows 7 Ultimate 64 bit with Springsource ToolSuite 
 2.5.1, GWT 2.1 




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

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.




GWT Designer, throws exception if parent constructor missing call to initWidget

2013-02-14 Thread Sam


https://lh3.googleusercontent.com/-vPKFVLSWeQo/URzFXsUUe7I/AEc/0znePWqow5Y/s1600/installed.png
GWTDesigner will not open a class in design view if its parent components 
constructor does not call initWidget, it chokes with that all too familiar 
this UIObject's element is not set  I need to make this call in the 
child and not the parent. 

public abstract class A extends composite {
public A() {
 // no initWidget call
}
...

public class B extends A {
MyCustomPanel panel
public B() {
...
initWidget(panel); 

Wasn't able to move the image to the bottom

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.



Default Bounds for Custom Panel in GWT Designer

2013-01-16 Thread jhartmann
I'm not sure if this has been covered before, but I was wondering if there 
is some way to add support for a custom panel width having other then the 
default bounds.  My custom widget is direct descendant of HTMLPanel, and 
has some custom css to center the contained components vertically and 
horizontally.  Functional it works fine, but since the default bounds are 
450px by 300px most of my widgets are getting clipped in the designer.  I 
would like the widget to not have the default size applied, but would like 
to choose a larger one so I can edit the contained widgets inside the 
designer.  I am basically setting this widget as the top level widget in my 
composites that need centered, and have a single composite that wraps a 
whole 'page' of functionality.  I would really like this to show up 
properly in the designer.  I'm willing to write a plugin java code if that 
is necessary, a pointer in the general direction would be save me some time 
so I thought I would reach out to the group.

-Jeff

-- 
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/-/1ssplYcKwy8J.
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.



Problems with Windows 8, JDK 7, GWT 2.5 and GWT Designer, Eclipse 3.7, and Tomcat 6. Do NOT use JDK 7.

2013-01-05 Thread colin
Happy New Year, everyone. 

I bought a Samsung ultrabook this Thanksgiving.  Downloaded and installed 
this toolset (all 64-bit), and started doing some new code development.  I 
run the code all in Eclipse up to last night.

Then I run into issues when I tried to build the war and run it in Tomcat.

First the GWT compile never completes.  It hangs on Compiling 6 
permutations.  Then Tomcat won't start.  It hangs at the very beginning 
try to initialize SSL engine.  If I change the server.xml to not use SSL, 
it complains about not able to open the sockets on various ports.

After spending many hours last night trying to figure out whether Windows 8 
has some services using these ports without success, I finally give up. 
 Uninstalled JDK7 and installed JDK 6.   Both problems are resolved.  

I don't know if the JDK problem is with the Windows 8 platform only.  I 
have seen others saying they can compile GWT 2.5 and run Tomcat 6 with JDK 
7, while others saying not.  So just want to share this with the group, in 
case you run into the same problem.

Colin

-- 
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/-/S6oobZh8pZ8J.
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: Problems with Windows 8, JDK 7, GWT 2.5 and GWT Designer, Eclipse 3.7, and Tomcat 6. Do NOT use JDK 7.

2013-01-05 Thread Giuseppe La Scaleia
The problem is winzoz. 
Regards

Inviato da iPhone

Il giorno 05/gen/2013, alle ore 14:52, colin colinzhao...@yahoo.com ha 
scritto:

 Happy New Year, everyone. 
 
 I bought a Samsung ultrabook this Thanksgiving.  Downloaded and installed 
 this toolset (all 64-bit), and started doing some new code development.  I 
 run the code all in Eclipse up to last night.
 
 Then I run into issues when I tried to build the war and run it in Tomcat.
 
 First the GWT compile never completes.  It hangs on Compiling 6 
 permutations.  Then Tomcat won't start.  It hangs at the very beginning try 
 to initialize SSL engine.  If I change the server.xml to not use SSL, it 
 complains about not able to open the sockets on various ports.
 
 After spending many hours last night trying to figure out whether Windows 8 
 has some services using these ports without success, I finally give up.  
 Uninstalled JDK7 and installed JDK 6.   Both problems are resolved.  
 
 I don't know if the JDK problem is with the Windows 8 platform only.  I have 
 seen others saying they can compile GWT 2.5 and run Tomcat 6 with JDK 7, 
 while others saying not.  So just want to share this with the group, in case 
 you run into the same problem.
 
 Colin
 -- 
 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/-/S6oobZh8pZ8J.
 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: Unable to open GWT designer.

2013-01-04 Thread মোহাম্মদ ইশফাক জাহান রাফি
I have the same problem too. Does GWT designer support eclipse 4.2? it 
doesn't seem that way.

On Tuesday, September 18, 2012 8:18:38 AM UTC+6, Aman Sharma wrote:

 I have Eclipse Juno with Google Plugin,GWT designer,Windows builder,google 
 app engine sdk,GWT sdk installed. My problem is that  I am not able to use 
 GWT designer. Whenever I try to open entrypoint class with GWT designer in 
 design view it reports an error that   not able to parse web.xml. So what 
 should I do to make it work?

-- 
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/-/LJ22hHTF39oJ.
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: Unable to open GWT designer.

2013-01-04 Thread Thad
Designer has been broken for some time now: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=7492

Though I've seen folks asking after it, I've heard nothing about when (or 
if) it will be fixed.

On Monday, September 17, 2012 10:18:38 PM UTC-4, Aman Sharma wrote:

 I have Eclipse Juno with Google Plugin,GWT designer,Windows builder,google 
 app engine sdk,GWT sdk installed. My problem is that  I am not able to use 
 GWT designer. Whenever I try to open entrypoint class with GWT designer in 
 design view it reports an error that   not able to parse web.xml. So what 
 should I do to make it work?

-- 
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/-/aXp3DYXdbZwJ.
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.



GWT Designer - Could not load SWT library

2012-12-15 Thread Magnus
Hi,

when trying to open a UIBinder file in design view, it fails and I get 
this error in eclipse error log:

Internal browser is not available: No more handles 
 [MOZILLA_FIVE_HOME='/usr/lib/iceweasel'] (java.lang.UnsatisfiedLinkError: 
 Could not load SWT library. Reasons:

/home/wagner/.eclipse/org.eclipse.platform_4.2.0_1473617060/configuration/org.eclipse.osgi/bundles/1126/1/.cp/libswt-mozilla-gtk-4234.so:
 
libxpcom.so: cannot open shared object file: No such file or directory

no swt-mozilla-gtk in java.library.path

/home/wagner/.swt/lib/linux/x86_64/libswt-mozilla-gtk-4234.so: libxpcom.so: 
cannot open shared object file: No such file or directory

Can't load library: /home/wagner/.swt/lib/linux/x86_64/libswt-mozilla-gtk.so

)


I found the missing file libxpcom.so multiple times:

$ locate libxpcom.so
/usr/lib/iceape/libxpcom.so
/usr/lib/icedove/libxpcom.so
/usr/lib/iceowl/libxpcom.so
/usr/lib/xulrunner-1.9.1/libxpcom.so
/usr/lib/xulrunner-devel-1.9.1/sdk/lib/libxpcom.so
/usr/lib32/xulrunner/libxpcom.so

I tried some workarounds found on the net, e. g. modifying the shell 
variables MOZILLA_FIVE_HOME and LD_LIBRARY_PATH, but without success.

How can I tell eclipse where to find the file?

Thanks
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/-/uvREj9-v7KkJ.
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.



GWT Designer - how to center a Grid within a TabLayoutPanel?

2012-12-12 Thread Magnus
Hi,

I would like to create a UIBinder-Class with GUI Designer.

There should be a TabLayoutPanel, and within each tab there should be a 
list von attribute/value pairs.
The list of attribute/value pairs is a Grid: There is one row for each 
pair, containing two cells. The left cell contains the attribute name and 
the right cell contains the value.

I would like the grid to be somehow centered horizontally and vertically 
within the tab, while the tab itself (the blue line) should occupy all the 
available space (width/height: 100%).
The left cell is right-aligned, the right cell is left-aligned. In this 
way, all the colons (:) of the attribute names are aligned over each 
other.
(The most beautiful alignement would be that these colons are centered 
within the tab.)

However, I tried different things, but they did not work:

- The Grid is the direct content within the tab, there is no intermediate 
panel.
Then, the grid is stretched over the available space, which does not look 
good.

- The tab contains a SimplePanel, which in turn contains the Grid.
This also stretches the grid.

What would be a good method to display attribute/value pairs under tabs of 
a TabLayoutPanel?
Below is my non-working GUI...

Thanks
Magnus

-

!DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent;
ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder
xmlns:g=urn:import:com.google.gwt.user.client.ui
ui:style
 /ui:style
g:HTMLPanel
g:TabLayoutPanel barHeight=2 barUnit=EM width=100% height=100%
g:tab width=100%
g:headerSystem/g:header
g:Grid width=100% height=
g:row
g:customCell
g:Label text=Observers: horizontalAlignment=ALIGN_RIGHT width=/
/g:customCell
g:customCell
g:Label text=123/
/g:customCell
/g:row
g:row
g:customCell
g:Label text=Average Queue Length: horizontalAlignment=ALIGN_RIGHT/
/g:customCell
/g:row
g:row
g:customCell
g:Label text=Maximum Queue Length: horizontalAlignment=ALIGN_RIGHT/
/g:customCell
/g:row
/g:Grid
/g:tab
g:tab
g:headerNew tab/g:header
g:SimplePanel
g:Grid
g:row
g:customCell
g:Label text=New Label/
/g:customCell
g:customCell
g:Label text=New Label/
/g:customCell
/g:row
/g:Grid
/g:SimplePanel
/g:tab
/g:TabLayoutPanel
/g:HTMLPanel
/ui:UiBinder 

-- 
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/-/gFL34myrjD0J.
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.



GWT Designer still supported?

2012-12-09 Thread Jean-Lou Dupont
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/-/dmA8lGe_pv0J.
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.



Installing GWT Designer Error - Cannot complete the install because of a conflicting dependency

2012-12-09 Thread AC
Hi,
I'm tring to install GWT Designer on my computer and i get this massege 
that privent my from finsh the installation 

Cannot complete the install because of a conflicting dependency.
  Software being installed: Swing Designer 1.5.1.r37x201211261029 
(org.eclipse.wb.swing.feature.feature.group 1.5.1.r37x201211261029)
  Software currently installed: WindowBuilder Core 1.5.0.r37x201206111201 
(org.eclipse.wb.core.feature.feature.group 1.5.0.r37x201206111201)
  Only one of the following can be installed at once: 
WindowBuilder Cross-Platform Support 1.5.0.r37x201206111201 
(org.eclipse.wb.os 1.5.0.r37x201206111201)
WindowBuilder Cross-Platform Support 1.5.1.r37x201211260857 
(org.eclipse.wb.os 1.5.1.r37x201211260857)
  Cannot satisfy dependency:
From: WindowBuilder Core 1.5.0.r37x201206111201 
(org.eclipse.wb.core.feature.feature.group 1.5.0.r37x201206111201)
To: org.eclipse.wb.os [1.5.0.r37x201206111201]
  Cannot satisfy dependency:
From: WindowBuilder Core 1.5.1.r37x201211260857 
(org.eclipse.wb.core.feature.feature.group 1.5.1.r37x201211260857)
To: org.eclipse.wb.os [1.5.1.r37x201211260857]
  Cannot satisfy dependency:
From: Swing Designer 1.5.1.r37x201211261029 
(org.eclipse.wb.swing.feature.feature.group 1.5.1.r37x201211261029)
To: org.eclipse.wb.core.feature.feature.group 1.5.1.r37x201211260857

Does any one have an idea how to solve this issue 

Thanks.

-- 
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/-/8uCJMl8Rk2gJ.
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

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



GWT Designer - MenuBar

2012-10-07 Thread Marco
Hello,
i'm using following infrastructure:
Eclipse 4.2.1 
GWT Designer 2.6.0.r42x201206111253
GWT 2.5_RC 2

Problem is, that I can't choose MenuBar or MenuItem in GWT Designer Palette.

If I open a class with a menubar, i get following error:

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)
at 
org.eclipse.wb.internal.core.model.description.helpers.ComponentDescriptionHelper.getDescription(ComponentDescriptionHelper.java:258)
at 
org.eclipse.wb.internal.core.model.JavaInfoUtils.createJavaInfo(JavaInfoUtils.java:386)
at 
org.eclipse.wb.internal.core.parser.AbstractParseFactory.createInstance(AbstractParseFactory.java:504)
at 
org.eclipse.wb.internal.core.parser.AbstractParseFactory.create(AbstractParseFactory.java:174)
at 
com.google.gdt.eclipse.designer.parser.ParseFactory.create(ParseFactory.java:173)
at 
org.eclipse.wb.internal.core.parser.JavaInfoParser$ExecutionFlowParseVisitor.endVisit(JavaInfoParser.java:696)
at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(ExecutionFlowUtils.java:401)
at 
org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$787a56ff.endVisit(generated)
at 
org.eclipse.jdt.core.dom.ClassInstanceCreation.accept0(ClassInstanceCreation.java:337)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2562)
at org.eclipse.jdt.core.dom.Assignment.accept0(Assignment.java:312)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2562)
at 
org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0(ExecutionFlowUtils.java:355)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(ExecutionFlowUtils.java:316)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0(ExecutionFlowUtils.java:337)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(ExecutionFlowUtils.java:316)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0(ExecutionFlowUtils.java:348)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(ExecutionFlowUtils.java:316)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0(ExecutionFlowUtils.java:337)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(ExecutionFlowUtils.java:316)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionFlowUtils.java:248)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.access$1(ExecutionFlowUtils.java:236)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils$1.endVisit(ExecutionFlowUtils.java:444)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(ExecutionFlowUtils.java:393)
at 
org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$787a56ff.endVisit(generated)
at 
org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:247)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2585)
at 
org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:245)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2562)
at 
org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0(ExecutionFlowUtils.java:355)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(ExecutionFlowUtils.java:316)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0(ExecutionFlowUtils.java:337)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(ExecutionFlowUtils.java:316)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0(ExecutionFlowUtils.java:348)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(ExecutionFlowUtils.java:316)
at 
org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0

GWT Designer Internal Error in Design mode (Eclipse Juno)

2012-10-05 Thread k2s
anybody has solution for problem described here 
http://code.google.com/p/google-web-toolkit/issues/detail?id=7492 ?

Instead of design form of UI editor I get this message:
 

 Internal Error

encountered unexpected internal error.
  

This could be caused by a bug or by a misconfiguration issue, conflict, 
 partial update, etc.

 java.lang.Error: fullImage.getBounds()=Rectangle {0, 0, 1, 1} 
 cropBounds=Rectangle {10, 10, 450, 300}


 Stack trace:

 java.lang.IllegalArgumentException: Argument not valid
 at org.eclipse.swt.SWT.error(SWT.java:4342)
 at org.eclipse.swt.SWT.error(SWT.java:4276)
 at org.eclipse.swt.SWT.error(SWT.java:4247)
 at org.eclipse.swt.graphics.GC.drawImage(GC.java:864)
 at org.eclipse.swt.graphics.GC.drawImage(GC.java:841)
 at 
 org.eclipse.wb.internal.core.utils.ui.UiUtils.getCroppedImage(UiUtils.java:519)
 at 
 com.google.gdt.eclipse.designer.uibinder.model.widgets.UIObjectInfo.fetchImage(UIObjectInfo.java:366)
 at 
 com.google.gdt.eclipse.designer.uibinder.model.widgets.UIObjectInfo.refresh_fetch(UIObjectInfo.java:303)
 at org.eclipse.wb.core.model.ObjectInfo$6$1.run(ObjectInfo.java:496)
 at 
 org.eclipse.wb.internal.core.utils.execution.ExecutionUtils.runDesignTime(ExecutionUtils.java:139)
 


thank you

-- 
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/-/_0nzt_fdB8wJ.
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.



Launch GWT Designer in standalone mode ?

2012-10-03 Thread GWT-Designer
Hi,
 
We need to desgin some GWT screens (in wysiwyg mode) but the problem is 
that our functional architect do'nt have/want use eclipse/GWT Designer ? Is 
there a way to launch GWT Designer in standalone mode ? Otherwise is there 
a tool to design GWT screens in wysiwyg mode ?
 
Tks in advance for any answer...
 
Regards.

-- 
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/-/sN3WJ9fpaX0J.
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 alpineblas...@googlemail.comwrote:

 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 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 - 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: Unable to open GWT designer.

2012-09-25 Thread JaseT
I have the same problem. I have Eclipse Juno and have just installed the 
latest GWT. *I cannot get the Designer view* (stuck with default source 
view instead). Also, Preferences  Google  Web Tool Kit  Designer throws 
this error   Unable to create the selected preference page

Bug?

Thanks,
JaseT

On Tuesday, September 18, 2012 12:18:38 PM UTC+10, Aman Sharma wrote:

 I have Eclipse Juno with Google Plugin,GWT designer,Windows builder,google 
 app engine sdk,GWT sdk installed. My problem is that  I am not able to use 
 GWT designer. Whenever I try to open entrypoint class with GWT designer in 
 design view it reports an error that   not able to parse web.xml. So what 
 should I do to make it work?

-- 
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/-/7wDxGAoaQC8J.
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 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 none (no description available)
un  xulrunner  none (no description available)
un  xulrunner-1.9  none (no description available)
ii  xulrunner-1.9. 1.9.1.16-17XUL + XPCOM application runner
un  xulrunner-1.9. none (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.



  1   2   3   4   5   6   7   8   >