This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* AppController.j | |
* WktTest51 | |
* | |
* Created by Bruno Ronchetti on November 29, 2009. | |
* Copyright 2009, Ronchetti & Associati All rights reserved. | |
*/ | |
CPDraggedDragType = "CPDraggedDragType"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* AppController.j | |
* WktTest62 | |
* | |
* Created by Bruno Ronchetti on Janurary 9, 2010. | |
* Copyright 2010, Ronchetti & Associati All rights reserved. | |
*/ | |
@import <Foundation/CPObject.j> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-(void)selectedItem:anItemView | |
{ | |
var tag = [anItemView._toolbarItem tag]; | |
var viewsBefore = [[myMenu _toolbarView] subviews]; | |
var index = [viewsBefore indexOfObject:anItemView]; | |
if ([selectableItemsArray containsObject:tag]) | |
{ | |
switch(tag) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* AppController.j | |
* Created by Bruno Ronchetti on March 21, 2010 | |
* Copyright 2010, Ronchetti & Associati. | |
* The MIT licence | |
* Permission is hereby granted, free of charge, to any person | |
* obtaining a copy of this software and associated documentation | |
* files (the "Software"), to deal in the Software without |