3 IB Qs: actions; view tags; NSWindow setFrame
3 IB Qs: actions; view tags; NSWindow setFrame
- Subject: 3 IB Qs: actions; view tags; NSWindow setFrame
- From: email@hidden
- Date: Fri, 21 Feb 2003 06:20:15 -0800
1) Multiple action targets?
Interface Builder doesn't allow controls to be connected to more than one
target, for example a button that sends the same action message to more than
one object. I guess this is by design? What is the suggested approach: send the
message to a controller-type object for further propagation?
2) No tags for custom views?
Interface Builder doesn't allow a "tag" value to be assigned to a custom view.
The Attributes panel is empty and marked as "Not Applicable". Tags are part of
NSView so it seems that they *could* be applied. Just an oversight?
3) NSWindow setFrame:
NSWindow setFrame: is supposed to set size+origin of recipient window ... but
although my window size changes, its location on screen never does. Why?
Excuse the multiple Qs per email: I'm in Morocco and only rarely get an
Internet connection, and even then emailing is slow and painful (web client).
_______________________________________________
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.