[Paraview] Custom Reader FileName - suggested fix

Bob Anderson banderson at mirarco.org
Mon Jun 18 16:32:46 EDT 2007


Thanks for trying to help, Jean, but when I made the suggested one line
change, reran CMake and rebuilt the plugin, I don't even get the File
Name box in the GUI and if I go ahead and click Apply, it freezes
ParaView - I had to kill it from Task Manager.
Bob
-----Original Message-----
From: Jean Favre [mailto:jfavre at cscs.ch] 
Sent: Monday, June 18, 2007 3:36 PM
To: Bob Anderson
Cc: paraview at paraview.org; support at kitware.com; adasys at objectivity.ca;
R. Michael Richer
Subject: Re: [Paraview] Custom Reader FileName

On 18, Jun 2007 08:51 PM, Bob Anderson <banderson at mirarco.org> wrote:

>We have not yet been successful at moving our custom GocadReader from
>2.x to 3.0
>......
>However, when the file is selected, the object name appears correctly,
>but the File Name is blank and of course it reports a null file name if
>I click Apply.
>

Can I make a suggestion?

change the following line of code in your xml (server-side) file.

<StringListDomain name="files"/>

should be

<FileListDomain name="files"/>

This has caused me a lot of problems moving from 2.5 to 3.0, so you
might be seeing the same symptoms I had.
--
Jean






More information about the ParaView mailing list