[kst] [Bug 372265] "Change Data File" does not update file name references in text box

Ben Lewis bugzilla_noreply at kde.org
Tue Nov 29 11:38:44 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=372265

--- Comment #2 from Ben Lewis <benlewis003 at gmail.com> ---
Hi Barth,

WRT the automatic scalars and vectors, I have not found them to be very useful
so, if it makes the code easier, then I would be okay with creating them
manually.

I have tried your work around and it kind of works but not quite. If I change
data files manually the "data strings" update as expected but if I run Kst from
the command line using the following script the "data strings" are not updated.

@echo off
for %%f in (*.csv) do (
echo "%%f"
"path\to\kst\kst2.exe" -F "%%f" --png "%%~nf.png" --pngWidth 3840 --pngHeight
2160 "kstfilename.kst"
)

Is there a way to force Kst to refresh the "data strings" prior to exporting an
image file?

Regards, Ben

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kst mailing list