BUI and IPopupWindow from a Button Click
Content
Hello,
I've created a popup window control which has some custom behavior on it - the user makes a selection, clicks ok and this updates a field on the Workspace.
Whilst developing, I dropped the component on the Workspace and the popup launched each time the Workspace was loaded - which for development purposes was fine
However, in the final version of the Workspace the Popup Window needs to launch off a button click
- I've experimented with a Browser control and hitting the URL for the Control which is fine, and sort of worked but the control was displayed inline in the Browser Control and not a Popup (which I was expecting, but thought i would try all the same).
1