Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Table View and grids



Many Thanks Philip,

The below is just what I found and where I failed. Your mail made me just try 0,1,2,3 as parameters and that worked. But I still don't understand the below description of setting parameters

Thanks and Regards
Andreas

enum {
    NSTableViewGridNone = 0,
    NSTableViewSolidVerticalGridLineMask = 1 << 0,
    NSTableViewSolidHorizontalGridLineMask = 1 << 1
};

setGridStyleMask takes an unsigned int parameter so you should be able to get by with the number 1 to specify vertical grid only.


Philip Aker philip->vcn.dot.bc.dot.ca


_______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-studio mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-studio/email@hidden

This email sent to email@hidden
References: 
 >Table View and grids (From: Andreas Kiel <email@hidden>)
 >Re: Table View and grids (From: Philip Aker <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.