Re: Destroy Browser Window

2016-08-02 Thread Mike Bonner
If setting its visible to false, and/or moving it off screen won't work, treat it like the control it is. If you were deleting a field, you would "delete field "fieldname.." or whatever method you wish to use to specify the specific field. Do the same with the browser widget. delete widget "nameo

Re: Destroy Browser Window

2016-07-28 Thread Sannyasin Brahmanathaswami
setting the URL for the browser widget to empty doesn't destroy the region… all it does it turns it "white" (empty) so now you have a white block overlaying the stack "permanently" with no means to dismiss. On 7/28/16, 10:28 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami" wrote:

Destroy Browser Window

2016-07-28 Thread Sannyasin Brahmanathaswami
I posted this, perhaps prematurely, as a bug.. I am unable to find the equivalent of revBrowserClose instanceID for the new browser widget. as such… the widget/window/rect and it's content persist on screen on mobile as you open and close other cards/stacks Am I missing something? I did my h