/* ** Newton Developer Technical Support Sample Code ** ** WhoOwesWhom, a Stationery Example ** ** by Bob Ebert & Greg Christie, Newton Developer Technical Support ** ** Copyright © 1995 by Apple Computer, Inc. All rights reserved. ** ** You may incorporate this sample code into your applications without ** restriction. This sample code has been provided "AS IS" and the ** responsibility for its operation is 100% yours. You are not ** permitted to modify and redistribute the source as "DTS Sample Code." ** If you are going to re-distribute the source, we require that you ** make it clear in the source that the code was descended from ** Apple-provided sample code, but that you've made changes. */ // App stuff constant kSuperSymbol := '|IOU:PIEDTS|; // A good idea, generally constant kDataSymbol := '|IOU:PIEDTS|; // For single dataDef apps // constant kData2Symbol := '|UOMe:PIEDTS|; // example of a 2nd data def symbol constant kTestMinAppSize := nil; constant kTestMaxAppSize := nil; constant kMinWidth := 220; constant kMaxWidth := 240; constant kMinHeight := 220; constant kMaxHeight := 336;