Some points: It should be gridSpacing not GridSpacing It should be gridMultiple not GridMultiple You should set drawDottedGridOn to nil rather than 0 I don't understand how you would set the xSnapSpacing and ySnapSpacing to 700. The database unit might be nanometers (that's common), but the userUnits are likely to be micron and I don't think it's possible to set it to nanometer (it's not a documented allowed value, and I tried and it didn't accept it). Also, if it did, the UI would be consistent with the bindkey - there's no scaling done by the callback of the display options form. So I think you need to set xSnapSpacing and ySnapSpacing to 0.7 (otherwise it will be 700um). What does geGetEditCellView()~>userUnits and geGetEditCellView()~>DBUPerUU return? Andrew
↧