Re: setting the increment of all steppers
Re: setting the increment of all steppers
- Subject: Re: setting the increment of all steppers
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 22 Oct 2003 05:12:29 -0700 (PDT)
If you know (in your app) when the option key is down
then why not put
- (IBAction)stepper:(id)sender
if (optionkey) {
[sender doubleValue]/10
}
}
in the action method
it is not a matter RT(F)M.... it is more like ... RTM,
do a search for 'stepper' or 'stepper value' or
anything else you can think of at:
http://cocoa.mamasam.com/
You will read a lot and see where other people have
asked similar questions. read the responses, some will
include code. read it all (try to understand it).
Then ask yourself... Do I really want to do this? (I
refer to the design implementation that you chose not
whether you want to write software. That's a question
for a different group.)
JMHO
Ted
--__--__--
Message: 13
Date: Tue, 21 Oct 2003 11:01:19 -0500
Subject: setting the increment of all steppers
From: Jeff Childers <email@hidden>
To: email@hidden
I have some code that registers if the option key is
pressed and
released.
when the option key is down I want to set All the
steppers to 10 when
it is released set them all to 1.
is there a easy way to change all of the steppers at
once.
One more thing if your going to say read the
documentation can you
at least give my some common reference to go by. With
the wealth of
information it sometimes is like trying to find a
needle in a haystack.
thanks jeff childers
--__--__--
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.