Sub_Application OBJ Launch app question
Hi,
Im having trouble, where I take my application to a frame, and the sub-application loads the file fine, the first time. I got an event that when the sub_app object is finished, to take back to the previous frame.
The problem I am having is that if I try the second time, it gives me an error loading the file. It works fine the first time, but thats it. I cannot do it again.
Press button -> takes to frame 2
Frame 2 load sub_app OK
Sub_App is finished go back to frame 1
then I do it again
Get an error.
Re: Sub_Application OBJ Launch app question
how do you "load" the sub app?
Re: Sub_Application OBJ Launch app question
I just call the application on a path. appdir$+ so on and so forth.
Re: Sub_Application OBJ Launch app question
I get this commonly too, and I am intrested to know a soulution/bugfix.
Re: Sub_Application OBJ Launch app question
Is there any way you can put the file you are opening into your project? or is it an external program?
I've never had this problem because I usually use subapplications for frames of the same application...
I think maybe there might be a filesharing error - like Windows thinks the file is already in use or some such thing... :confused:
Re: Sub_Application OBJ Launch app question
From what it seems, when MMF closes the CCN file, it still stay open or in memory.
Re: Sub_Application OBJ Launch app question
do you think you could possibly merge the ccn with the application?
Re: Sub_Application OBJ Launch app question
No, that is not a possibility
Re: Sub_Application OBJ Launch app question
Try ending the sup app then destroying it at end of frame.
Re: Sub_Application OBJ Launch app question
I did. But it doesnt help. It still gives me the error