No boundingVolume with directCheckButton

I want to get the boundingVolume of my directCheckButton to show a tooltip when my checkButton is rollovered. I use getBounds() for that. The problem is that it returns 0 0 0 0 when I specified the relief property to None (It works without relief=None). However, I don’t have any problem with DirectButton with the relief = None.

Does anybody have an idea to get the boundingVolume of my directCheckButton with the relief property to None ?

Thanks.

I don’t know; but have you tried button.indicator.getBounds()?

David

Ok with indicator.getBounds() I obtain good values !

Thank you !