You cannot post messages because only members can post, and you are not currently a member.
Description:
Mailing list for the Cappuccino javascript web framework and the Objective-J programming language.
|
|
|
setBackgroundColor on Custom View
|
| |
Hi, I'm very new to Cappuccino, and so I'm not sure if this is a bug or not. I have a custom view that calls setBackgroundColor on itself in its initWithFrame. When adding that as a subview in applicationDidFinishLaunching it works properly, but when adding it with Interface Builder everything works except that the background color is never... more »
|
|
Reminder; CPCoderNight tonight at 7
|
| |
Just a reminder that we are having our inaugural CPCoderNight tonight at 7PM at the People's Cafe in San Francisco (google maps: bit.ly/ 5CH0i4 ). All three of us from 280 North will be there and we can hopefully help you guys work out some of the issues that we've seen here on the mailing lists but have been to swamped to tackle. You can... more »
|
|
CPTextField / CPURLRequest question
|
| |
Hello, I have a simple Sinatra app and I am trying to integrate Cappuccino into it as an experiment. In the version of the Sinatra app with no Cappuccino, there is a form with an action of "/data" and when you submit the form, it takes you to the "localhost:4567/data" page and displays the input from the form.... more »
|
|
IE8 bug in current frameworks?
|
| |
I was about to test some projects in IE8. All of them failed. I created an empty project with Atlas (latest). It failed too. This is the error window: [link] Although it's in german maybe it's useful. Is this a known bug?
|
|
Back-to-front sequencing of CPViews (or use CALayers)?
|
| |
Hi all, First post, apologies in advance if I'm miss some delicate point of cap/obj-j forum protocol :) Playing around with the FloorPlan demo raised a curious behavior that I'm trying to defeat. I have noticed that when one of the FurnitureView (: CPView) objects is nominated to be the active EditorView (: CPView) element, it gets... more »
|
|
Possible Typo in CPDragServer
|
| |
Hi everyone, I jave been banging my head for the best part of last week against the drag and drop stuff in the jake branch. It is looking better and better with the introduction of CPDragServer and the new CPTextField - congratulations to everyone involved. I have come across a possible typo in the CPDragServer source.... more »
|
|
Creation, Instantiation and Use of Controllers
|
| |
Hello, I've seen many examples for Cappuccino applications that merely use an ApplicationController and have that arrange any views and coordinate communication between those. This has led me to adopt that style for my own programming, why I guess will create problems with middle- or larger-sized projects.... more »
|
|
|