Fwd:

2013-01-14 Thread Sampath Kumar
http://fabbricadeisogni2012.it/z1enr1.php

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



Fwd:

2013-01-05 Thread Sampath Kumar
http://baroniebanden.nl/vgvrxmy.php

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



changing DOM element properties after onModuleLoad

2009-10-07 Thread Sampath Kumar
Hi All,
 I am trying to reset certain attributes of some of the elements on
specific mouse/keyboard events; yes ofcourse, these events occur after
onModuleLoad. For example, I am trying to do a
DOM.getElementById(tabPanelContainer).setAttribute(selectedTab, cr)
on a particular mouse click event. But it looks like the value doesnot get
reset when I do that.
  My bigger objective is to achieve deferred binding by modifying the
attributes of the DOM elements and have the gwt.xml file return the right
scripts depending on the attributes. Is this achieveable. The current
behavior is that the class corresponding to the older value of the attribute
value gets bound.

Regards,
Balaji

--~--~-~--~~~---~--~~
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: changing DOM element properties after onModuleLoad

2009-10-07 Thread Sampath Kumar
Hi Folks, More findings. The DOM variable attribute here is getting
reset properly. The problem infact boils down to deferred binding. The class
when gets bound corresponds to the variable which was bound earlier viz.
before I did a reset.
   So I think the problem is again to do with deferred binding.

Regards,
Balaji

On Wed, Oct 7, 2009 at 4:42 PM, Sampath Kumar sampat...@gmail.com wrote:

 Hi All,
  I am trying to reset certain attributes of some of the elements on
 specific mouse/keyboard events; yes ofcourse, these events occur after
 onModuleLoad. For example, I am trying to do a
 DOM.getElementById(tabPanelContainer).setAttribute(selectedTab, cr)
 on a particular mouse click event. But it looks like the value doesnot get
 reset when I do that.
   My bigger objective is to achieve deferred binding by modifying the
 attributes of the DOM elements and have the gwt.xml file return the right
 scripts depending on the attributes. Is this achieveable. The current
 behavior is that the class corresponding to the older value of the attribute
 value gets bound.

 Regards,
 Balaji


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



gwtcompiler mac os 10.5

2009-10-07 Thread Sampath Kumar
Hi, I am on eclipse on Mac OS 10.5.  Deferred binding works absolutely
fine in hosted mode. I am able to compile the code and all those 18*
combinations of java scripts are generated.
When I try to access the url from firefox or safari on Mac OS, nothing
comes up. No scripts, no widgets; nor can I see any script errors. I can
only see the contents of my module.html. Is there an issue with the
gwtcompiler on Mac.

Regards,
Balaji

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



loading widgets deferred binding

2009-10-03 Thread Sampath Kumar
Hello ,
  Most of the articles  sites speak about I18N  browser specific
code optimizations. Is there a way by which I can, for example, load only
widgets for a specific tab in a tabpanel, when the user selects the specific
tab. I only load the widgets in the default tab when the page loads. May be
I need to set a property before I do a GWT.create(Abstract widget type).
in each widget. Is this achievable in some way?

Regards,
SK

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