Re: Crash when revCloseBrowser

2015-01-12 Thread William Prothero
Folks: After messing with this all day, I now know that it’s not the browser that’s crashing my app. My app works fine in IDE, but crashes in standalone, on the PC. So, I’ve got more work to do to ferret out the problem. The last time I had this kind of problem, I submitted the entire app to th

Re: Crash when revCloseBrowser

2015-01-12 Thread Mike Bonner
n the card closes */ > > if browserID is not empty then > > revBrowserClose browserID > > put empty into browserID > > end if > > end closeCard > > > > Dixie > > > >> From: proth...@earthednet.org > >> Subject: Crash when revCloseB

Re: Crash when revCloseBrowser

2015-01-12 Thread Earthednet-wp
f browserID is not empty then > revBrowserClose browserID > put empty into browserID > end if > end closeCard > > Dixie > >> From: proth...@earthednet.org >> Subject: Crash when revCloseBrowser >> Date: Sun, 11 Jan 2015 22:47:30 -0800 >> To: use

RE: Crash when revCloseBrowser

2015-01-11 Thread John Dixon
s */ if browserID is not empty then revBrowserClose browserID put empty into browserID end if end closeCard Dixie > From: proth...@earthednet.org > Subject: Crash when revCloseBrowser > Date: Sun, 11 Jan 2015 22:47:30 -0800 > To: use-livecode@lists.runrev.com > > F

Crash when revCloseBrowser

2015-01-11 Thread William Prothero
Folks: Is anybody using the browser window in Windows? I get a crash on revBrowserClose, in a standalone. It works in the IDE. The browser opens and loads the web page, a simple text page then crashes the app when I close it. I’m on Windows 7, 64 bit, Livecode 7.0.1, using Parallels 10 on Yosemi