Skip to content

Instantly share code, notes, and snippets.

@Me1000
Created November 14, 2009 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Me1000/234718 to your computer and use it in GitHub Desktop.
Save Me1000/234718 to your computer and use it in GitHub Desktop.
var point = CGPointMake(CGRectGetMinX([deadlineField frame]), CGRectGetMaxY([deadlineField frame]));
console.log(point);
point = [projectDetailsView convertPoint:point toView:nil];
console.log(point);
point = [[appController theWindow] convertBaseToGlobal:point];
console.log(point);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment