Re: [opendx-users] libXm.so.2 missing

2001-01-22 Thread David Thompson
You need to install OpenMotif. www.openmotif.org David Hello list, I am trying to install opendx-4.1.1-1.i386.rpm on a RH 7 laptop. I first intalled sgi-opengl-1.2.1-1.i386.rpm and libcdf-2.7-1.i386.rpm The error message is as follows error: failed dependencies: libXm.so.2

Re: [opendx-users] invalid positions array type

2001-01-16 Thread David Thompson
When sending something to plot, you should have a set of scalar positions with data values that will become the y. So how do you know if something is valid in y? I think there might be an easier solution that playing with the invalid positions arrays, but I need to know more about what you are

Re: [opendx-users] invalid positions array type

2001-01-16 Thread David Thompson
Since you have two fields both with the same positions and both of scalar data, just run them both into Compute, add the two fields together (a+b) and the result out the other end will have the invalid positions of both fields intersected. You can then extract this new invalid positions and

Re: [opendx-users] OPENDX on linux

2001-01-11 Thread David Thompson
It may also be possible that you have lesstif installed somewhere. You should check your rpm database to see. David Jean-Luc Vay wrote: I have compiled opendx on linux-redhat-7.0 (just installed) with OpenMotif and mesa. After an almost smooth build (had to add -lXp by hand), I get the

Re[2]: [opendx-users] Memory relocation problem

2001-01-10 Thread David Thompson
How did you start dx? Have you tried something like dx -memory 768? That would initially allocate more memory. If you have 1GB, typically dx would take 7/8 of that which should be close to 700. Any idea why you are only consuming about 25MB? David Hello David, I have made all of your

Re: [opendx-users] Memory relocation problem

2001-01-09 Thread David Thompson
I do not see the attributes for dependency. They are imperative and dx needs them to understand how to further process the data. I have noticed that not having these attributes can cause problems. object data class array type float rank 0 items 2 lsb ieee data 0 attribute dep string

Re: [opendx-users] Format module

