The first thing I would try is to use a different editor such as notepad or wordpad just to determine whether the problem is associated with the editor or the fact that it was called from a SmartCAM macro.
[EMAIL PROTECTED] (Brock Shimon) on 12/05/2001 10:36:42 AM
To: [EMAIL PROTECTED], "kocourek_chris" <[EMAIL PROTECTED]>
cc: (bcc: Dave Hayden/elliott)
Subject: [mfg-smartcam] Executing from inside a macro...
Chris,
I'm using v11.5. and I used the macro that you sent awhile back to run Edit
Plus:
>From inside SmartCam.
I am running into a trouble when I go to close the Edit Plus file it works great
if I
save the file or close it completely BUT if I try to reduce the Edit Plus screen
down
into a pull up tab it locks up my computer and I have to end task my SmartCam
Production Milling to clear things up.
Have you ever had this happen to you with this macro?
and how can it be fixed.
Is there a way to save the SmartCam job file in a macro so if I don't remember
to do this I don't lose the file because of the computer locked up.
STRING:#PATH
STRING:#FILENAME
#PATH=c:\sm11\shared\
#FILENAME=wedplus.exe
SHELL[CMD_LN=STRTMP("%PATH%FILENAME"), WA=1, DP=0]
Well taking the time to look at this for me any help would be appreciated.
Brock
|
Chris,
I'm using v11.5. and I used the macro that you sent awhile back to run Edit Plus: From inside SmartCam.
I am running into a trouble when I go to close the Edit Plus file it works
great if I
save the file or close it completely BUT if I try to reduce the Edit Plus
screen down
into a pull up tab it locks up my computer and I have to end task my
SmartCam
Production Milling to clear things up.
Have you ever had this happen to you with this macro?
and how can it be fixed.
Is there a way to save the SmartCam job file in a macro so if I don't
remember
to do this I don't lose the file because of the computer locked
up.
STRING:#PATH STRING:#FILENAME #PATH=c:\sm11\shared\ #FILENAME=wedplus.exe SHELL[CMD_LN=STRTMP("%PATH%FILENAME"), WA=1, DP=0] Well taking the time to look at this for me any help would be appreciated. Brock
|
