Re: draw two strokes(lines) simultaneousy on NSView

2009-01-19 Thread Gami Ravi
Hi Graham, Thanks for your answer. Let me explain current scenario. I have two input device from which i am getting raw coordinates(x,y). When there is only one device i can draw paths using x,y coordinates. All things are working fine. Now if user writes using two input device on one surface sim

Re: NsCollectionView Selection

2009-01-19 Thread Sandro Noel
HA! the radius does the trick thank you I did not see that. Sandro Noel. On 20-Jan-09, at 1:22 AM, Graham Cox wrote: On 20 Jan 2009, at 4:59 pm, Sandro Noel wrote: NSbox will not let me set the background color if the Box Type is not custom, If I do that I lose the rounded borders. :

Re: Problem setting up custom toolbar item in IB

2009-01-19 Thread Graham Cox
On 20 Jan 2009, at 5:29 pm, Joey Hagedorn wrote: Hm, maybe this is an issue with the custom view in your nib. Perhaps try putting your text fields inside, say, a borderless NSBox instead? Hi Joey, yes this seems to be the case. NSBox works OK. thanks! --Graham _

Re: File association

2009-01-19 Thread Mahaboob
I got all the contents from LS database and the prp extension is associated with TextEdit application. I got it like: handlerid:2224 extension: prp options: all roles: com.apple.t

Re: NsCollectionView Selection

2009-01-19 Thread Sandro Noel
ok I agree, once customized it looks ok. rounded to 6 and transparent borders with a width of 4 . in your experience what does look better... as a rounded and border width ( to move it away from the container borders) regards Sandro Noel On 20-Jan-09, at 1:22 AM, Graham Cox wrote: On 20

NSTextView and automaticLinkDetection

2009-01-19 Thread Steve Cronin
Folks; NSTextView has an attribute 'automaticLinkDetection' that can be set in IB or with the usual -set method. What the docs say is that it "...causes strings representing URLs typed in the view to be automatically made into links to those URLs..." This is what I observe. If I begin typing

Re: Problem setting up custom toolbar item in IB

2009-01-19 Thread Chunk 1978
not sure if it's related to a problem i've recently solved with custom views: i was trying to display a label "inside" a button, but the label wouldn't show when built, only the button. for some sketchy reason i had to place the label under the button in the NIB because the app build was displayi

Re: Using the security framework

2009-01-19 Thread Nick Zitzmann
On Jan 19, 2009, at 7:56 PM, Joe Turner wrote: That makes sense, but then how does an app like SuperDuper! do it. You click the lock, enter your password, and then you don't need to enter your password again until you lock it again. And, it is the regular security framework password window

<    1   2