Ask a Question related to Mac Programming, Design and Development.
-
C Lund #1
Backward delete constant?
I'm trying to use the delete key (the one above carriage return on the
keyboard), but all I find it in the NSEvent constant lists. The closest
I come is "NSDeleteFunctionKey", but that turned out to be the key
beneath the "help" key. It works, but it's not what I had in mind. The
NSResponder class has a "- (void)deleteBackward:(id)sender" method, but
I'm not sure how to implement it - nor am I sure it's what I'm looking
for.
Did I overlook it or is there something special about the backwards
delete key? I tried just using "NSBackwardDeleteFunctionKey" and
"NSBackwardsDeleteFunctionKey" but that didn't help.
--
C Lund, [url]www.notam02.no/~clund[/url]
C Lund Guest
-
backward timestamp
I am using simple record, but it is not recording properly, playback is showing still video, audio is running, at last moments video runs very fast... -
Backward compatibility between MX7 and CF 4.5.1 SP1
Hello everybody, First of all I'm not ColdFusion expert, CF is just one part used on our GSM project. In near future we will change our old server... -
backward compatibility in 6.0
The extended comparison chart provided by Adobe between Acrobat 6.0 standard and professional says that you can only create backward compatible pdfs... -
how buttons inside a MC go backward?
Hi there! I?m programing 10 buttons inside a MC, each button moves the timeline to a desired frame, where there's a similar set of buttons to... -
Backward recovery
Hi, How can I recovery backward using the online redologs or archive redologs. So I have not any backups and I want to produce the yesterday... -
matt neuburg #2
Re: Backward delete constant?
In <clund-FEDAD7.19072118082003@amstwist00.chello.com> C Lund wrote:
Yes, you did. It's called NSDeleteCharacter. m.> I'm trying to use the delete key (the one above carriage return on the
> keyboard), but all I find it in the NSEvent constant lists. The
> closest I come is "NSDeleteFunctionKey", but that turned out to be
> the key beneath the "help" key. It works, but it's not what I had in
> mind. The NSResponder class has a "- (void)deleteBackward:(id)sender"
> method, but I'm not sure how to implement it - nor am I sure it's
> what I'm looking for.
>
> Did I overlook it
--
matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt[/url]
REALbasic: The Definitive Guide! 2nd edition!
[url]http://www.amazon.com/exec/obidos/ASIN/0596001770/somethingsbymatt[/url]
Subscribe to TidBITS. It's free and smart.
matt neuburg Guest
-
C Lund #3
Re: Backward delete constant?
In article <20030818112629462-0700@news.la.sbcglobal.net>,
matt neuburg <matt@tidbits.com> wrote:
I still couldn't find it in NSEvent, so I did a search on it.> In <clund-FEDAD7.19072118082003@amstwist00.chello.com> C Lund wrote:>> > I'm trying to use the delete key (the one above carriage return on the
> > keyboard), but all I find it in the NSEvent constant lists. The
> > closest I come is "NSDeleteFunctionKey", but that turned out to be
> > the key beneath the "help" key. It works, but it's not what I had in
> > mind. The NSResponder class has a "- (void)deleteBackward:(id)sender"
> > method, but I'm not sure how to implement it - nor am I sure it's
> > what I'm looking for.
> >
> > Did I overlook it
> Yes, you did. It's called NSDeleteCharacter. m.
Apparently, I didn't overlook it - I was looking in the wrong place.
It's in the NSText class.
--
C Lund, [url]www.notam02.no/~clund[/url]
C Lund Guest
-
matt neuburg #4
Re: Backward delete constant?
In <clund-63DBD1.08433219082003@amstwist00.chello.com> C Lund wrote:
With that sort of lawyerly bullshit nitpicking, you'd make a good>>>>> > Did I overlook it
>> Yes, you did. It's called NSDeleteCharacter. m.
> I still couldn't find it in NSEvent, so I did a search on it.
> Apparently, I didn't overlook it - I was looking in the wrong place.
American President. "It all depends on what your definition of is is." m.
--
matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt[/url]
REALbasic: The Definitive Guide! 2nd edition!
[url]http://www.amazon.com/exec/obidos/ASIN/0596001770/somethingsbymatt[/url]
Subscribe to TidBITS. It's free and smart.
matt neuburg Guest
-
Michael Ash #5
Re: Backward delete constant?
In article <20030819102411756-0700@news.la.sbcglobal.net>,
matt neuburg <matt@tidbits.com> wrote:
Good god, calm down. He's not contradicting your or arguing, just adding> In <clund-63DBD1.08433219082003@amstwist00.chello.com> C Lund wrote:>> >> >> > Did I overlook it
> >>
> >> Yes, you did. It's called NSDeleteCharacter. m.
> > I still couldn't find it in NSEvent, so I did a search on it.
> > Apparently, I didn't overlook it - I was looking in the wrong place.
> With that sort of lawyerly bullshit nitpicking, you'd make a good
> American President. "It all depends on what your definition of is is." m.
information.
Michael Ash Guest



Reply With Quote

