Page 1 of 1

Any chance to load NIB/XIB file

Posted: Mon May 26, 2008 1:40 pm
by CSAUER
It would be very cool if we would be able to design our UI with Interface Builder and if there would be a function that relies on it.

I think one component should be the "CreateNibReference" function.
But how to implement this into PB environment?

Is there anybody out there who has an idea how to do it?

Posted: Mon May 26, 2008 3:52 pm
by Fred
Well, it kiils the whole purpose of PB which is being portable. Also you will have to put a PB id to every new components, and be able to handle their events.. I don't know if a such mix is even possible.