Hi I am trying to create a table-view programatically using a cocoa lisp bridge called clozure CL. Now I doubt many people are familiar with this package so I will not go into specifics of my code but I am getting some very strange errors when I try to call addSubview to add my tableView to my window. I have initialized it using InitWithFrame. I am wondering what are the minimum the steps required to programatically setup and add a tableView to a window. I cannot use the interface builder.
Any links to code that shows how to this in objective c would be very helpful I can do the conversions to lisp.