Search found 13 matches
- Mon Feb 02, 2015 8:49 pm
- Forum: Applications
- Topic: Metrix JDF to Dynastrip
- Replies: 4
- Views: 4724
Metrix JDF to Dynastrip
Hello everyone, We just recently purchased EFI Pace w/ Metrix. We have been using Dynastrip for imposition for awhile and our prep team really likes it. Now with Metrix comming on board what I would like to do is have efi pace/metrix create a JDF and drop it into our job folder via switch. From ther...
- Tue Mar 25, 2014 6:19 pm
- Forum: Scripting
- Topic: File Directory in Javascript
- Replies: 4
- Views: 2614
File Directory in Javascript
Thanks for the help. Attached is the script for future reference to anyone who might need it. // Is invoked each time a new job arrives in one of the input folders for the flow element. // The newly arrived job is passed as the second parameter. function jobArrived( s : Switch, job : Job ) { //Total...
- Thu Mar 20, 2014 8:33 pm
- Forum: Scripting
- Topic: File Directory in Javascript
- Replies: 4
- Views: 2614
File Directory in Javascript
So I have been working on a script that will pull old job folders from several directories based on the job number passed from switch. Everything is working great, but I ran into a snag. Some of the folders are named with a "_Customer Name" and some are not. The script works as is should f...
- Thu Mar 13, 2014 8:54 pm
- Forum: Scripting
- Topic: Testing to see if a folder exists in a location
- Replies: 6
- Views: 3164
Testing to see if a folder exists in a location
Thanks for your help
PH
PH
- Wed Mar 12, 2014 8:57 pm
- Forum: Scripting
- Topic: Testing to see if a folder exists in a location
- Replies: 6
- Views: 3164
Testing to see if a folder exists in a location
Is there a site that lists all of the static function?
Thanks,
Paul hough
Thanks,
Paul hough
- Wed Mar 12, 2014 8:28 pm
- Forum: Scripting
- Topic: Testing to see if a folder exists in a location
- Replies: 6
- Views: 3164
Testing to see if a folder exists in a location
Do i have to declare File as a Var?
Thanks,
PH
Thanks,
PH
- Wed Mar 12, 2014 7:12 pm
- Forum: Scripting
- Topic: Testing to see if a folder exists in a location
- Replies: 6
- Views: 3164
Testing to see if a folder exists in a location
I have a flow that will reach out and grab a folder from a location and injects it into a flow via metadata. What i need is; if (folder exists){current code} else {send email}. I have tried the job.getFileCount() but I couldn't retrieve a value with a location path. Any suggestions would be helpful....
- Wed Feb 26, 2014 8:12 pm
- Forum: Scripting
- Topic: Unable to read the command: ScriptedFlowElement::jobArrived
- Replies: 5
- Views: 3019
Unable to read the command: ScriptedFlowElement::jobArrived
I am not sure why i am getting this error can anyone help? I am running a really simple script so i dont see what the issue could be. Script: function jobArrived( s : Switch, job : Job ) { var var1 = job.getNameProper.lenght() if (var1 != 21){ if (var1 != 20){ Job.NameProper = "0000000_Form0000...
- Wed Jun 26, 2013 2:49 pm
- Forum: Flows
- Topic: Plate Text tag using pitstop server and Enfocus Switch
- Replies: 4
- Views: 3076
Plate Text tag using pitstop server and Enfocus Switch
Thanks for the additional info, But i do not have a copy of that program. Is there a way to accomplish this using pitstop?
Thanks,
Paul Hough
Thanks,
Paul Hough
- Tue Jun 25, 2013 12:40 am
- Forum: Flows
- Topic: Plate Text tag using pitstop server and Enfocus Switch
- Replies: 4
- Views: 3076
Plate Text tag using pitstop server and Enfocus Switch
D Kelly, Thank you for the quick response. unfortunately this does not work. You can indeed pull the color names in from stats.colorants, but you can not use the same variable as a fill color. The fill color variable has to be a boolean. ( if Boolean == True then fill Color = Static value) Unless I ...
- Mon Jun 24, 2013 11:07 pm
- Forum: Flows
- Topic: Plate Text tag using pitstop server and Enfocus Switch
- Replies: 4
- Views: 3076
Plate Text tag using pitstop server and Enfocus Switch
Text tag using pitstop server and Enfocus Switch I am creating a a flow where I : Take an imposed Pdf of the sheet size (example 19 x 25) Add a plate with setbacks Add a density bar Add text tag for identifying color separations on plate I am having trouble with the last step. I can not for the life...
- Sat Feb 02, 2013 2:14 am
- Forum: Applications
- Topic: Sending Email From Switch
- Replies: 15
- Views: 15279
Sending Email From Switch
Thanks Fred, I have talked to my IT Guy and he says that we are unable to change the encryption to SSL because of our mail host. Just like you said. I have contacted them about the issue and they say they don have a work around. I am unable to switch our ISP because of contracts. which leaves my me ...
- Thu Jan 31, 2013 5:41 pm
- Forum: Applications
- Topic: Sending Email From Switch
- Replies: 15
- Views: 15279
Sending Email From Switch
I can not send email from "mail send" with switch server. I am using a mail server with TLS Encryption. Does anyone know if this is even possable or am i just waisting my time? I have the mail send preferences in switch filled out and no "!" in my flow but when my file reaches th...