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
Its not the issue, but wanted to point out that you can simplify your browser closing handler slightly. on closeBrowser put revBrowserInstances() into tInstances repeat for each item tInst in tInstances if tInstances is not empty then -- don't need this revBrowserClose tInst

Re: Crash when revCloseBrowser

2015-01-12 Thread Earthednet-wp
Dixie, That's what I see. It works fine on osx but crashes on windows standalones. Works ok in windows IDE. Bill William Prothero http://es.earthednet.org > On Jan 11, 2015, at 11:42 PM, John Dixon wrote: > > > Bill... > > I'm not too sure about your closeCard handler... I am not seeing cras

RE: Crash when revCloseBrowser

2015-01-11 Thread John Dixon
Bill... I'm not too sure about your closeCard handler... I am not seeing crashes, but there again, I'm not running windows, but am not having any problems using OSX Yosemite, LC 7.0 local browserID .. on closeCard /* destroy the browser instance when the card closes */ if browserID