Skip to content

Instantly share code, notes, and snippets.

View mikecsh's full-sized avatar

Mike mikecsh

  • London
View GitHub Profile
@mikecsh
mikecsh / AppController.j
Created April 3, 2013 00:32
UIWebView Layout Issue
/*
* AppController.j
* WebViewTest
*
* Created by You on April 3, 2013.
* Copyright 2013, Your Company All rights reserved.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@mikecsh
mikecsh / CPDecimalCompare Problem
Created January 23, 2013 11:19
CPDecimalCompare Problem
/*
* AppController.j
* CPDecimalTest
*
* Created by You on January 11, 2013.
* Copyright 2013, Your Company All rights reserved.
*/
var debugCPDecimalCompare;
@mikecsh
mikecsh / AppController.j
Created July 4, 2012 14:09
Bindings Test App
/*
* AppController.j
* DatePickerTest
*
* Created by You on July 3, 2012.
* Copyright 2012, Your Company All rights reserved.
*/
@import <Foundation/CPObject.j>
@import <AppKit/AppKit.j>
@mikecsh
mikecsh / AppController.j
Created January 23, 2011 01:11
Sheet display issue
/*
* AppController.j
* SheetGetsStuck
*
* Created by You on January 23, 2011.
* Copyright 2011, Your Company All rights reserved.
*/
@import <Foundation/CPObject.j>
@mikecsh
mikecsh / CPTableViewIssues
Created January 22, 2011 16:43
Cappuccino CPTableView Issues
@import <Foundation/CPObject.j>
@implementation AppController : CPObject
{
CPTableView _tableView;
}
- (void)applicationDidFinishLaunching:(CPNotification)aNotification
{
var theWindow = [[CPWindow alloc] initWithContentRect:CGRectMakeZero() styleMask:CPBorderlessBridgeWindowMask],