2000-12-27 Thread David Thompson
I believe it is going to be 'sh'. Can you give an example of what your format string is? David You are right, Format does fine, and it probably is a shell error (in message window, in bold type whereas other dx messages and warnings are in reg. type - sh: syntax error at line 1: '{'

[opendx-users] Re: dx tutorial

2000-12-12 Thread David Thompson
messages). My assumption is that I did not set up/configure the dxsamples files correctly (ie, it's the nut behind the wheel). so I've removed everything and am reinstalling. --Joe On Tue, 12 Dec 2000, David Thompson wrote: Its actually /usr/local/dx/samples David Linux (RedHat

Re: [opendx-users] Proposed - A new Windows binary (was: Importing data in OpenDX)

2000-11-28 Thread David Thompson
Greg, I've just purchased a machine and all the compilers, etc to do just this. I have the CVS downloaded and am waiting to purchase eXceed 7.0 xdk. We've been planning to do just this for the 4.1.2 release. We will try and recoup costs, etc by selling the CDs. From what I gather, you're

Re: [opendx-users] merging two fields

2000-11-20 Thread David Thompson
To merge two scalar values into one vector, send each scalar value into a Compute and then use vector construction, an expression like: [a, b] David I recently make some modifications to a CFD code and now I'm able to visualize all multigrid fields calculated (thanks, Lloyd Treinish). The

Re: [opendx-users] install

2000-11-20 Thread David Thompson
This is a problem with not having the correct ImageMagick libraries. Make sure that you have the 5.1 binaries installed. David Hello I've installed open-dx 4.1.0 on a linux mandrake 7 (RH) distro, kernel. 2.2.14. When starting dx, i get the following GUN IN DYNAMIC LINKER LD.SO:

Re: [opendx-users] CNX dep in 1D, POS dep in other

2000-11-17 Thread David Thompson
Jason, I think we will need more information about what you are trying to accomplish. While this could be done with multigrid, I'm not sure how you are trying to render such as beast. Remember that connections dependent data doesn't interpolate where as positions depended data does. Also if

Re: [opendx-users] Cannot fix ERROR - help needed

2000-10-25 Thread David Thompson
that it is an application... If all of this is right, and my thinking is right (a long shot), is there a way to find which application is suppose to feed the DXLink ?? Thanks again, Éric At 10:28 AM 25/10/00 -0600, David Thompson wrote: Eric, This is going to be next to impossible for anybody to help you

Re: [opendx-users] moving a screen object (colorbar)

2000-10-24 Thread David Thompson
Sure, use the Translate module. David Can the screen position of a colorbar be changed after it is created as an object (using Colorbar module) ? I need copies of colorbars to be displayed in various image locations and am hoping that I don't have to recreate all of them from ground zero to

Re: [opendx-users] moving a screen object (colorbar)

2000-10-24 Thread David Thompson
Sorry about that. You do need to do one thing first before just applying a transform. Take your Colorbar, run it into an Inquire and ask the question screen object. This will extract the outermost Screen Object, you then run that into Translate then to your Collect. The values of the positions

Re: [opendx-users] Starting up with OpenDX

2000-10-19 Thread David Thompson
Jost, This is an error that occurs when DX detects a problem internally. No one else has run into this at the level that you have (ie does it on everything). What would help out if you did state what type of system, OS, and which version of DX (the cygwin or non-cygwin version) you are

[opendx-users] How do I?

2000-10-02 Thread David Thompson
I have two Rubbersheets in space. The have the same structure but are not entirely regular, i.e. they have the same positions and quad connnections. What if I want to create a volume from this, i.e. fill in between. Any ideas. Everything I've thought up doesn't work. David --

[opendx-users] Colorbar question

2000-09-29 Thread David Thompson
I ran across an interesting error today and was wondering what I should provide as a fix. When Colorbar is fed the output from AutoColor, but the data going into AutoColor is a single value. Colorbar barfs. The reason is that the Colormap is no longer a colormap type field but a single

RE: [opendx-users] Modules and MDF files (automatic inclusion)

2000-09-22 Thread David Thompson
Sorry, That should have been set DXMDF /full/path/filename.mdf If you do dx -morehelp, you can see all the valid flags and Env. variables. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Thompson Sent: Tuesday, September 19, 2000 10

Re: [opendx-users] Modules and MDF files (automatic inclusion)

2000-09-19 Thread David Thompson
There are two ways to set this up. dx -mdf filename.mdf where filename.mdf is either in the directory where you're starting or is the full path to your directory or set DXMODULES /full/path/filename.mdf Within the mdf file, the path to the executable must be a full path. David Hi, I

Re: [opendx-users] Changing font of DX

2000-09-18 Thread David Thompson
There is a way to do this, but it means compiling the program yourself. If you do a grep on helvetica in the uipp directory, you'll get a list of places that you need to change the font codings in. David Hi, I am having trouble getting dx -prompter -full to fit in my screen

RE: [opendx-users] Changing font of DX

2000-09-18 Thread David Thompson
Sorry, they are hardcoded and not using loadable resources. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Thompson Sent: Tuesday, September 19, 2000 11:07 AM To: opendx2-users@lists.berlios.de Subject: Re: [opendx-users] Changing

Re: [opendx-users] How to merge grids?

2000-09-14 Thread David Thompson
Randall, I know that I've done this with one of our customized modules (we use it for combining DEMs and such) but I can't think of a way to interleave these easily into one grid without it. Sorry.. Maybe Chris or one of the IBM team members has an idea. David Is there a way to adjoin

Re: [opendx-users] tiff images

2000-09-13 Thread David Thompson
Images do not necessarily have data. When they are Imported, they have colors. If you Mark colors, then the colors become the 'data' component and you can work on them. You may then want to Compute with an expression of a.0 to extract only one of the colors from the 3-vector color component.

Re: [opendx-users] tiff images

2000-09-13 Thread David Thompson
, Department of Biology, Department 3AF, Box 30001, Las Cruces, New Mexico 88003, phone: (505) 646-3611 / fax: (505)646-5665 __ On Wed, 13 Sep 2000, David Thompson wrote: Images do not necessarily have data. When

Re: [opendx-users] Choosing the data array

2000-09-07 Thread David Thompson
In your native dx file, you need to be sure to add a dep attribute for the other components. For the 'data' component, you must have put the following: attribute dep string positions You must add this same line to your other components as well. Then your Mark will work just as you expect.

<    1   2   3   4