Questions tagged [objective-j]

Objective-J is a programming language for web development and is used to create web applications in the Cappuccino front-end web framework.

Objective-J is a programming language for web development and was used to implement the Cappuccino Web Framework. Objective-J syntax and API is modelled after Objective-C and the language is built entirely on top of JavaScript. Programs written in Objective-J are interpreted in the client, so no compilation or plugins are required. Objective-J is a superset of JavaScript, meaning that any valid JavaScript code is also valid Objective-J code, in the same way that Objective-C is a superset of C. Objective-J is released under the LGPL.

78 questions
0
votes
3 answers

Change value in array controller by typing in table view cell

So I have a CPTableView with 2 columns. My CPTableView is filled thanks to an Array Controller which is bind with the CPTableView Columns. I know how to fill, refill the table view, no problem. My problem is that I want to change the value of a cell…
Fenkiou
  • 65
  • 1
  • 7
0
votes
1 answer

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 < 600.0) { //drag is within the drawable area [self…
anilCSE
  • 2,461
  • 3
  • 23
  • 29
0
votes
1 answer

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 pure-Javascript or pure-Objective-C app, which would end…
Ivan Vučica
  • 9,529
  • 9
  • 60
  • 111
1 2 3 4 5
6