Search found 22 matches

by victor Lukenga
Wed Dec 06, 2017 12:38 am
Forum: Applications
Topic: Switch Portal, customization?
Replies: 6
Views: 11314

Re: Switch Portal, customization?

Hi,you can do it by manipulating the CSS which is simple see the pic attached the option will to link a custom CSS sheet in the index.html and find what you can tweak; Build your own Web Portal is a solution but we will have to get our brains stronger than ever :D (hint : put "!important" ...
by victor Lukenga
Thu Apr 07, 2016 9:20 am
Forum: Applications
Topic: Files stuck in flows_SOLVED
Replies: 3
Views: 6686

Re: Files stuck in flows_SOLVED

I ve recently moved my switch solution on a mac system I have no longer issues with that for the moment :)
by victor Lukenga
Wed Apr 06, 2016 10:09 am
Forum: LEGACY scripting
Topic: alert Popup in Switch client
Replies: 5
Views: 5062

Re: alert Popup in Switch client

Hi Loic

true !! switch client makes me mad sometimes especially when i'm busy on other stuffs

the display alerts is only fired up on switch designer, right ?
by victor Lukenga
Wed Apr 06, 2016 8:55 am
Forum: LEGACY scripting
Topic: alert Popup in Switch client
Replies: 5
Views: 5062

Re: alert Popup in Switch client

It would great if switch client had more tweaking possibilities ( even if it's already very powerful) I mean small enhancements like bigger thumbnails or display alerts :) Yes, I do the same thing (display metadata field in 'read only')the email solution can be a good way to notify operators but i t...
by victor Lukenga
Tue Apr 05, 2016 3:39 pm
Forum: LEGACY scripting
Topic: alert Popup in Switch client
Replies: 5
Views: 5062

alert Popup in Switch client

hi!

As my title said, is it possible to display an alert within Javascript

I wanted to alert my operators when something is not conform to the order. any clue?
by victor Lukenga
Tue Apr 05, 2016 3:32 pm
Forum: LEGACY scripting
Topic: XML From Scratch : SOLVED
Replies: 3
Views: 6319

Re: XML From Scratch // SOLVED

Hello First thanks for your help I manage write a script wich work pretty well based on your help and a script I saw to creat a txt file var dataset = job.getDataset("dataset"); var mymetatadata = dataset.evalToString(/xpath.../); var my2ndmetatadata = dataset.evalToString(/xpath.../); var...
by victor Lukenga
Tue Apr 05, 2016 3:19 pm
Forum: LEGACY scripting
Topic: RegExp _ SOLVED
Replies: 4
Views: 4906

Re: RegExp _ SOLVED

your software is pretty cool !

I like to use this site http://regexr.com/ it's very helpful to build and test your regex
by victor Lukenga
Thu Mar 24, 2016 9:43 am
Forum: LEGACY scripting
Topic: XML From Scratch : SOLVED
Replies: 3
Views: 6319

XML From Scratch : SOLVED

Hello ! I tried, without success to create an XML from scratch : the Idea is to take an existing dataset, revome unwanted nodes and write new ones based on previous events. here is the production XML: <?xml version="1.0" encoding="ISO-8859-1"?> <order> <productnumber>29733</produ...
by victor Lukenga
Wed Mar 23, 2016 12:40 pm
Forum: Flows
Topic: PitStop Server Takes ages to process files _SOLVED
Replies: 3
Views: 4774

Re: PitStop Server Takes ages to process files :MAD:

Hi Bens Thank you to answer. I think that I figure this out this night : I've set Concurrent processes to 4 in switch ( vs 9 in PSS) now instead seeing job per job I can see 4 lines wich are processed in same time for that 2mb file (rasterized) I also figure out why it takes 605 seconds to process :...
by victor Lukenga
Wed Mar 23, 2016 1:48 am
Forum: Flows
Topic: PitStop Server Takes ages to process files _SOLVED
Replies: 3
Views: 4774

PitStop Server Takes ages to process files _SOLVED

Hi everyone! http://img15.hostingpics.net/pics/277683Capture.png I've got a problem : files are taking long time to process in PSS I don't know why : most of these files are between 2 and 10 mb :evil: :evil: more over all other jobs are stuck any idea ? I have 1 conccurent processor I running switch...
by victor Lukenga
Thu Mar 17, 2016 9:22 am
Forum: Applications
Topic: Files stuck in flows_SOLVED
Replies: 3
Views: 6686

Files stuck in flows_SOLVED

Hi ! I've encountered several problems with some of my flows : Files stuck in flows in auto-managed folders :/ no error is returned I don't have any idea about how to fix this or ""push manually" files to the next step or set a timeout : do you guys already have this type of issue and...
by victor Lukenga
Tue Mar 01, 2016 11:49 am
Forum: LEGACY scripting
Topic: RegExp _ SOLVED
Replies: 4
Views: 4906

Re: RegExp

Thank you Loic

I don't know why I didn't think about that ! I feel silly :)

Thank You so much
by victor Lukenga
Mon Feb 29, 2016 4:24 pm
Forum: LEGACY scripting
Topic: RegExp _ SOLVED
Replies: 4
Views: 4906

RegExp _ SOLVED

Hi !

I Experiment with RegExp i want to Extract a Hyphen without go in scripting

(0, 0, 314.81677, 114.81682) mm

I want to Extract two element

In the "search" field I typed ([0-9]+.[0-9]) and I get 314.8

but how to extract 114.8 ?

Can you help me ?
by victor Lukenga
Mon Feb 22, 2016 3:23 pm
Forum: LEGACY scripting
Topic: Injecting files using a Script_SOLVED
Replies: 14
Views: 11496

Re: /!\ Injecting files using a Scripting

Hi Sander,

Thanks a lot for your help! it works like a charm it was exaclty what I needed!! wonderful forum !! ;) :mrgreen: :mrgreen: :mrgreen: .


thank you again !
by victor Lukenga
Fri Feb 19, 2016 7:04 pm
Forum: LEGACY scripting
Topic: Injecting files using a Script_SOLVED
Replies: 14
Views: 11496

Re: /!\ Injecting files using a Scripting

that's great

Ill give a try this week end I will also give you a feedback

Once Again Thank you for your help !