• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: subclass of NSSlider won't call action method
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subclass of NSSlider won't call action method


  • Subject: Re: subclass of NSSlider won't call action method
  • From: Andreas Mayer <email@hidden>
  • Date: Thu, 30 Jun 2005 07:59:40 +0200


Am 30.06.2005 um 05:09 Uhr schrieb Timothy J. Wood:

And, there are many other settings on NSSliderCell that this doesn't copy across

I'm copying these:

[newCell setTag:[oldCell tag]];
[newCell setAction:[oldCell action]];
[newCell setControlSize:[oldCell controlSize]];
[newCell setType:[oldCell type]];
[newCell setState:[oldCell state]];
[newCell setAllowsTickMarkValuesOnly:[oldCell allowsTickMarkValuesOnly]];
[newCell setAltIncrementValue:[oldCell altIncrementValue]];
[newCell setControlTint:[oldCell controlTint]];
[newCell setKnobThickness:[oldCell knobThickness]];
[newCell setMaxValue:[oldCell maxValue]];
[newCell setMinValue:[oldCell minValue]];
[newCell setDoubleValue:[oldCell doubleValue]];
[newCell setNumberOfTickMarks:[oldCell numberOfTickMarks]];
[newCell setSliderType:[oldCell sliderType]];
[newCell setEditable:[oldCell isEditable]];
[newCell setEnabled:[oldCell isEnabled]];
[newCell setEntryType:[oldCell entryType]];
[newCell setFocusRingType:[oldCell focusRingType]];
[newCell setHighlighted:[oldCell isHighlighted]];
[newCell setTarget:[oldCell target]];
[newCell setTickMarkPosition:[oldCell tickMarkPosition]];



Andreas _______________________________________________ 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
References: 
 >Re: subclass of NSSlider won't call action method (From: Chris Stephens <email@hidden>)
 >Re: subclass of NSSlider won't call action method (From: "Timothy J. Wood" <email@hidden>)

  • Prev by Date: Re: Printing Problem (Was: Re: Generating PDFs....)
  • Next by Date: Drawers and Interface Builder
  • Previous by thread: Re: subclass of NSSlider won't call action method
  • Next by thread: NSDocumentController Subclass Response
  • Index(es):
    • Date
    • Thread