http://www.newton-inc.com/dev/techinfo/qa/qa.htm
tapAction
slot but it does not work. What is missing?tapAction
slot if it does not find a 'text
slot in the partFrame
as well. The 'text
slot contains the name that will be displayed in the Extras drawer.tapAction
to a your part frame (in other words, your autopart): DefineGlobalConstant('kTapActionFn,func()begin // your code goes here! end);// part MUST have a text slot for tapAction to be used// text slot is the name seen by the user in ExtrasSetPartFrameSlot('text, kAppName) ;SetPartFrameSlot('tapAction, kTapActionFn) ;