November 2004

How to embed PostgreSQL in my application ?

We develop an application requiring a database and want to use PostgreSQL for technical reason, but we want to make the life of our users as easy as possible when installing our product. We would like to embed the PostgreSQL server in your application bundle, is that possible ?
More...

When adding a column to a NSTableView the alternate background color is not displayed in the added column ?

Is there any workaround ?
More...

How to refresh a progress indicator in a lengthy monolithic task ?

We need a visual feedback during a very long computing task but when we change value of a progress bar using setDoubleValue nothing happens until the computing task is done ?
More...

How to show invisible files and folders in NSOpenPanel list

Are there any way to show invisible files/folders in NSOpenPanel list?
More...