Multiple windows of one created in IB
Multiple windows of one created in IB
- Subject: Multiple windows of one created in IB
- From: email@hidden
- Date: Mon, 11 Feb 2002 16:04:48 -0300
- Organization: Perfil
Hello, I have a program that when I doubleclick an item, I open a
window showing information. I have multiples items, so i have multiples
information windows. I design the window in IB, but I have the problem
of how to make multiples instances of it. If I use :
MyWindow window=new MyWindow(); //MyWindow is my NSWindow constructed
in IB.
window.makeKyeAndOrderFront(this);
I get the error:
Object already exists for java object being constructed.
Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.