In article
<ralley.2-2FCC69.11035324022006@charm.magnus.acs.ohio-state.edu>,
>
> Has anyone used PPxViewConverter recently to make a .nib file
[quoted text clipped - 12 lines]
>
> but this doesn't seem to be working. Is there some magic I'm missing?
The .ppob format has been deprecated and now using .nib files is the
preferred method of loading your UI.
> Has anyone used a .nib file directly in CW10 with luck?
Yes, although it is possible that it has a few glitches. PPx is now
open sourced on SourceForge and I believe there is at least one person
that was talking about updating the code that creates PPx windows from
nib files.

Signature
Isaac Wankerl
Metrowerks
david ralley - 24 Feb 2006 17:33 GMT
[re:.nib file directly in CW10]
> Yes, although it is possible that it has a few glitches. PPx is now
> open sourced on SourceForge and I believe there is at least one person
> that was talking about updating the code that creates PPx windows from
> nib files.
I haven't upgraded to v10 yet, but I see that I can use the SourceForge
version of PPx to load data from nibs.
So I can now load a window from a nib using a call like this?
PPx::Window* myWindow =
PPx::NibDecoder::CreateWindowFromNib <MyWindowClass>
(CFSTR(" MyNibName", CFSTR(" MyWindowName");
Were there any additional PPx demos added to the CW10 release, espeically
ones that construct windows from nibs?
david
Isaac Wankerl - 26 Feb 2006 22:49 GMT
In article
<ralley.2-6F596D.12335924022006@charm.magnus.acs.ohio-state.edu>,
> [re:.nib file directly in CW10]
> >
[quoted text clipped - 11 lines]
> PPx::NibDecoder::CreateWindowFromNib <MyWindowClass>
> (CFSTR(" MyNibName", CFSTR(" MyWindowName");
Yes.
> Were there any additional PPx demos added to the CW10 release, espeically
> ones that construct windows from nibs?
The stationery projects did, but there weren't many more examples, if
any, added to Pro 10.

Signature
Isaac Wankerl
www.iwankerl.com