i have a flextable where there an anchor link in cell(0,0), and there is a button in cell(0,1) which is invisible by default. how to make it such that, when mouse over the flextable, the button in cell(0,1) becomes visible; when mouse out the flextable, the button becomes invisible again?
the difficulty is, flextable does not have mouseover and mouseout handler. but if i add the flextable to a focuspanel, the anchor and the button would then be 'masked' by the focuspanel then cannot be clicked. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
