Hi!
I have connected the "FileSelector" module with the "Import" module.
The data is rendered and shown by the "Image" module.
In case I change the file with the "FileSelector" module and re-execute
the data is read and the image is newly rendered. If I switch back to a
file that has already been rendered but the data in the file has
changed meanwhile the old image is re-drawn. This means that the data
is somewhere cached instead re-read from the file.
My questions:
1) is this normal behaviour? I am using OpenDX on MacOSX.
2) is there any possibility to force OpenDX to re-read the data from
the file?
3) can I invalidate the data of the import module so that a new
execution of the OpenDX program will re-read the data from the file?
I already tried to switch off all caching but this does not show any
effects. The only workaround I found is to reload the whole OpenDX
program. But this is very annoying!
Hartwig