Check to make sure that window 3 is set as the default Window instead of
window 2 when your application starts.
[Edit] -> [Project Settings] from the IDE menu bar brings up a window
which lets you pick the default window.
If that is already set to window 3 and window 2 still executes its code
then it has to be something you have written. Then you would use Find to
look for all references to window 2 to determine what it is.
HTH
Tom
> hello,
> I just finished a practice project.
> There is 3 Windows, ( 1,2,and 3)
> Window 1 is where I have a draft of what I'll get to.
> Window 2 is whhere I have a properly working example of the draft.
> Window 3 is where I have a new project to test as I go.
>
> I press Debug for Window 3 and all seems ok ( no error
> messages in scripting etc.) But the program in Window 2 keeps
> coming up running instead.
> How do I make the program in Window 3 run and the program in
> Window 2 not run ?
>
> The only way I figured, is to start fresh and do the entire
> project in Window 3 all on it's own. But this defeats the
> purpose because it's all part of a interim tutorial.
>
> Thanks
>
> RPB
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|