[Paraview] Custom Reader FileName - suggested fix

clinton at elemtech.com clinton at elemtech.com
Mon Jun 18 17:08:35 EDT 2007


Changing it to FileListDomain is indeed the correct fix.
And its intentional that the filename box disappear from the GUI (now that 
ParaView recognizes it correctly).

I guess investigating the freeze is your next step, as I was not able to 
reproduce it with the simple plugin code you provided.

Clint

On Monday 18 June 2007 2:32:46 pm Bob Anderson wrote:
> 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
>
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview




More information about the ParaView mailing list