server and sub-applications
I'm trying to create a main window that logs you into a set of other sub-applications while keeping the main window open.
Is the sub application automatically connected to the server and port if the main application is connected?
When I log into the sub-application, my main program connection appears to get bumped.
I know there must be a way to do this because you can run 2 windows of the internet on the same screen with the same site.
thanks
Re: server and sub-applications
No one has responded to this question. Does that mean that it cannot be done, or is the wording of my question too confusing? (I hope this is not percieved as saracastic because I am being sincere, but it sounds terrible when I read it and I can't think of how else to word it without just saying it :S)
Re: server and sub-applications
hehe dont worry. What do you mean my "logging in" - Are you using Moo Click? If you are then set up a "system" hidded sub application which is always running. When opening new windows just log into different rooms instead of relogging in.
Use the Global Function Object to communicate between subapps easily
Re: server and sub-applications
Well,
I am working on a modest mmogish thing that does use MooClick. I have it so that a person can switch to differnt websites within a window. So they can chat regardless of where they are on the web. At the same time I want them to be able to log into different games or worlds.
So the person would have to be able to log into the the sub-application while remaining in the "universal" log-in.
Right now, when I go to log into the sub-application, the main application disconnects. I'm trying to find a way of being connected to both at once.
I've been using a separate frame for the sub-application. I wonder if that makes a difference. Maybe it should be a separate application in the same project or built as a separate project altogether.