emcodem wrote: ↑Thu Feb 20, 2025 11:44 am
Thanks i replaced the download zip on github
@krskvch
by default there is "no sorting, even if there is a little arrow. If you sort at least once, the sorting order should be saved and restored next time you visit the page, e.g. you only need to sort once by your preference.
Is it correclty sorted when you hit the column header to sort it once at least?
Nope Files and folders just randomly change place in a list
How does it look for you. Still just like in the screenshot you sent? If yes, please send me the dir list in a PM if you prefer, best if you do
dir /b \\server\share\folder > c:\temp\dirlist.txt
How does it look for you. Still just like in the screenshot you sent? If yes, please send me the dir list in a PM if you prefer, best if you do
dir /b \\server\share\folder > c:\temp\dirlist.txt
with dir command list is correct, but at webint is definitely not
CleanShot 2025-02-20 at 14.30.10@2x.png (196.79 KiB) Viewed 8732 times
CleanShot 2025-02-20 at 14.30.20@2x.png (198 KiB) Viewed 8732 times
CleanShot 2025-02-20 at 14.30.40@2x.png (31.24 KiB) Viewed 8732 times
Hey @andremart
Welcome to the forum and thank you for using FFAStrans (webint)
Sure you can just install it as a service, then you don't see the application. But make sure the install files are local (e.g. on C drive) instead of on a network drive. Also after installing the service, you'll need to set the service credentials to some username/password that can access the ffastrans installation folder on UNC path. Plus you'll need to change the ffastrans folder to UNC instead of Z: because services don't see mapped network drives.
Alternatively, if you really want to run inside a logged in user session, you can create a batch like
Change the path to your path and save as .bat file (startserver.bat). Execute the bat and check if you still see cmd window and server.exe process is running.
These past few months I've had issues regarding job submission from the Web Browser, all of them traced back to actions like:
- double click (or more clicks) on workflow "Start"
- adding more files to file list window without removing the previously submitted ones
and other variances of the same*
Therefore I ask: could the "Start" button be replaced for an unclickable "Started" info box after first mouse click?
This would force users to refresh their browser for new submissions (therefore the file list) or simply prevent them from duplicating actions that can lead to errors.
@knk
i am aware about the potential user problems around the file submit topic but from where it is now, it is hard to introduce changes like just disable submit button or similar because of the consequences such a change brings with it. We definitely dont want a browser refresh because it is not good practice to force the user to refresh under normal circumstances. At the same time we want to keep the option to re-use the same form for other files (for mass file processing support) and also we want some option to watch the process status without need to change page.
Supporting all that on a single page is a pity. What i am working on currently is a way to store job submit configuration options along with the workflow json, when i got this, i can provide some options to define the behaviour on the job submit page.
At the same time, i already thought a lot about how a V2 job submitter could look like and this time i want something really user friendly - but the more user friendly it becomes, the less "general" it becomes too. Also we don't want to keep 2-3 different job submitters... Its all a pity