Sub-application Object help
Alright, I have decided to make a bunch of changes to the interface of my application.
I will have one main interface (the program everyone will actually open), and within the main interface there will be several sub-application objects to handle different parts of the program.
I decided to go this route after realizing that a single frame or application seems to stop responding to some objects after a certain number are laid out on the frame editor.
For example: the 'main' program will access let's say, up to 10 sub-applications and display them all at once on the main interface. However, here is the problem:
I know how to place the sub-application object and how to redirect it to a corresponding .ccn file. But when I build and then run the main application, the sub-application only displays the background--no objects.
(ie: the .ccn file should contain an active system box, 4 buttons, an active object, and several active picture objects with a dark-gray background frame.
When the application calls the sub-application, the sub-application only displays the dark-gray background and nothing else.)
I need a bit of help with this it seems, as I was trying to go it alone and failing left and right :P I am willing to do as much of this as possible on my own, just need a bit of help with some of the objects I'll need to use.
Re: Sub-application Object help
Hi ffomega. Are you using MDI's?
Marv
Re: Sub-application Object help
I'm afraid I'm not all too familiar with MDIs....sorry >.<