Re: How to hide a window?
Re: How to hide a window?
- Subject: Re: How to hide a window?
- From: email@hidden
- Date: Fri, 19 Apr 2002 16:10:33 +0100
Why are you using a window if you dont want to show the contents.
Cant you just paint your output to an NSView object and print that? . Its
seems like a waste if you are instantiating a window which you dont want to
see.
You could also use a "utility" panel in IB if the layout is complex and IB
based and run an outlet from your object to the panel, although the panel
never gets shown you have full control over its content view.
"Peesapaty Ramesh" <email@hidden>@lists.apple.com on
19/04/2002 03:14:06 PM
Sent by: email@hidden
To: email@hidden
cc:
Subject: How to hide a window?
Hi ,
i have a table view and on selecting a row in the tableview i want to
print the details in the row .
at present on selecting a row i populate a window with the details in a
specific format and show the window and then printits contents.
now i want to print the details on the window without showing the window
and close after printing is complete .
but NSWindowController does not have any method using which i can hide
the window , it has one which hides on deactivate.
but i don't want the window to be visible at all .how do i achieve this?
Thanks,
ramesh
_______________________________________________
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.
**********************************************************************************
Our network may monitor outgoing and incoming e-mail messages for
security and customer service purposes, but this e-mail is confidential.
Please notify the sender immediately if you receive it in error, and then delete it.
Thank you.
_______________________________________________
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.