Objective-J is a programming language for web development and is used to create web applications in the Cappuccino front-end web framework.
0
votes
1answer
21 views
Resize content of CPScrollView
I have a CPWindow. In it, i have a CPScrollView which is set to 284px of width and 434px of height.
This code show how i fill out the CPScrollView:
for(var i = 0; i < 50; i++)
{
var ...
-1
votes
0answers
17 views
Cappuccino Getting Start Tutorial: don't show changes on AppController.j
I guess I am doing something really stupid. Trying to get through Getting Start tutorial, I came to the part of modifying Hello World to add a button. Run it over (through OSX web server) but button ...
0
votes
0answers
13 views
Getting mismatch in the dimensions on returning
I am getting a mismatch in the dimensions of a window while calling in a method in cappuccino...
Here is my code:
var window1= [[WindowView alloc] initWithFrame:CGRectMake(0,0,600,300)];
I am ...
0
votes
1answer
21 views
Page resizing using cappuccino
How can I increase my window size when dragging an object in the window, after it's bounds using cappuccino. Here is my sample code:
if(dragLocation.x < 1000.0 && dragLocation.y < ...
0
votes
0answers
13 views
Drag and drop using cappuccino
How to add drag and drop to the shapes in cappuccino. I found only for images, unable to extend it to the cappuccino shapes.
Thanks.
0
votes
1answer
42 views
objective j loads slowly in browsew
I am iOS developer. I know just a couple of languages and I hate html because of the lack of possibilities there.. I've just red about objective-j. When I try to open any code in web browser (last ...
1
vote
1answer
77 views
Cappuccino [warn]: Could not connect the action
This has to be something stupid, because this is so basic and even then it is not working.
Anyways,
➜ ~ capp --version
cappuccino 0.9.6 (2012-11-17 788ee6)
I built a basic NibApplication from ...
0
votes
1answer
72 views
Using Cocoa class names with Cappuccino
Is it possible to use Cocoa names for equivalent Cappuccino classes while developing for Cappuccino?
I'm thinking about trying to leverage JSCocoa, Cappuccino and Emscripten to develop either ...
0
votes
1answer
112 views
Is there a recent CPTableView tutorial using IB?
I'm looking for a recent Cappuccino tutorial that shows how to implement a CPTableView using IB/Xcode 4 with XcodeCapp -- all of the CPTableView examples that I've found are fully implemented in code ...
2
votes
1answer
94 views
Cannot add category to CPView Cappuccino
I am trying to add this category to CPView but XCodeCapp gives an error and I get unrecognized selector sent to instance error when I try to use this method.
@import <AppKit/CPView.j>
...
2
votes
1answer
68 views
Cappuccino - take an image from a CPView
I have a CPView with some children (CPImageView's, CPTextField's, etc) and I would like to know if it's possible to take an screenshot of that parent view.
Thanks
0
votes
1answer
36 views
How do you call a class method from an instance method without using the class name
I have a base class that implements some class methods. It's using the class name to infer what resource it is and remotely fetch it.
@implementation BaseResource : CPObject
+ ...
0
votes
2answers
234 views
Cappuccino: Keyboard events getting squashed in reCAPTCHA input field
I'm integrating a reCAPTCHA into my Cappuccino app and I have it all working besides this odd input functionality in the reCAPTCHA input text field: Only some keys seem to work, "qwrszcv" and a few ...
0
votes
1answer
209 views
Cappuccino - Load images from disk to a CPImageView
I am looking for a way to load an image from my disk into a CPImageView. Is this possible?
0
votes
1answer
132 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
101 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
113 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
3answers
117 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 ...
1
vote
1answer
36 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.
1
vote
1answer
86 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
2answers
404 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
52 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.
1
vote
1answer
380 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 ...
3
votes
2answers
545 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 ...
1
vote
1answer
121 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
388 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
341 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
98 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 ...
1
vote
1answer
501 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
311 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
136 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
110 views
CPWindow multiple toolbars
How to view two toolbars in one window? setToolbar: sets one toolbar, but how to set more than one?
2
votes
1answer
267 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 ...
1
vote
1answer
477 views
Issue in Cappuccino framework in Xcode
I have following error in XCode
mkdir: /CappuccinoSample/test6/build/Debug: File exists
cp: /Developer/Cappuccino/Tools/cxhelper/cxhelper: No such file or directory
...
0
votes
2answers
505 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
57 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
2answers
240 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 ...
1
vote
1answer
156 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
96 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 ...
0
votes
1answer
195 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
189 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 ...
0
votes
3answers
3k views
XCode Crashing When Opening Project File
XCode keeps crashing on me when I open my project file. I've been able to open it fine for weeks now. Not sure how to diagnose. It only crashes for a specific project.
Process: Xcode [1293]
...
0
votes
1answer
265 views
How can I download an image from a URL using CPImage?
I have a CPImage:
-(void)setAvatarImageForMessage:(STMessage)aSTMsg{
var image = [[CPImage alloc] initWithContentsOfFile:aSTMsg.avatar_url];
[image setDelegate:self];
if([image ...
44
votes
5answers
9k 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 ...
0
votes
3answers
321 views
Speed comparison of Cappuccinos obj_msgSend() vs. normal JavaScript-call avaiable?
As you know Cappuccino implements the dispatch mechanism of Objective-C / Smalltalk to send messages to objects (~call their methods) in a special method called objj_msgSend.
[someObject ...
0
votes
1answer
131 views
Changing title in CPButton within an if/else statement (Objective-J)
I have a very simple Objective-J webapp that is a label and a button. The label text changes when the button is pressed. I want to make the title of the button change as well. If I put the change ...
5
votes
3answers
660 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, ...
0
votes
2answers
111 views
I'm looking for some good documentation on Objective-J
I know Objective-J is very new and i also know Cappuccino API does some Ok documentation. I was looking for other information out there. I'm really looking to learn a new powerful web based language. ...
2
votes
4answers
2k 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.
1
vote
1answer
167 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 ...