In short, I am looking for the correct predicate format to index into a dictionary attribute on an object.
My editor of choice for Objective-J Cappuccino development right now is Sublime Text 2. Unfortunately I haven\'t had any luck finding an Objective-J intellisense autocomplete plugin. It seems it shoul
Synopsis I want to build a custom control which displays events in a calendar. 开发者_Python百科Here is the draft:
I was wondering does any know of any source code examples or tutorials using cappuccino\'s drag n drop feature?
I have a class that contains several textfields. I need to know when one is done being edited and send the new information to one of my other objects.
Is there anything that has been done by somebody to make it a simple process to upload a file to the server in Cappuccino by dragging it from desktop to the browser window? Are there any built-in feat
I\'m interested in having a CPWindow (specifically a CPPanel) be centered and auto-sized much like you might do the same for a CPView as follows:
I have following error in XCode mkdir: /CappuccinoSample/test6/build/Debug: F开发者_C百科ile exists
I come from a Cocoa background, so I\'m familiar with how Objective-j should work. When I create a custom object, seen here:
I don\'t get why sortDescriptorsDidChange takes an argument oldDescriptors if it is never used in the method.