Re: Re: CarbonView newbie
Re: Re: CarbonView newbie
- Subject: Re: Re: CarbonView newbie
- From: Marc Poirier <email@hidden>
- Date: Tue, 15 Jun 2004 19:32:57 -0400 (EDT)
Are you sizing your root pane control to the size of your GUI? If not,
then the window may be 0x0, not having any size to go by. You do
something like this at the end of CreateUI():
SizeControl(mCarbonPane, yourWidth, yourHeight);
Marc
On Tue, 15 Jun 2004 email@hidden wrote:
>
Well, I think I had this grasped already. My Editor does start up and
>
happily communicates with the AU it is supposed to control. It also
>
receives a windowRef from the host and I thought that meant that the
>
host had opened a window and that the windowRef could be used to draw
>
stuff and whatever you want to do with a window. But I see no window.
>
>
/Olof W
_______________________________________________
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.