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
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
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.
>>
>
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