Search found 3 matches

by bbock12
Mon Apr 03, 2017 2:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCEF works in IDE but not standalone?
Replies: 7
Views: 5017

Re: revBrowserOpenCEF works in IDE but not standalone?

Panos,

Even though I had noticed previously that CEF has been created and populated in the Externals folder every time I created a standalone using the automatic search for inclusions feature, I went ahead and tried what you suggested and it worked! Thanks!

Now if you could only solve the problem ...
by bbock12
Mon Apr 03, 2017 1:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCEF works in IDE but not standalone?
Replies: 7
Views: 5017

Re: revBrowserOpenCEF works in IDE but not standalone?

Max,

Thank you for your reply!

Regarding the browser widget, that sounds fine except that I do not know how to set it so that it will open a new window in a similar fashion to this:

revBrowserSet gBrowserID, "newwindow", true

Maybe you or someone knows how to solve this issue?

- bbock12
by bbock12
Mon Apr 03, 2017 1:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: revBrowserOpenCEF works in IDE but not standalone?
Replies: 7
Views: 5017

revBrowserOpenCEF works in IDE but not standalone?

Hello all,

This code works in the Livecode IDE environment, but when it is made into a standalone program for Windows it does not work:

if gBrowserID is not an integer then
put revBrowserOpenCEF(the windowId of this stack, "https://www[dot]google[dot]com") into gBrowserID
revBrowserSet ...