Re: CreateCustomControl crash (Urs...?)
Re: CreateCustomControl crash (Urs...?)
- Subject: Re: CreateCustomControl crash (Urs...?)
- From: Airy André <email@hidden>
- Date: Fri, 25 Oct 2002 23:40:34 +0200
For custom controls, you should also look at Apple's HIFramework : it's
a quite nice C++ wrapping around controls.
You have some sample code at Apple Developper site and with my
AirySynth and AUStk AU (while my only control
currently available is very simple, as it does only display a png, it
only has a "draw" method...)
As posted by Urs :
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/CalendarView.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/ClockView.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/ColorSwatchView.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/HexEditorView.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/HICustomLeftRightSwitch.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/HIViewTest.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/SegmentView.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/SplitView.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/TickerView.htm>
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/URLTextView.htm>
All of the above (except for HICustomLeftRightSwitch) use this
secondary sample code, which is a set of C++ wrapper classes for the
HIView and Carbon Event Manager APIs and the HIRect type:
<http://developer.apple.com/samplecode/Sample_Code/
Human_Interface_Toolbox/HIFramework.htm>
and
http://airy.andre.online.fr/AU
Airy
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.