Tagged Questions
Objective-J is a programming language for web development and was used to create the Cappuccino Web Framework.
33
votes
5answers
5k views
SproutCore vs. Cappuccino
Aside from the language differences Javascript vs. Objective-J what benefits does Cappuccino provide over SproutCore and vice-versa in your experiences?
In terms of a long-term forecast, is ...
8
votes
2answers
524 views
Is Objective-J essentially JavaScript?
I've been stumbling upon Objective-J. It should be a superset of JavaScript ... but how's that possible without a browser plugin or some addon? How can they drive around the syntax of JavaScript and ...
8
votes
4answers
2k views
Anyone know of Objective-J syntax highlighting in vi?
I have been looking at the new Objective-J / Cappuccino javascript framework from 280North. They provide plug-ins for SubEthaEdit and TextMate to handle syntax highlighting, but I primarily use vi. ...
5
votes
3answers
397 views
How well is Objective-J documented? Is the documentation good enough to start using it seriously?
I consider going with Objective-J, instead writing plain JavaScript. But I wonder if the documentation of the language and the frameworks is good enough, since it seems like a very young development.
4
votes
1answer
890 views
sproutcore or cappucino for web app development?
I recently found out about the sproutcore and capuccino frameworks for web app development as proper MVC approach to creating Desktop-like applications.
As far as I could understand, the main ...
4
votes
2answers
865 views
Atlas280 IDE alternatives
Are there any alternatives to 280Atlas (280atlas.com) (free/commercial)?
Which of those are mature?
4
votes
3answers
401 views
Are there any other frameworks (besides Cappucino) for building a desktop-like app in browser?
I would like to build an app which would be very similar to http://gomockingbird.com (will draw the mockups). Are there any other frameworks, besides Cappucino, for that? I dislike Objective-J syntax ...
3
votes
3answers
454 views
Are there other languages than Objective-J that get “compiled” to JavaScript in the browser?
Objective-J is compiled/transformed into JavaScript directly on the browser. (This is contrast to doing this on the server, as GWT does for Java.) Has this approach been implemented for any language, ...
3
votes
1answer
383 views
Objective-J and Cappuccino and CGRect
I'm quite new to objective-j and the framework so I was attempting to drill down and understand some code, but I'm getting lost with the object (or struct) CGRect.
Here is the full documentation: ...
2
votes
1answer
89 views
Can I use node.js with Objective-J?
I would like to write a web application using node.js and Cappuccino. I want to write the back-end in Objective-J, just like the front-end.
Can I use node.js with Objective-J? What is needed to do ...
2
votes
3answers
908 views
What is the Best Editor or IDE for Cappuccino Objective J development in Windows?
Could any one recommend me a Good Editor or an IDE for Cappuccino Web development in Windows.
2
votes
1answer
347 views
CPView tiled background?
Is there a way to tile an image in objective-j on a CPView?
something along the lines of:
[CPImage alloc] initWithPatternImage:@"Resources/grid.png" size:CGSizeMake(5.0, 5.0)]
Thanks guys ;)
2
votes
2answers
648 views
Objective-J Tutorial
Is learning objective-J worth considering the limited amount of Objective-J tutorials. Also what would be a good place to start
2
votes
4answers
407 views
Managing inverse relationships without CoreData
This is a question for Objective-J/Cappuccino, but I added the cocoa tag since the frameworks are so similar.
One of the downsides of Cappuccino is that CoreData hasn't been ported over yet, so you ...
2
votes
1answer
485 views
Clear and Redraw with Cappuccino (Objective-J)
basically I have this
@implementation MyView : CPView
{
CPArray MyPanelArray;
}
// Populate the MyPanelArray and position each panel
- (void)initMyView
{
...
}
MyPanels are pretty much ...
1
vote
1answer
30 views
How can I add a border to CPView?
I'm new to cappuccino, but I'm picking the language up fast. How can I add a border to a CPView? Or should I be using a different object instead? I've got a CPView that I'm using as a content view, ...
1
vote
1answer
49 views
CPArrayController not updating when new objects are added
Problem
Cappuccino app initially loads successfully. After an ajax call is made and an array is populated with JSON Objects, the Array Controller doesn't recognize it and populate the data.
Setup
...
1
vote
1answer
77 views
Objective-C: sortDescriptorsDidChange argument?
I don't get why sortDescriptorsDidChange takes an argument oldDescriptors if it is never used in the method.
- (void)tableView:(CPTableView)aTableView sortDescriptorsDidChange:(CPArray)oldDescriptors ...
1
vote
1answer
68 views
Can I have resizable by mouse views with Cappuccino?
Can I have resizable by mouse views with Cappuccino ?
I mean, I need a "iTunes" layout as the layout sample code on their website.
But I wold like to be able to resize the areas with the mouse from ...
1
vote
1answer
115 views
Clip a CPImage into a circle or other shape
I have a rectangular CPImage setup like so
var img = [[CPImage alloc] initWithContentsOfFile:"Resources/img.jpg""];
I'd like to display that in my CPView subclass in a circle with the part of ...
1
vote
3answers
617 views
Free UI tools for Cappuccino?
I'm looking for free tools to design the UI for my web app.
I'm pretty new to this field, so please point me to acceptable solutions.
Basically, I need to fill a "screen" with some controls, that's ...
1
vote
2answers
226 views
Good book for learning language-design/implementation?
I would like to start contributing to Cappuccino -- mainly though, Objective-J. I have a good understanding of JavaScript, but not of language design/implementation. Is there a good book that covers ...
1
vote
1answer
130 views
What is a Cib? (objective-j related? I'm not sure)
I was looking at some Cappuccino code (trying learn a little bit of it) and saw something called a Cib.
http://github.com/Calvin4/simple-cappuccino-sinatra-app/blob/master/public/AppController.j
Look ...
1
vote
1answer
149 views
What are some large, model-rich open source applications?
I need to identify a large model-rich open source ruby, c-sharp, objective-j or java applications so that I can target them for a series of projects. Are you guys aware of any that I could use?
1
vote
1answer
370 views
Cappuccino and Spring
Does anyone have experience with making Cappuccino-based webapps that consume REST-based webservices from Spring? Any recommended tutorials? Or just Capuccino/AJAX tutorials? Any thoughts on this ...
1
vote
2answers
382 views
How many work hours for 280Slides?
Here's an interesting question for J-Objective coders out there. How many work hours would it take for you to code the clone of 280Slides.com with Sproutcore. Also estimates with Cappuccino are ok ...
1
vote
1answer
416 views
Does Objective-J support protocols like Objective-C?
I can't seem to find any documentation on the Objective-J language itself. Does it support @protocol like Objective-C?
Is there a language spec somewhere I'm missing?
1
vote
2answers
1k views
Are there any jEdit syntax highlighting modes for Objective-J
I have found some in the Cappuccino website (vim, textmate and SubEthaEdit), but not for jEdit, and unfortunately I'm just starting on Objective-J so can't make my own. If anyone has got one of them ...
0
votes
1answer
15 views
How to draw text in Cappuccino
I am trying to draw some text in my CPView, I have this:
- (void)drawRect:(CGRect)aRect{
var ctx = [[CPGraphicsContext currentContext] graphicsPort],
viewBounds = [self bounds];
...
0
votes
1answer
32 views
Resize handlers on Cappuccino
how do I add the resize handlers to a CPView in Cappuccino? I saw an example that has rotation handlers, but I want to resize the view freely.
Rotate example
0
votes
1answer
35 views
How to set up Objective-J and Cappuccino
I am trying to start development in Objective-J but I am completely lost as to how to set it up. The documentation about setting it up, didn't really help me. I am very familiar with web development ...
0
votes
2answers
30 views
CPPredicateEditor is blank
I'm building a web application with the Cappuccino framework, and I'm using the new Xcode integration through the XcodeCapp-Cocoa listener. When I place an NSPredicateEditor into a nib file (like ...
0
votes
1answer
17 views
Is there a way to permit the display of the browser's scrollbar with cappuccino?
The question says it all; I'm interested in using Cappuccino to make layout simpler for me, so I'd like to keep the browser scrollbar active.
0
votes
2answers
82 views
Objective-J with windows
Is there any way to work on Objective-J in Windows platform ?
Any such IDE, Compiler for Objective-J for windows ?
Is Cappuccino developed only for Windows?
0
votes
1answer
28 views
Can CPPredicates be used on native javascript objects?
Can you use a CPPredicate to check native javascript objects in cappuccino? I am trying to filter a native javascript array that has native javascript objects in it.
0
votes
1answer
99 views
How to get code completion for cappuccino and objective-j?
Is there an IDE/Text Editor that provides robust code completion/hinting for cappuccino and objective-j? Right now I use Text Mate and it provides syntax highlighting, but no code completion/hinting ...
0
votes
1answer
91 views
Key-Path for a an element of a dictionary property of an object in a predicate?
In short, I am looking for the correct predicate format to index into a dictionary attribute on an object.
I have an array of myObject instances, each with an attribute ...
0
votes
2answers
142 views
Intellisense for Objective-J?
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 should ...
0
votes
1answer
50 views
How to send a single form with files and textfields in Cappuccino Objective-J
I have found that with Cappuccino the only way to send files from user to server is using the UploadButton class from https://github.com/MCF/FileUpload
The problem is that UploadButton creates a new ...
0
votes
1answer
188 views
How to Build a Calendar Custom Control?
Synopsis
I want to build a custom control which displays events in a calendar.
Here is the draft:
The Concept
The bottom left box is vertically scrollable. The bottom right box scrollable in ...
0
votes
1answer
105 views
Cappuccino Drag n Drop Examples
I was wondering does any know of any source code examples or tutorials using cappuccino's drag n drop feature?
More specifically I am looking for something that show how to drop an multiple image on ...
0
votes
1answer
71 views
I need to know when a textfield is done being edited
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.
This question seemed similar but in Objective C? ...
0
votes
0answers
62 views
CPWindow multiple toolbars
How to view two toolbars in one window? setToolbar: sets one toolbar, but how to set more than one?
0
votes
1answer
154 views
Upload file by dragging to browser window in Cappuccino
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 ...
0
votes
1answer
349 views
Issue in Cappuccino framework in Xcode
I am newbee in Cappuccino framework.
I have following error in XCode
mkdir: /CappuccinoSample/test6/build/Debug: File exists
cp: /Developer/Cappuccino/Tools/cxhelper/cxhelper: No such file or ...
0
votes
2answers
238 views
How to center a CPWindow in Cappuccino
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:
[view setAutoresizingMask:CPViewMinXMargin | ...
0
votes
1answer
38 views
Objective-J: Parse error when init custom obj
I come from a Cocoa background, so I'm familiar with how Objective-j should work.
When I create a custom object, seen here:
https://gist.github.com/800413
I get a parse error, any ideas?
0
votes
1answer
151 views
Has there been any work done towards running Objective-J code in a node.js process?
More specifically, I'm looking to serialize plist's from string data within a node.js process and send them in a request.
For example:
var data = [CPPropertyListSerialization ...
0
votes
1answer
154 views
Understanding methods syntax in Objective-C and Objective-J
I've a simple question about objective-c / objective-j syntax.
This is a method dataForItemsAtIndexes and it gets as parameters a CPIndextSet and CPString.
It should return a CPData object. However I ...
0
votes
2answers
147 views
I've some hard time to understand method signatures in Objective-J / Objective-C
I've some hard time to understand method signatures in Objective-J (but it should be the same on Objective-C).
The syntax should be:
-(return_type)instanceMethod1:(param1_type)param1_varName ...