Search found 645 matches

by gabrielp
Tue Sep 23, 2014 3:20 pm
Forum: Flows
Topic: Problem to connect on FTP server
Replies: 4
Views: 4946

Problem to connect on FTP server

bobogan wrote: I try with transmit or Cyberduck, and all is ok with the same information of connection. I'm willing to bet that this is actually incorrect. Check the port, passive mode, type (ftp/sftp), etc... If you click "Choose FTP directory" under "FTP Directory" then you can...
by gabrielp
Mon Sep 22, 2014 5:22 pm
Forum: Flows
Topic: error message: cannot open asset file ...
Replies: 2
Views: 2707

error message: cannot open asset file ...

ArielRauch wrote: I have a strange error message repeated every 1-2 minutes stating:

Cannot open asset file: C:/Program Files (x86)/Enfocus/Enfocus Switch 12





I cannot find any flow connected to it.

Any suggestions?
Where are you seeing that error message?
by gabrielp
Fri Sep 19, 2014 9:28 pm
Forum: LEGACY scripting
Topic: Finding Image Height Widht
Replies: 9
Views: 6232

Finding Image Height Widht

pradeepnitp wrote: If you can share it. It will be great help for me.



I
Here you go: https://github.com/dominickp/SwitchWriteToPrivateData
by gabrielp
Fri Sep 19, 2014 7:42 pm
Forum: LEGACY scripting
Topic: Finding Image Height Widht
Replies: 9
Views: 6232

Finding Image Height Widht

pradeepnitp wrote: HI Thanks , I am new to scripting . But which flow element should I select for writing private data. Switch doesn't come with one right out of the box but it's a pretty simple script (and very handy). Mine has a bunch of input values (Key1, Value1, Key2, Value2, etc..) and you can...
by gabrielp
Thu Sep 18, 2014 3:58 pm
Forum: Flows
Topic: Switch-related memory leak
Replies: 0
Views: 3982

Switch-related memory leak

Hi all, This problem might be slightly out of scope for this forum, but I would really like your input if you're running Switch on a mac. Over the last few days, we have had instances where Switch will get bogged down to a crawl. In Activity Monitor, we noticed that "Inactive" ram was util...
by gabrielp
Thu Sep 18, 2014 3:05 pm
Forum: LEGACY scripting
Topic: Finding Image Height Widht
Replies: 9
Views: 6232

Finding Image Height Widht

dkelly wrote: Here's how I get info from any PDF file in a script
Was not aware of that class. Very cool. Thank you!
by gabrielp
Thu Sep 18, 2014 3:03 pm
Forum: Flows
Topic: Handling job states
Replies: 3
Views: 3186

Handling job states

The JobState should show up on the Switch client. For example, if you're in table view, you can add the "State" column to see it.



When in "Large Card View" you can view defined metadata fields (part of the check point setting).



Does that help answer your question?
by gabrielp
Wed Sep 17, 2014 10:02 pm
Forum: LEGACY scripting
Topic: Finding Image Height Widht
Replies: 9
Views: 6232

Finding Image Height Widht

pradeepnitp wrote: Thanks . But which flow element should I select for this and how I can use this in script . I tried with below code in script var imageWidth = job.getVariableAsNumber("[Photo.PixelXDimension]"); It is giving error Photo Object is not recognized. So... I think what he is ...
by gabrielp
Wed Sep 17, 2014 8:53 pm
Forum: Flows
Topic: call a (sub) flow and read back result
Replies: 9
Views: 6333

call a (sub) flow and read back result

ArielRauch wrote: @Gabriel: tell me what you think:

https://github.com/ArielRauch/Enfocus-Switch.git


Ah, that is a much simpler way of handling it than I thought. I didn't think it would keep the metadata/private data like that between flows but I guess I was wrong. Thanks for sharing!
by gabrielp
Wed Sep 17, 2014 8:43 pm
Forum: Applications
Topic: How to add custom columns in job view of Switch Client ?
Replies: 6
Views: 8973

How to add custom columns in job view of Switch Client ?

alanoliveira wrote: Thank you gabrielp! But what I would like to do is something like this (but in Switch Client, not in Switch Server) I also think it is impossible, but I had hopes... =( Thank you dude. I think I found a possible solution here! If you make a checkpoint and choose "Enter and d...
by gabrielp
Wed Sep 17, 2014 6:03 pm
Forum: Applications
Topic: .insertPages by Acrobat
Replies: 2
Views: 6036

.insertPages by Acrobat

pcobee wrote: Here are two scripts for inserting blank pages into a PDF.
Thanks for sharing, man!
by gabrielp
Tue Sep 16, 2014 9:05 pm
Forum: Flows
Topic: Forum buggy
Replies: 7
Views: 7467

Forum buggy

It would also be very cool if we could set signatures, profiles, and stuff like that. I'd like to LinkIn with lots of the folks on here and follow people on stuff like GitHub
by gabrielp
Tue Sep 16, 2014 8:32 pm
Forum: Applications
Topic: How to add custom columns in job view of Switch Client ?
Replies: 6
Views: 8973

How to add custom columns in job view of Switch Client ?

Just re-read your question, I don't think you can do custom columns :(
by gabrielp
Tue Sep 16, 2014 8:31 pm
Forum: Applications
Topic: How to add custom columns in job view of Switch Client ?
Replies: 6
Views: 8973

How to add custom columns in job view of Switch Client ?

alanoliveira wrote: Is there any way to add custom columns in Job View of Switch Client in the same way that is possible to do it in Job Pane of Switch Server?
I think you can do what you want if you do View > Table View:



by gabrielp
Tue Sep 16, 2014 8:27 pm
Forum: Flows
Topic: Increment file name by 1 based on first 8 characters
Replies: 4
Views: 4319

Increment file name by 1 based on first 8 characters

I think you should see if there's a better way to do this, but what I would do is keep the increment value in private data somewhere. Then, whenever it encounters your rename, do a replace and use filename proper segment 1-14 (or whatever) and concatenate the version number from private data. Then d...