You cannot post messages because only members can post, and you are not currently a member.
Description:
Mailing list for anyone interested in development of the Objective-J language and Cappuccino frameworks. Discussion of proposed features, architectures, code reviews, etc.
|
|
|
Weird issue after OSX 10.6.8 Update
|
| |
Hello, Today a really weird thing happened to me... I just accepted to install the latest updates on my snow leopard, but after the install I realized that I was not able to run jake any more. I scraped the narwhal, jsc, cappuccino directories and re-installed everything but it didn't help. I keep getting... more »
|
|
nib2cib issues
|
| |
Hello everybody, I have a problem with nib2cib converter that is driving me nuts. It is excactly the same problem as this guy had here: [link] I tried all the solutions mentioned there, but no luck... In short, every time I try to convert a .xib file it always creates a... more »
|
|
Xcode 4.3.2
|
| |
The new Xcode is not working when I try to compile the xib files.
|
|
Jake broken after installing node / npm
|
| |
This weekend I decided to spend sometime playing around with Node, so I installed Node (via homebrew), NPM, and socket.io. Turns out that jake got broken after I did that. Running jake on command line results in: Larson-2:cappuccino larson$ jake install (in /Users/larson/cappuccino) TypeError: Type error... more »
|
|
CPCoder NYC
|
| |
Everyone, I'm putting together a NYC cappuccino meet up. Please sign up for the google groups ([link]) and let me know if you're planning on coming. The next one is planned for April 10th at 19:00. More details on the google groups. Thanks, - Klaas Pieter... more »
|
|
Narwhal: write data
|
| |
hey list, I'm trying to support NSNib in nib2cib. In Apple nib files, NSNibs are represented as base64 data. Inside NS_InitWithCoder: i can get the correct data with the correct bytes array. Then i need to write it in a file in order to nib2cib again the resulting nib. I tried this: var utf16String = CFData.bytesToUtf16String(data .bytes());... more »
|
|
Typo in tutorial
|
| |
Hi,
I found a typo in tutorial code.
Scrapbook Part II
1. Building the PhotoPanel
[link]
typo : @implementation PhotoView : CPView
corrected: @implementation PhotoView : CPImageView
It was enough to make me screwed up to debug :)... more »
|
|
Narwhal-JSC working on Linux
|
| |
* also posted to narwhaljs list but it seems to be pretty dead lately * This uses webkit-gtk, to get the browser environment. Only a few lines were needed to initialize it. [link] (fork of 280north/narwhal-jsc) To compile you will first need a webkit development package for... more »
|
|
|