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
0
votes
1 answer

Using Parse Javascript SDK in Objective J Cappuccino Project

Since valid Javascript code can be executed in Objective J, how would I go about adding the Parse SDK? Following this tutorial: Parse JS SDK In my project, I can't add the HTML script tag:
Justin Moore
  • 884
  • 2
  • 9
  • 22
0
votes
1 answer

Heroku fails to load resources for Cappuccino app (Nodejs)

Node.js web server: var express = require('express'); var path = require('path'); var favicon = require('serve-favicon'); var logger = require('morgan'); var cookieParser = require('cookie-parser'); var bodyParser = require('body-parser'); var…
Justin Moore
  • 884
  • 2
  • 9
  • 22
0
votes
5 answers

People could use your javascript code with Sproutcore/Cappuccino?

If you use either Sproutcore or Cappuccino for your frontend, doesn't it mean that everyone could see your javascript and copy it? If so, they'll have your whole frontend code. Am I right or wrong?
never_had_a_name
  • 90,630
  • 105
  • 267
  • 383
0
votes
3 answers

Cappuccino development in windows

can i do cappucino development in 100% windows without apache? thanks
femi
  • 974
  • 2
  • 13
  • 44
0
votes
0 answers

Web2py and/or Cappuccino (Objective-J) for CPU intensive tasks

I started a CPU-intensive project in web2py which at some point needs a dynamic GUI interface. Due to the intensive nature of the processing, I am unsure whether embedding this python code (in web2py views) would be price-sensitive as deployed to…
ballade4op52
  • 2,142
  • 5
  • 27
  • 42
0
votes
1 answer

Objective-J Cappuccino want a list of buttons on main menu, when I click the panel refreshes with UI of button selected

Dear all, I am new to objective-j/c and cappuccino not really sure how this all fits together. The code below is taken from http://github.com/jfahrenkrug/CappuccinoLocations1 What I need to do is: I need a landing main menu which is a CPView called…
Setori
  • 10,326
  • 11
  • 40
  • 46
0
votes
1 answer

Cappuccino Redirect

What would the best practice be to redirect someone to another page in Objective-J (Cappuccino)?
jhleath
  • 784
  • 1
  • 8
  • 18
0
votes
1 answer

Problem creating gui from xml -> Strange CPButton behaviour

Hallo, I'm new to objective-j and cappuccino and just have tried to create a small application, that creates the gui dynamically from a xml file. Unfortunately it works only partially. It seems that the button regions are disorder. This means, that…
Superpro
  • 1
  • 1
0
votes
3 answers

Using the `Main Menu` from a CIB

I'm creating a Cappuccino Application, and I have a CIB file with a menubar (from IB's Main Menu XIB template). Much like this one: alt text http://wearesakuzaku.com/blog/wp-content/uploads/2007/11/9-mainmenu-nib-opened-in-interface-builder.jpg How…
user142019
0
votes
0 answers

CPToolbar renders in the CPBorderlessBridgeWindowMask window only

I tried to add the custom toolbar to my application. To locate it at the bottom of the window I created one more window and added the toolbar to it: var theWindow = [[CPWindow alloc] initWithContentRect:CGRectMakeZero()…
Nickolay Kondratenko
  • 1,871
  • 2
  • 21
  • 25
0
votes
1 answer

autoconf: command not found Installing Cappuccino (Objective J)

I'm trying to install cappuccino. When I ran "./bootstrap.sh" I'm getting this error: Would you like to build the JavaScriptCore engine? This is optional but will make building and running Cappuccino and Objective-J much faster. Enter "yes" or…
user2924482
  • 8,380
  • 23
  • 89
  • 173
0
votes
1 answer

Live stream 'push' with Ajax

I just found an interesting demo of what can be done with the cappuccino framework; Push with Cappuccino and Tornado As far as I understands it, It keeps an async client/server connection, which is great to keep a "content" updated. I would like to…
Roch
  • 21,741
  • 29
  • 77
  • 120
0
votes
1 answer

How do I setup the development environment for cappuccino on windows 7

How do I install Cappuccino in Windows. The sample app doesn't run. Cant get to run the shell script. What am I doing wrong?
sly_Chandan
  • 3,437
  • 12
  • 54
  • 83
0
votes
1 answer

Setting CPView frame so that it encases drawn rect

my goal in Cappuccino is to adjust the CPView's frame so that every point of a drawn rect is encased. The rect is rotatable which makes it tricky: (source: asawicki.info) . I understand that in Cocoa I'd use CGContextGetClipBoundingBox(context).…
saeppi
  • 259
  • 4
  • 16
0
votes
1 answer

XcodeCapp complains about NSToolbarPrint when using Toolbar in Interface Builder

Since I moved from Cappuccino 0.9.6 to 0.9.7, XcodeCapp gives me the error 'The built in image "NSToolbarPrint" is not supported' when there is a toolbar in Interface Builder. Removing the print item doesn't help. Any ideas?
Naoki
  • 49
  • 6
1 2 3
9
10