Dan, If you are calling this from a user post install trigger (defined with deRegUserTriggers), then I think you may have to use: leSetObjectSelectable("Rulers" nil) as the palette (pte) functions are not initialised until after the first design is loaded (subsequent windows would have worked, but not the first). procedure(CCFpostInstallTrig(_args) ;pteSetSelectable("Rulers" nil "Objects") leSetObjectSelectable("Rulers" nil) ) deRegUserTriggers("maskLayout" nil nil 'CCFpostInstallTrig) Regards, Andrew.
↧