Hello, I've implemented an Add-on for OpenOffice.org-calc. It uses a ChartDataEventListener so that each time a cell is changed, a method is called. But it doesn't work if the cell depends on several different sheet.
Here is an example: cell X is on the second sheet, a listener is attached to X. X depends on cell Y that are on the first sheet. I the second sheet has been made visible just before I made the change on the first sheet, the listener reacts. But if I change Y a second time, it doesn't work anymore. Then if I make the second sheet visible then I come back to the first sheet and change cell Y, the listener works. Can somebody tell me why this happens and if something can be done to fix this ? Thanks in advance, Mikael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
