"CANNOT DELETE. MODULE LINKED TO OTHER WIDGETS"

HI all greetings…

Am developing a photon application. Facing a peculiar problem. I created a dialog with some widgets and added some callbacks for the dialog. later i deleted all the widgets in the dialog and the i tried to delete the whole dialog itself but getting this error "“CANNOT DELETE. MODULE LINKED to other widgets

Also i had a shortcut for this dialog Ctrl + key . Still when i use this shortcut i get the same dialog though i have assigned the same for a new dialog.

Please help me to solve this problem…

you must still have a callbacks attached to this module, or internal links. make sure you delete all these before deleting your module.

Thanks for ur prompt reply…

No call back is attached with this module… Am sure about that. But there might be internal links.

Now “how do i find whether any internal link is attached with this module or not”

I found the internal links attached to this module… Resolved it…
Thanks everybody…