Search found 61 matches

by Soul Forge
Sun May 04, 2025 1:48 am
Forum: Applications
Topic: Corel Draw 2025
Replies: 5
Views: 69417

Re: Corel Draw 2025

So, there's no way to solve this and connect Corel Draw 2025 to Switch?
by Soul Forge
Wed Apr 30, 2025 2:14 pm
Forum: Applications
Topic: Corel Draw 2025
Replies: 5
Views: 69417

Re: Corel Draw 2025

JimmyHartington wrote: Wed Apr 30, 2025 7:33 am If you right-click the CorelDraw app in Switch, do you then have the option to set the path to the application like this:
Skærmbillede 2025-04-30 kl. 07.31.06.png
No, unfortunately this option doesn't seem to be available for the Corel Draw APP
by Soul Forge
Wed Apr 30, 2025 12:31 am
Forum: Applications
Topic: Corel Draw 2025
Replies: 5
Views: 69417

Corel Draw 2025

Hello! I've been having a problem where we updated Corel Draw to the 2025 version, but Switch isn't able to locate it. It seem that the folder structure changed, and as of now there is no way to change the software location in the Switch app. Is there someone having the same problem? Maybe someone k...
by Soul Forge
Fri Nov 01, 2024 11:38 am
Forum: Flows
Topic: Working with Switch in a group of people?
Replies: 7
Views: 9668

Re: Working with Switch in a group of people?

We actually have a developer license, but for some reason that server isn't up to date. As soon as I joined the company I asked them to upgrade it. I can see why having a dev license can be usefull, but what about two Switch Liceses? How could we change our way of working by having two licenses? Wou...
by Soul Forge
Fri Oct 25, 2024 8:39 pm
Forum: Flows
Topic: Working with Switch in a group of people?
Replies: 7
Views: 9668

Working with Switch in a group of people?

So, I'm working in a new company now. Before I was a solo developer in my free time at the old company, so I could access Switch anytime I wanted or needed. Now we are multiple people sharing a virtual machine, so we have to constantly ask if there isn't anyone working with Switch, only then we can ...
by Soul Forge
Thu Sep 26, 2024 5:23 pm
Forum: Node.js scripting
Topic: Changing property value through validation?
Replies: 3
Views: 18662

Changing property value through validation?

I notice that some apps validate it's properties when designing and when I use "Multi-line text" they usually join the array I input with ";". How can I do that in my script? I was looking at the flowElement methods, and there is no setPropertyStringValue or something like that. ...
by Soul Forge
Mon Sep 09, 2024 10:46 pm
Forum: Node.js scripting
Topic: Using other languages for scripting?
Replies: 2
Views: 15511

Using other languages for scripting?

I saw a Linked In post about someone mentioning using C# with Switch (the post was shared by the Enfocus profile also), so It made me wonder: Is there a way to use Python or other languages to create scripts for Switch, or we're restricted to only using Javascript/Typescript?

Thanks in advance!
by Soul Forge
Sat Aug 17, 2024 1:13 pm
Forum: Node.js scripting
Topic: Usign xpath trough script
Replies: 1
Views: 15545

Usign xpath trough script

Hello! How could I go about using xpath in script? I'm building a flow that's going to identify the errors from jobs that come from other flows, and I want it to be able to identify the error log file from multiple applications. But I'm not able to use xpath. I'm trying to import the xmldom and xpat...
by Soul Forge
Sat Jul 27, 2024 8:03 am
Forum: Preflighting
Topic: Pitstop Server skipping pages on XML Report?
Replies: 12
Views: 34843

Re: Pitstop Server skipping pages on XML Report?

Hi all, We identified a bug in the XML V3 report that doesn't translate information as it should. First, it's important to understand that in the PDF report, pages having a same amount of Ink coverage get gathered ( Page 2, 6, 15…). Here the xml report applies the same logic but doesn't report prop...
by Soul Forge
Wed Jul 24, 2024 10:40 pm
Forum: Flows
Topic: Leading Zeros missing in Private Data
Replies: 3
Views: 7580

Re: Leading Zeros missing in Private Data

I think one solution would be adding a letter, to the beginning of the number, when defining the private data. eg. "L0001"
Then you could use the "After" option when using the private data else where, looking for everything that's after "L".
by Soul Forge
Tue Jul 23, 2024 1:48 pm
Forum: Flows
Topic: Problems with HTTP Request
Replies: 6
Views: 12760

Re: Problems with HTTP Request

So, I received a response from the development team. The problem I was having started when I started using nested variables. [Job.PrivateData:Key="wtpCorrigir[Job.PrivateData:Key="jobTipo"]"] But in a user perspective, it didn't appear like it would cause some trouble, since Swit...
by Soul Forge
Tue Jul 23, 2024 1:33 pm
Forum: Preflighting
Topic: "Regex Help: How to Extract First PANTONE Color Before Semicolon in Switch
Replies: 5
Views: 63686

Re: "Regex Help: How to Extract First PANTONE Color Before Semicolon in Switch

tdeschampsBluewest wrote: Tue Jul 23, 2024 10:37 am You could also use the app string splitter if you want to access other index of the list with ease.
Like Thomas said here, the fastest way out would be using string splitter app, as it requires no code.
by Soul Forge
Thu Jul 18, 2024 12:14 pm
Forum: Flows
Topic: Flowing job along a split path due to subfolder prescence
Replies: 6
Views: 10261

Re: Flowing job along a split path due to subfolder prescence

Well, the only way the I'm aware that would solve your problems would be using scripts and readdir from fs node package. I also wanted to read the hierarchy from inside a job folder using only Switch's variables, but found no way of doing so, as the hierarchy variable only gets the hierarchy from ou...
by Soul Forge
Thu Jul 18, 2024 12:08 pm
Forum: Flows
Topic: Submit a job in Switch Portal
Replies: 6
Views: 14215

Re: Submit a job in Switch Portal

I'm having the same problems you guys described with my flows, reverted back to using hot folders instead.
by Soul Forge
Thu Jul 11, 2024 5:40 pm
Forum: Preflighting
Topic: Pitstop Server skipping pages on XML Report?
Replies: 12
Views: 34843

Re: Pitstop Server skipping pages on XML Report?

In most case, page label = page index, but in some case if you added label to your pages, and remove some pages, the labels can mismatch the index. Oh! I've seen a couple files with this problem before, some even using roman numerals, for whatever reason. Unfortunately it's not the case for this fi...