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.

149 questions
4
votes
4 answers

Has anyone had much success recently using the Cappuccino Framework?

I'm just creating my first project in Cappuccino without a lot of success. Looking for examples and documentation, there isn't a lot out there... The differences from real Objective-C and the lack of libraries mean you cannot easily convert code…
4
votes
1 answer

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: Cappuccino Ok, now I'm drilling down and I try to…
Derek Litz
  • 10,529
  • 7
  • 43
  • 53
4
votes
1 answer

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 difference between the two frameworks is that Cappucino…
swami
  • 673
  • 1
  • 9
  • 18
4
votes
2 answers

Atlas280 IDE alternatives

Are there any alternatives to 280Atlas (280atlas.com) (free/commercial)? Which of those are mature?
ktolis
  • 443
  • 1
  • 3
  • 14
4
votes
2 answers

How does Cappuccino manages to layout views like in Cocoa?

How does the layout support of Cappuccino work? For example the centering and the automatik resizing.
Richard Durr
  • 3,081
  • 3
  • 20
  • 26
4
votes
3 answers

Cappuccino on Windows

I'm a Rails dev, and some of the Cappuccino Rails concepts look damn compelling. Can I develop Cappuccino apps on a Windows (Vista) machine?
user94154
  • 16,176
  • 20
  • 77
  • 116
4
votes
3 answers

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 and built-in Cappucino pseudo-mac interfaces. Any…
orion3
  • 9,797
  • 14
  • 67
  • 93
4
votes
1 answer

Cappuccino - CPSplitView fixed subviews' size

I have a class GridNode inheriting from CPSplitView that is used to wrap objects of type GridELement. Each consecutive split of a GridNode divides it into two new GridNodes (containing GridElements that resize with their parent). Another class -…
Konrad Madej
  • 1,271
  • 1
  • 11
  • 19
3
votes
1 answer

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
maza23
  • 555
  • 1
  • 5
  • 16
3
votes
1 answer

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 wrappers for images. When everything is initialized it…
Felix
  • 699
  • 2
  • 9
  • 24
3
votes
1 answer

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 both directions. It's possible to move the event views…
Lenar Hoyt
  • 5,971
  • 6
  • 49
  • 59
3
votes
1 answer

Cappuchino frontend with a CakePHP backend

Has anyone attempted to integrate the Cappuchino javascript framework into a CakePHP based backend. is this recommended? As CakePHp can populate views with HTML is there any advantage of a frontend based framework on top of it? This question is not…
benhowdle89
  • 36,900
  • 69
  • 202
  • 331
3
votes
2 answers

Capuccino alternative with a comparable looking UI?

I'm looking for a set of Javascript based UI components for a web app I'm building and have found that many of the best looking web apps were built with the Capuccino framework; see http://www.getflow.com/, http://www.picsengine.com/home/ and…
evanmcd
  • 1,967
  • 3
  • 32
  • 52
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
  • 1,060
  • 11
  • 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,561
  • 8
  • 41
  • 64
1
2
3
9 10