New topic: Click run - does not start with no indication why?
<http://forums.realsoftware.com/viewtopic.php?t=38196> Page 1 of 1 [ 3 posts ] Previous topic | Next topic Author Message Specialised Post subject: Click run - does not start with no indication why?Posted: Fri Mar 18, 2011 6:41 pm Joined: Thu Aug 26, 2010 6:57 am Posts: 157 Location: Sydney Australia Has anyone had experience testing their work and when you click run it looks like it is building the app and then just goes back to the IDE without any warning? I checked for any quit statements and the like but can't find any. I am just testing plugins and users controls within a very simple "hello world" type example to see how they work and look. Stumped! _________________ Regards Chris Musty Specialised Technologies Pty Ltd Software | Electronics | IT | Multimedia http://www.specialised.net.au ----------------------------------------------- RB 2011r1 Enterprise on Win7 Ultimate, Ubuntu 10.10 on Virtualbox Top Dale Post subject: Re: Click run - does not start with no indication why?Posted: Fri Mar 18, 2011 10:34 pm Joined: Thu Mar 01, 2007 2:02 pm Posts: 130 Location: Sunny (generally!) Southern California When it seems to return to the IDE does the Run button say Run or does it say Resume? If it says Run then your app quit for some reason. I'd set a breakpoint in the App.Open event and step through to see where the execution path takes you. If the button says Resume, perhaps the app is waiting for a user event. When this happens to me it is usually because I forgot to make the main window visible and the app is waiting for an event from an invisible window. (Duh! I do this embarrassingly often.) Of course, there is probably something totally different happening and I'm way off base. - Dale Top Specialised Post subject: Re: Click run - does not start with no indication why?Posted: Sat Mar 19, 2011 1:11 am Joined: Thu Aug 26, 2010 6:57 am Posts: 157 Location: Sydney Australia I really dont know what caused it and thanks for the advice. It definitely says "run" which as suggested means the app has quit?!?! I was testing an class for error reporting when it suddenly repeatedly happened. Then I changed the code slightly to present an error message at a certain step. Suddenly it came to life and worked. Then I removed the message box code and retired to find it worked again. I am getting a few extremely rare and strange errors like this lately... maybe the gov't is checking me out! _________________ Regards Chris Musty Specialised Technologies Pty Ltd Software | Electronics | IT | Multimedia http://www.specialised.net.au ----------------------------------------------- RB 2011r1 Enterprise on Win7 Ultimate, Ubuntu 10.10 on Virtualbox Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 3 posts ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
