Yes, I can. As long as I lock messages first. But it opens right up without problems.
Chris Sheffield Software Development Read Naturally [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Ray Sent: Monday, September 08, 2003 4:09 PM To: [EMAIL PROTECTED] Subject: RE: Rev IDE crashing Chris, Can you open the stack "RNStories" manually in the Rev IDE without a crash? Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Chris Sheffield > Sent: Monday, September 08, 2003 12:50 PM > To: [EMAIL PROTECTED] > Subject: RE: Rev IDE crashing > > > I'm not even specifying modes. It simply reads 'go stack > "RNStories"'. > > What I've got is a custom handler 'GoStories' that is called > from a mouseUp handler of a button. It looks like this: > > on GoStories > lock screen > go stack "RNStories" > set the visible of stack "RNLogin" to false > unlock screen > end GoStories > > Is there anything unusual there? The thing that's really > strange is that this same code has been working for months > now with different versions of Rev on OS X, and it still > works fine under Windows with Rev 2.1. It wasn't until I > moved the stack to OS X and Rev 2.1 that I've had this problem. > > I'm going to keep playing with it a bit. I logged the crash > like Alex said, and it appears that my code is trying to > access some area of memory that it shouldn't. I could be > wrong about that, though. I'm not familiar with Mac > programming other than in Rev, but I've seen similar messages > in a C debugger on Windows. If I can't figure anything out > I'll go ahead and bug report it. Thanks to you and Alex. > > Chris Sheffield > Software Development > Read Naturally > [EMAIL PROTECTED] > > > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
