Hello there,
I have this event in a FlexTable..
flextTable.addClickHandler(new ClickHandler(){
                        public void onClick(ClickEvent event) {
                int cellIndex =
flexTable.getCellForEvent(event).getCellIndex();
                int rowIndex =
flexTable.getCellForEvent(event).getRowIndex();

                if ((rowIndex==0)||(rowIndex==2)){//se clicco sul
primo risultato...
 
rpc.setWeb(flexTable.getText(0,0),flexTable.getText(1,0),callback);

          .....

(I define rpc in the main class...)

If I launch this method in another part of the code, it work fine.
There is a solution??

Thank for reply and good week,

Sebe


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