Re: How to allow for multiple instances of application?
Re: How to allow for multiple instances of application?
- Subject: Re: How to allow for multiple instances of application?
- From: Cameron Hayne <email@hidden>
- Date: Mon, 13 Jun 2005 09:08:46 -0400
On 13-Jun-05, at 4:31 AM, Eduard Wolf wrote:
The goal being simply to allow me to maintain several vocabulary
files simultaneously, I am afraid you would suggest I should have
make my application capable of dealing with multiple windows.
Indeed that is what I would suggest. It shouldn't be that hard. You
would just have a singleton class that would keep track of the
windows - e.g. in an ArrayList, and File/New would create a new
window and perhaps prompt for parameters.
Being slightly lazy, I thought allowing multiple instances would be
the faster-to-achieve option.
However, I guess, there is no flag for "multiple-instances-allowed"
or sth?
Not as far as I know.
--
Cameron Hayne
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden