CEF glitches
J. Landman Gay
jacque at hyperactivesw.com
Wed Mar 23 14:28:24 EDT 2016
You could add your comments to this bug report:
http://quality.livecode.com/show_bug.cgi?id=17059
On 3/23/2016 8:05 AM, Terry Dennis wrote:
> -- CEF glitches
> -- Try this debug script in 7.x and 8.x
> on mouseUp
> put empty into tInstance
> put empty into tInstances
> put revBrowserOpenCef(the windowid of this stack, "about:blank") into tInstance
> put revBrowserInstances() into tInstances
> put tInstance & " - " & tInstances
> breakpoint
> -- Open Windows 10 Task Manager (Ctrl-Alt-Delete). View = "Group By Type"
> -- There are TWO instances of "revbrowser-cefprocess" in "Background Processes".
> -- There should be ONE.
> --
> -- Now, exit LC ("File, Exit" from LiveCode Menu bar, or "X" in upper right corner of LiveCode window)
> -- There is an instance of "revbrowser-cefprocess" remaining in the Windows Task Manager background processes.
> -- There should be ZERO.
> --
> -- There is also a phantom "LiveCode for Windows" background process.
> -- There should be ZERO.
> --
> -- There is also a residual "debug.txt" file in testCEF.exe's home directory after executing the Standalone app.
> end mouseUp
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list