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
1
vote
2 answers

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?
Sadanand
  • 1,080
  • 3
  • 13
  • 30
1
vote
1 answer

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 Using the latest build from capp and xcc. I have an…
Travis
  • 3,156
  • 3
  • 21
  • 27
1
vote
2 answers

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 be doable, since Objective-J does have…
donalbain
  • 1,158
  • 15
  • 31
1
vote
2 answers

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 | CPViewMaxXMargin | CPViewMinYMargin | CPViewMaxYMargin]; …
M. Ryan
  • 6,973
  • 11
  • 52
  • 76
1
vote
1 answer

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 the browser in order to customize the UI. Can I…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
2 answers

How do I preserve flags/width in a printf-formatted NSString used as a key for NSLocalizedString?

I use genstrings to generate .strings files from source code files in my project. Though the project is technically a Cappuccino app, this question should apply equally to any project that uses .strings files. I have a format string that I'd like to…
Brian Donovan
  • 8,274
  • 1
  • 26
  • 25
1
vote
1 answer

Cappuccino V Sproutcore - Tableview

Has anybody used the table controls offered by these? I need features such as column sorting, resizing and moving, which unfortunately Sproutcore seems to lack? Does Cappuccino even offer these features?
amax
  • 33
  • 3
1
vote
2 answers

I'm confused about the tools/frameworks for mobile web app development

I'm confused. What are the differences between Sencha, Titanium, and Cappuccino?
TokyoDan
  • 196
  • 1
  • 11
1
vote
2 answers

What is the best framework for desktop applets to begin with?

I would like to make a simple desktop application to learn this kind of thing. What language would you recommend for beginner? Would you recommend using framework for beginners? I'm experienced only in javascript and little bit of PHP. What do you…
Adriana
  • 8,464
  • 13
  • 36
  • 37
1
vote
3 answers

Best tools web app that makes heavy use of dragging and dropping widgets on a page

I'm in the research phase for a web application I'm considering building and need some advice on the best choosing the best technology for the job. The app will make heavy use of dragging and dropping widgets onto a page and on top of other…
KJF
  • 2,083
  • 4
  • 21
  • 38
1
vote
1 answer

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 the image clipped (what lies outside the eclipse)…
Regis Frey
  • 888
  • 1
  • 11
  • 21
1
vote
1 answer

CPDatePicker - open at dateValue not today's month

Can you programatically trigger the buttons on a CPDatePicker graphical calendar? I'm setting the date object fine, but the calendar initially displays the current month, with today's day in blue, rather than the dateValue month. Clicking the little…
1
vote
2 answers

Cappuccino plist structure

The question is does anyone know what the structure of the (type-2) plist files in Cappuccino are? In Cappuccino there is a lot of use made of plist files. Some such as info.plist (type-1) follow a recognizable structure. These are fine i can…
PurplePilot
  • 6,652
  • 7
  • 36
  • 42
1
vote
2 answers

Using Cappuccino JS framework with PHP backend

I have php based application currently written using CI. I want to integrate Cappuccino JS framework at my UI layer. Does anyone know how can one go about doing that?
Obaid
  • 4,328
  • 9
  • 42
  • 42
1
vote
4 answers

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 it. Thanks. EDIT: Well, as soon as nobody answers,…
avp
  • 4,895
  • 4
  • 28
  • 40