[PCB_FORUM] Re: skill error

  • From: "Uri Chaplianka" <urich@xxxxxxxxxx>
  • To: <icu-pcb-forum@xxxxxxxxxxxxx>
  • Date: Thu, 2 Dec 2004 09:07:05 +0200

Your question exactly match to SKILL School !
To visit your group on the web, go to:

 <http://groups.yahoo.com/group/skill_school/>
http://groups.yahoo.com/group/skill_school/

Uri
 

-----Original Message-----
From: sureshbabu [mailto:suresh@xxxxxxxxxxxxxxx] 
Sent: Wednesday, December 01, 2004 3:38 PM
To: ICU Forum
Subject: [PCB_FORUM] skill error


 
 
Hi

   Please  tell me why    I  am  getting  the   following  skill  error
while  loading  this  example code.


E- *Error* eval: unbound variable - axlFinishEnterFun



(defun showText ()
"Print text of selected objects"
mypopup = axlUIPopupDefine( nil
(list (list "Done" 'axlFinishEnterFun)
(list "Cancel" 'axlCancelEnterFun)))
axlUIPopupSet( mypopup)
axlSetFindFilter( ?enabled list("noall")
?onButtons "noall")
axlSetFindFilter( ?enabled list("symbols")
?onButtons "symbols")
axlOpenFindFilter()
(while (axlSelect)
progn(
alltext =
axlDBGetAttachedText(car(axlGetSelSet()))
foreach(thistext alltext
printf( "Text on this symbol is : %s\n",thistext->text))))
axlCloseFindFilter())


Best regards
Naveen


Other related posts: