I Sorry, but my english is not good :P

Thank Sri  ...But the function exist in jsni, the problem is that I
don't know calling the function  buildRow() , at the end of reload the
grid in IE7  =(

This run without  problem in firefox
                        texto = new HTML();
                        texto.setHTML("<script>buildRow();</script>");
                        panel.add(texto);

How I cant call function jsni at the end of reload the grid
(FlexTable)??  ...some idea?

The Widgets need execute some event by call function jsni, in this
case the event onClick(), where t2 is FlexTable.

                                                                CheckBox cb1 = 
new CheckBox(valueCellRow);
                                                                
cb1.setChecked(false);

                                                                
cb1.addClickListener(new ClickListener() {
                                                                public void 
onClick(Widget sender) {
                                                                  boolean 
checked = ((CheckBox) sender).isChecked
();
                                                                  
displayRowInJava(checked, nombre);
                                                                }
                                                                });
                                                                
cb1.setName(padre);
                                                                
t2.setWidget(fila, col, cb1);

.... exist some widgets that can add to the flextable that execute
always any function jsni without need event???



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

Reply via email to