Search found 358 matches

by Padawan
Wed Sep 14, 2022 8:53 am
Forum: Appstore
Topic: Flow Links App crashes on JSON datasets
Replies: 3
Views: 5088

Re: Flow Links App crashes on JSON datasets

Hi Thomas,

Thanks! That might be an easier workaround for our users compared to the ones I suggested.
by Padawan
Mon Sep 05, 2022 1:15 pm
Forum: Appstore
Topic: Flow Links App crashes on JSON datasets
Replies: 3
Views: 5088

Flow Links App crashes on JSON datasets

Hello Everyone, I would like to warn everybody who is working with the new JSON datasets in Switch 2022 Spring that this will cause issues in combination with Flow Links (Version 6 and lower). You will get errors like this: Error in line 155 of script : Undefined member function 'getPath' for object...
by Padawan
Sun May 15, 2022 11:02 am
Forum: Applications
Topic: Switch Lost Flows
Replies: 1
Views: 3079

Re: Switch Lost Flows

Switch flows and settings are stored in user specific location. Is it possible that you have started Switch as another user as you usually do? Running Switch sometimes as a Windows Service and sometimes as a regular process may also lead to running Switch as a different user then you would think it ...
by Padawan
Thu Mar 03, 2022 2:59 pm
Forum: PitStop Pro
Topic: Need to grab unicode value in PDF.
Replies: 3
Views: 1948

Re: Need to grab unicode value in PDF.

The fonts installed on your system will always be full fonts. It's just that when applications create PDF's they sometimes don't put all font glyphs in the font version inside the PDF file. If you replace the font of the selected text using PitStop Pro to a new font and you make sure the settings ar...
by Padawan
Wed Mar 02, 2022 8:31 am
Forum: PitStop Pro
Topic: Need to grab unicode value in PDF.
Replies: 3
Views: 1948

Re: Need to grab unicode value in PDF.

The rectangle you see will most likely be the notdef glyph. This glyph/character is used when there is no glyph in the font for the unicode character.

So I assume you are working with a subsetted version of the font? Fully embedding the font should fix the issue.
by Padawan
Fri Feb 25, 2022 1:27 pm
Forum: Node.js scripting
Topic: Channel Closed issue
Replies: 3
Views: 2203

Re: Channel Closed issue

I would suggest you contact Enfocus Support on this one. They most likely need your full Switch messages, scripts that had the issue and your Switch version.
by Padawan
Fri Feb 25, 2022 1:25 pm
Forum: Node.js scripting
Topic: SOAP call with node.js
Replies: 8
Views: 5701

Re: SOAP call with node.js

You have a self executing function halfway your script. That doesn't look right, can you try this? (Loading modules is almost always done outside your jobArrived, so I also fixed that) const soapRequest = require('easy-soap-request'); const fs = require("fs-extra"); async function jobArriv...
by Padawan
Tue Feb 22, 2022 8:29 am
Forum: Node.js scripting
Topic: npm install packages
Replies: 2
Views: 1786

Re: npm install packages

The idea with Switch is that you always install the packages you need in each script separately, it is not the intention to work with global packages or anything similar.
by Padawan
Tue Dec 07, 2021 12:11 pm
Forum: Appstore
Topic: Flow Links needs an update to be compatible with Switch 2021 Fall
Replies: 1
Views: 7224

Re: Flow Links needs an update to be compatible with Switch 2021 Fall

Flow links v5 is now available on the appstore!

Please make sure to use v5 of flow links when working with Switch 2021 fall!
by Padawan
Sun Dec 05, 2021 8:37 pm
Forum: Switch
Topic: WebHooks / HTTP Listener dosn't work after Switch 21 Update
Replies: 2
Views: 2243

Re: WebHooks / HTTP Listener dosn't work after Switch 21 Update

I noticed that in the settings Webhooks is stated as "Legacy"!? Maybe there are some changes I am not aware of? The new version added support for webhooks in Node.js scripting. Apparently this works a little differently compared to webhooks in legacy javascript. The port and settings in t...
by Padawan
Sun Dec 05, 2021 8:29 pm
Forum: Appstore
Topic: Flow Links needs an update to be compatible with Switch 2021 Fall
Replies: 1
Views: 7224

Flow Links needs an update to be compatible with Switch 2021 Fall

There is a change in the way scripting works in Switch 2021 fall and this causes a problem in the Flow Links App. If you see the following error messages being logged by the Flow Links Receive App, then you are running into this problem: Error messages on a job with external datasets Error in line 1...
by Padawan
Thu Oct 28, 2021 8:57 am
Forum: Online proofing (PDF Review Module)
Topic: Hide outgoing connection in PDF Review
Replies: 3
Views: 7918

Re: Hide outgoing connection in PDF Review

When I test this the timeout connection is not shown to the end user. Is it possible that you are not on the latest version?
by Padawan
Fri Sep 03, 2021 4:29 pm
Forum: Flows
Topic: Switch copy to server fails because hidden file or directory already exists
Replies: 3
Views: 5480

Re: Switch copy to server fails because hidden file or directory already exists

I've had issues which I was able to fix by using a bigger scan interval in the submit hierarchy. I'm not sure if it will help here. It might be worth to contact Enfocus Support about this.
by Padawan
Fri Sep 03, 2021 8:31 am
Forum: Flows
Topic: Switch copy to server fails because hidden file or directory already exists
Replies: 3
Views: 5480

Re: Switch copy to server fails because hidden file or directory already exists

Have you tried disabling "Safe Move" in the Folder or Archive Hierarchy flow element you use to place the file on the NAS?
by Padawan
Tue Aug 31, 2021 9:18 pm
Forum: PitStop Pro
Topic: copying image from one file to another
Replies: 5
Views: 6997

Re: copying image from one file to another

The object will be placed on the active page. Once it is moved you can either drag it to the location you want or change the coordinates in the Inspector. If dragging the object doesn't work, then you might need to enable "Move objects when dragging selection" in the Edit category of the P...