Creating/Populating Windows programatically
Creating/Populating Windows programatically
- Subject: Creating/Populating Windows programatically
- From: gnat <email@hidden>
- Date: Wed, 31 May 2006 12:02:01 -0400
Hello,
I'm looking to auto generate windows on the fly based on the
contents of a file (XML schema). I am looking to do this so that I
don't have to update the Application when the files are changed (i.e.
use the schema to build an XML file and where possible would like to
avoid special code when changes are made to the scheama(s)).
I have found a few references to creating windows (notably the full
screen app walkthrough at cocoadevcentral), but I have not found
anything that gives a good end to end example of creating a window
and adding objects to it (though I have gathered that I need to
create a view and put the objects in the view) as well as how to do
all the binding stuff that IB does for you. Anyone have any good
resources?
One issue I have specifically noticed so far are that there are
black areas at the top left and right corners of my (titled) window.
Anyone know what is causing this? Or is it an artifact of not having
a delegate setup yet?
Thanks,
-dave
_______________________________________________
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