Hi Andrew, Example for this simple script: procedure(printLayer() gs = geGetObjectSelectedSet()~>layerName printf("=> %L\n" gs) ) hiSetBindKey("Layout" "None " " print Layer () mouseSingleSelectPt()") hiSetBindKey("Layout" "None EF" " print Layer () mouseAddPt()") When I click the left mouse button, there's a delay before the layer name appears—I have to click again somewhere else for it to show up. Is there a way to fix this so the layer name prints in real time every time I click, without any delay? Thanks, EA
↧