function/library to pack javascript?

2010-01-18 Thread Eric Boo
Hi All, I'm trying to find a C/Objective-C function or library that will help me pack javascript, something like YUI Compressor or Dean Edwards's packer. Instead of doing this online, I'll need to do substitutions on the javascript code before packing it. Couldn't find a solution online. Does an

alternative to NSMatrix due to cell size restriction

2010-02-17 Thread Eric Boo
Hi All, I have an NSView in which I'm placing an NSMatrix, with the number of columns modifiable by the user. The problem is that I need to have cells of differences sizes in the NSMatrix so perhaps NSMatrix is not suitable for me. The user will be able to drag stuff (text, images etc) into each

Re: alternative to NSMatrix due to cell size restriction

2010-02-17 Thread Eric Boo
es. (Especially > that new one with the artwork.) > -Steven > > On Wed, Feb 17, 2010 at 6:17 AM, Eric Boo wrote: >> >> Hi All, >> >> I have an NSView in which I'm placing an NSMatrix, with the number of >> columns modifiable by the user. >> >

2 IKImageBrowserView behaving differently

2009-07-16 Thread Eric Boo
Hi all, I have 2 tabs, with an IKImageBrowserView in each tab. I have implemented imageBrowser:writeItemsAtIndexes:toPasteboard: so I can drag images from one IKImageBrowserView to another, and have also implemented imageBrowser:removeItemsAtIndexes: so images can be removed. However, reordering