Hi,
I would like to to have the user input all the spot color names (only the number part) that should be in the job file and then have Pitstop server check it (via configurator).
Now there is the "check spot color name" action with regular expression which does exactly what I want but it logs the answer as warning or error if it finds the spot name. I need it the other way arround.
Any suggestions?
Ariel
Pitstop Server - how to check spot colors
-
ArielRauch
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
not sure that I understood: the result of check spot color is perfect if the reaction was success. Only if the spot color does not exists I want an error
Select spot color by name (using regex)
Select page if content is selected ("Only select page object" and "equal to - 0")
Log selection (with a message and set it to error)
If the spot color does not appear (number of selected objects is 0), the selection in the second line will be empty and the third line will do nothing. Else, you get the log and the error status.
Freddy
Select page if content is selected ("Only select page object" and "equal to - 0")
Log selection (with a message and set it to error)
If the spot color does not appear (number of selected objects is 0), the selection in the second line will be empty and the third line will do nothing. Else, you get the log and the error status.
Freddy
-
ArielRauch
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
It works like a charm!!! Thank you Freddy.
Last thing with this issue (I think): I would like to have the user input only a number. I do not find a programmatic way to enclose the number with .*.* for the regular expression.
With switch it is easy but what about Pitstop Server alone?
Thanks
Ariel
Last thing with this issue (I think): I would like to have the user input only a number. I do not find a programmatic way to enclose the number with .*.* for the regular expression.
With switch it is easy but what about Pitstop Server alone?
Thanks
Ariel
-
ArielRauch
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
I did this of course. I meant on the Pitserver level when defining the variable assignment.
Thank you, Freddy
Thank you, Freddy