This code should be showing a drawer
[[drawer[now] initWithContentSize

NSSize)NSMakeSize(120,20)
preferredEdge

NSRectEdge)NSMaxYEdge] alloc];
[drawer[now] setParentWindow:wins[now]];
[drawer[now] setContentView

NSView *)tf2[now]];
[drawer[now] open];
wins is an array of windows tf2 is an array of textfields
Thanks,
Dave
------------------
Think Different.