Hello:
I am using the SillverlightViewer.Controls.dll. This uses Popupwindow to create the window and FloatingPopup.show(PopupWindow) to show (EditWidget).
How do I add Close button to the PopupWindow? it has property .showCloseButton set to true but the button does not show up.
FloatingPopup has only one method .show.
I have finding the popupwindow as the child to canvas and removing it and setting the popupwindow.visibiliy = collapsed, in both the cases it removes the window BUT makes the application unresponsive as if some child model window is active.
This is very frustrating and i have spent significant time to do this simple thing. Any help would be greatly appreciated.
Thanks,
Ajay -