2008-09-29, 06:27 AM
Hi
Got a GBPVRX2.Popups.PopupBase object, that processes a "Close" button correctly, and then after dealing with the button in the with the UiSimpleList.CommandCallback.
I then Deactivate the popup, in the hope that I can use it again. But on the next render, or keypress the HandlePopupCallback interface method fires again.
I've found I can null the popup, but figured there might be another way that means I wouldn't have to re-create the popup.
Got a GBPVRX2.Popups.PopupBase object, that processes a "Close" button correctly, and then after dealing with the button in the with the UiSimpleList.CommandCallback.
I then Deactivate the popup, in the hope that I can use it again. But on the next render, or keypress the HandlePopupCallback interface method fires again.
I've found I can null the popup, but figured there might be another way that means I wouldn't have to re-create the popup.