Re: GWT 2.5RC1 - UiRenderer

2012-07-10 Thread Deepak Singh
Anyone showing some light over the problem .

On Mon, Jul 9, 2012 at 11:44 PM, Deepak Singh deepaksingh...@gmail.comwrote:

 Hi,

 I updated my GWT sdk to 2.5Rc1 and eclipse plugin.

 I am trying to use UiRenderer. I find that there is no option available
 with new eclipse plugin to generate auto UiRenderer as we have for UiBinder
 with sample code.

 Any idea on how can i get some UiRenderer generated with sample code ?

 I have an existing UiBinder with click events consumed and want to use it
 as cell. I am getting lot of errors while converting it according to the
 doc available at

 https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells

 Thats the reason i want some sample code working.

 Any help appreciated.

 Thanks
 Deepak Singh




-- 
Deepak Singh

-- 
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 2.5RC1 - UiRenderer

2012-07-10 Thread Thomas Broyer

On Monday, July 9, 2012 8:14:43 PM UTC+2, Deepak Singh wrote:

 Hi,

 I updated my GWT sdk to 2.5Rc1 and eclipse plugin.

 I am trying to use UiRenderer. I find that there is no option available 
 with new eclipse plugin to generate auto UiRenderer as we have for UiBinder 
 with sample code.

 Any idea on how can i get some UiRenderer generated with sample code ?

 I have an existing UiBinder with click events consumed and want to use it 
 as cell. I am getting lot of errors while converting it according to the 
 doc available at 

 https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells

 Thats the reason i want some sample code working. 


Unit-tests always have plenty of working code.
Have a look at the UiRenderer* files in 
http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/test/com/google/gwt/uibinder/test/client/
 

-- 
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/-/W0H62bLJosgJ.
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 2.5RC1 - UiRenderer

2012-07-10 Thread Rodrigo Chandia
Also, the MobileWebApp sample has some widgets that use UiRenderer.

http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/desktop/TaskTemplateCell.ui.xml

http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/mobile/TaskProxyCell.ui.xml


On Tue, Jul 10, 2012 at 11:41 AM, Thomas Broyer t.bro...@gmail.com wrote:


 On Monday, July 9, 2012 8:14:43 PM UTC+2, Deepak Singh wrote:

 Hi,

 I updated my GWT sdk to 2.5Rc1 and eclipse plugin.

 I am trying to use UiRenderer. I find that there is no option available
 with new eclipse plugin to generate auto UiRenderer as we have for UiBinder
 with sample code.

 Any idea on how can i get some UiRenderer generated with sample code ?

 I have an existing UiBinder with click events consumed and want to use it
 as cell. I am getting lot of errors while converting it according to the
 doc available at
 https://developers.google.com/**web-toolkit/doc/latest/**
 DevGuideUiBinder#Rendering_**HTML_for_Cellshttps://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells

 Thats the reason i want some sample code working.


 Unit-tests always have plenty of working code.
 Have a look at the UiRenderer* files in
 http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/test/com/google/gwt/uibinder/test/client/


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

 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.




-- 
Rodrigo Chandia | Software Engineer | rchan...@google.com | 678 7431725

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



GWT 2.5RC1 - UiRenderer

2012-07-09 Thread Deepak Singh
Hi,

I updated my GWT sdk to 2.5Rc1 and eclipse plugin.

I am trying to use UiRenderer. I find that there is no option available
with new eclipse plugin to generate auto UiRenderer as we have for UiBinder
with sample code.

Any idea on how can i get some UiRenderer generated with sample code ?

I have an existing UiBinder with click events consumed and want to use it
as cell. I am getting lot of errors while converting it according to the
doc available at
https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Rendering_HTML_for_Cells

Thats the reason i want some sample code working.

Any help appreciated.

Thanks
Deepak Singh

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