revBrowser IDE problem
Posted: Wed Sep 18, 2013 7:02 am
Hi,
i'm using an image object to display an webpage as mentioned in the browser tutorial and it works fine.
after the first time an webpage has been shown, i can't select the image object anymore and so i can't move or resize it.
Any idea why this is? I'm on windows 7.
this is how i initialise the browser object and afther this code run, the object can't be selected any more
i'm using an image object to display an webpage as mentioned in the browser tutorial and it works fine.
after the first time an webpage has been shown, i can't select the image object anymore and so i can't move or resize it.
Any idea why this is? I'm on windows 7.
this is how i initialise the browser object and afther this code run, the object can't be selected any more

Code: Select all
-- We pass the windowId of the stack to revBrowser
-- so that it can determine which window to place the
-- browser object into
put the windowid of this stack into tWinID
-- Open the browser, using the windowId and initial url
put revBrowserOpen(tWinID,"about:blank") into sBrowserId
-- Set some basic properties for the browser
revBrowserSet sBrowserId, "showborder","true"
revBrowserSet sBrowserId, "rect",rect of image "browserimage"