objective-j

Free UI tools for Cappuccino?

Hi, 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, maybe somebody can help me with this problem for some framework other than Cappuccino...

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 ie MainView with five or so buttons, when you click on the LocationButton on MainView is...

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 learn how the CPView class works: CPView.j Now, I see CGRect objects (or structures) every...

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) remaining transparent. I tried this: - (void)drawRect:(CGRect)aRect { var path = ...

What is the Best Editor or IDE for Cappuccino Objective J development in Windows?

Could any one recommend me a Good Editor or an IDE for Cappuccino Web development in Windows. ...

I'm looking for some good documentation on Objective-J

I know Objective-J is very new and i also know Cappuccino API does some Ok documentation. I was looking for other information out there. I'm really looking to learn a new powerful web based language. Any Ideas? ...

Are there other languages than Objective-J that get "compiled" to JavaScript in the browser?

Objective-J is compiled/transformed into JavaScript directly on the browser. (This is contrast to doing this on the server, as GWT does for Java.) Has this approach been implemented for any language, other than Objective-J? ...