revBrowserOpenCef (close or exit from this browser)
Posted: Thu May 28, 2015 3:15 pm
how close the following browser?
which method to exit only the browser (revBrowserOpenCef) ?
Thanks in advance!!!
Code: Select all
on mouseUp
put revBrowserOpenCef(the windowId of this stack, "http ecc.ecc.") into tBrowserID
revBrowserSet tBrowserID, "rect", the rect of graphic "browserPlaceholder"
end mouseUp Thanks in advance!!!