|
From: | Germán André Arias Santiago |
Subject: | Re: Some questions about NSText |
Date: | Wed, 20 Aug 2008 22:07:41 -0700 (PDT) |
Thanks for your help folks. I solved the problem, I wanted resizable borders because I tried to copy the Cenon's text tool. But, now I have something like this NSText *caja = [[NSText alloc] initWithFrame: NSMakeRect(10,15,35,20)] ; [caja setMinSize: NSMakeSize(20,10)] ; [caja setHorizontallyResizable: YES] ; [caja setVerticallyResizable: YES] ; [self addSubview: caja]; RELEASE(caja); Then, I don't need resizable borders. Regards and thanks. |
[Prev in Thread] | Current Thread | [Next in Thread] |