Expanding a window and adding controlls dynammicaly.
Expanding a window and adding controlls dynammicaly.
- Subject: Expanding a window and adding controlls dynammicaly.
- From: Anoop <email@hidden>
- Date: Thu, 04 May 2006 21:47:09 +0530
Hai all,
My window controller contains Arrow type NSButton "|>" I Need to expand the
Window region just bellow the button ,while clicking it should show the
Labels bellow it and hide those labels in the second click.
I could expand the window region just above the Button how is it possible
for me to Expand and hide a window region.
I tried set Frame method but its resizing is not performed as I desired.
I used these codes to resize the window
frame.size.height -=200;
frame.origin.y =200;
[objPanel setFrame:frame display:YES animate:YES];
I Need to add some controls dynamically at a specified location of my window
controller. How is it possible for me to add my button to a location without
using interface builder.
--
With Regards,
Anoop
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden