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!!!
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
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