Questions tagged [cappuccino]

Cappuccino is an Objective-J framework for developing modern applications which run in a web browser.

Cappuccino is an Objective-J framework for developing modern applications which run in a web browser.

152 questions
3
votes
3 answers

Which JavaScript framework to develop a client-side complex UI? Dojo, SproutCore, Cappuccino

I have been using Dojo and Dijit for more than a year to develop a browser-based IDE. Dojo is a great framework. But creating an IDE-like interface using Dojo is cumbersome and wastes a lot of time unless you are a CSS superman. I have a good…
nvd_ai
  • 980
  • 10
  • 20
3
votes
2 answers

Cappuccino, Spoutcore or Homegrown solution for web based drawing application?

I'm currently looking at building an application for drawing entity relationships (data models). Looking at both Sproutcore and Cappuccino they both look beefy enough to handle that kind of thing (see 280 slides for cappuccino example)... Ideally I…
Daniel Upton
  • 5,103
  • 8
  • 38
  • 62
3
votes
2 answers

Scala RIA with Lift and

I'm curious what's the "best" way to program RIAs with Scala. I'm new to Scala and would simply like to know where to start learning. It seems obvious that for web-apps Lift is the perfect choice to be combined with Scala. However from what I've…
lhk
  • 18,941
  • 21
  • 87
  • 152
3
votes
1 answer

cappuccino django integration

Hi does anyone integrated cappuccino with django. I wanted to use cappuccino as a front-end and django as a backend and communicate via CFHTTPRequest / Json. I did the following: copy the the cappuccino app to the templates folder of my django app.…
locojay
  • 6,553
  • 3
  • 30
  • 41
3
votes
1 answer

How to multi-thread in Cappuccino

I have a data intensive Cappuccino application that can take up to 30 seconds to run a 'job' An example might be to combine values from a number of arrays to produce a further array for use in a TableView. I would like to include an animated…
3
votes
1 answer

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 ;)
spk
  • 31
  • 1
2
votes
1 answer

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 @implementation CPView (Custom) - (void) addSomething { var…
Andrew Lauer Barinov
  • 5,474
  • 9
  • 56
  • 80
2
votes
1 answer

Transition from iOS only support to iOS + Android + web

I have a couple of iOS apps (Objective-C + iOS frameworks + a few web APIs). No fancy graphics, no opengl, no fancy audio processing. I want to also support Android as well as general web users with a browser (on whatever device they might be). …
Ali
  • 16,538
  • 19
  • 94
  • 130
2
votes
1 answer

CPTreeController (Cappuccino)

what is the best way to build a binding compatible outline view datasouce in cappuccino ? i.e. a kind of CPTreeController my source is currently a jSON object (containing objects and arrays) and I would like to display it into an outline view as…
Flavien Volken
  • 14,820
  • 9
  • 78
  • 105
2
votes
1 answer

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 using new classes created.
zachzurn
  • 2,111
  • 13
  • 26
2
votes
1 answer

Key-Path for 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 CPDictionary(NSMutableDictionary) extAttributes and I am trying to allow…
jlujan
  • 1,158
  • 7
  • 10
2
votes
2 answers

How to access contents?

I have two forms named form1,form2. One form with textfields, another with file inputs. I need to forge a POST request to the serverside with contents of textfields and file inputs. Reading contents of textfields is easy. But I cannot find out how…
Sergey Filkin
  • 388
  • 3
  • 10
2
votes
1 answer

Dojo or Cappuccino or Sproutcore in term of speed and memory usage?

I want to develop a web application, but I need a strong and recent speed&memory comparison between Dojo, Cappuccino and Sproutcore, preferably latest version;
Kris
  • 21
  • 1
2
votes
1 answer

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 features in Cappuccion that let add this…
Sergei Basharov
  • 43,294
  • 56
  • 177
  • 295
2
votes
1 answer

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…
Mahek
  • 223
  • 1
  • 3
  • 7
1 2
3
10 11