You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
htmShowDataFromRow fails if too many cells are selected.
The problem appears to be that the whole fiji-macro to execute is passed as a commandline argument. There is a limit as to how many characters you can pass !
htmShowDataFromRow needs to created the script/macro as a tmporary file and pass the path of the temporary file to Fiji
The text was updated successfully, but these errors were encountered:
The following list gives you some examples of how this limitation applies to commands that you run in Command Prompt and commands that you use in a batch file.
In Command Prompt, the total length of the following command line that you use at the command prompt cannot contain more than either 2047 or 8191 characters (as appropriate to your operating system):
cmd.exe /k ExecutableFile.exe parameter1, parameter2 ... parameterN
and
How to work around the limitation
To work around the limitation, use one or more of the following methods (as appropriate to your situation):
Modify programs that require long command lines so that they use a file that contains the parameter information, and then include the name of the file in the command line
htmShowDataFromRow fails if too many cells are selected.
The problem appears to be that the whole fiji-macro to execute is passed as a commandline argument. There is a limit as to how many characters you can pass !
htmShowDataFromRow needs to created the script/macro as a tmporary file and pass the path of the temporary file to Fiji
The text was updated successfully, but these errors were encountered: