Re: [nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-26 Thread George Henne
This sounds like a problem we have seen before. At this point, we don't have a fix for it. We have looked into the problem, and it appears to be fairly complex. Hello, Yes - I do execute a Bye statement... Cheers, Mike. --- In nsbasic-ce@yahoogroups.com, George Henne g...@... wrote: I'm

[nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-21 Thread Mike
Hello, Yes - I do execute a Bye statement... Cheers, Mike. --- In nsbasic-ce@yahoogroups.com, George Henne g...@... wrote: I'm not sure what could be causing this. Do you execute a BYE statement when your program ends? Hello, I have been developing a small app for myself. I am

[nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-21 Thread rmrsoft
Not really, I have never used that object. I would probably try putting integer values in the AddObject instead of output.height and output.width to see if that is causing a problem. Then rem out the ADD lines to see if they are causing trouble. Al --- In nsbasic-ce@yahoogroups.com,

[nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-19 Thread rmrsoft
I see this quite a lot during development. What I think is happening is that the program is creating an error during execution but this is not being trapped properly and the 'error report' is left running in the background so you are not aware of it. When you shut down the program it appears