window visibility question
window visibility question
- Subject: window visibility question
- From: Jason Moore <email@hidden>
- Date: Tue, 9 Apr 2002 20:38:25 -0500
Hello. I am trying to write a system service which needs to present a
small UI (i'm using a panel) for the user to make a decision before
his/her data gets processed by my service. my project has the
LSUIelement property set to 1 (BTW, where can i find all those
properties and what they do?). i try to send a makeKeyAndOrderFront
message to the panel, but nothing appears. it also appears that the
service continues to run even when i try and throw up the UI panel, how
can i make it stop and wait for the user to press either of two
available buttons (OK and Cancel)? could that behavior be a result of my
panel not appearing? thanks again...
Jason
_______________________________________________
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.