[opendx-dev] Bug with Display and connection-dep colors

2002-09-12 Thread Randall Hopper
(memory bound reads) are occurring here with the colors array. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711 # # OpenDX Script to demonstrate problem with Display and # connection-dependent

[opendx-dev] Re: IEEE handling in Compute

2002-08-28 Thread Randall Hopper
inputs? Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: IEEE handling in Compute

2002-08-27 Thread Randall Hopper
? Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Re: IEEE handling in Compute

2002-08-27 Thread Randall Hopper
how it works. I'll finally get some use for my |yacc book, maybe :) Cool, good luck! Need any help just holler. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: newbie question.. where does the standard output (printf) go ? + data invalidation

2002-08-21 Thread Randall Hopper
it ? Mark(positions), then use Include to invalidate the data value (position coordinate) with the value [20,35,40]. Be sure to set cull=0 or you'll see a spectacular memory explosion in your perfmeter. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] Re: Remote Rendering problems

2002-08-06 Thread Randall Hopper
about. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Re: libDXL trying to build

2002-07-17 Thread Randall Hopper
Greg Abram: |I see what you mean - it looks like its not possible to have one shared lib |dependent on another. Thats news to me, and sucks. No, you can have them dependent on one another. And on most platforms the dependency can be implicit, so the guy hacking Makefiles doesn't have to know

[opendx-dev] Re: Re: libDXL trying to build

2002-07-17 Thread Randall Hopper
! Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: libDXL trying to build

2002-07-16 Thread Randall Hopper
libraries. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Solaris CVS build probs

2002-07-15 Thread Randall Hopper
.tar.gz This problem's come up before, back when the IBM disk filled up. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: autotools and configure

2002-07-10 Thread Randall Hopper
probably do it easier with something like: find . -name '*.o' | xargs nm -Bo | grep T symbol Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Shrinking an Array

2002-07-10 Thread Randall Hopper
Gregory D Abram: |Well, I can't think of anything wrong with it. The code looks good, too. Ok, I'll check it later this evening. Thanks for the feedback. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01

[opendx-dev] opendx.watson probs

2002-07-02 Thread Randall Hopper
Was about to check in a change, but... ssh opendx.watson.ibm.com ssh: connect to address 129.34.2.25 port 22: Connection refused Is the repository on-hold for the sourceforge move? Randy

[opendx-dev] WriteImage ConstituteImage

2002-06-21 Thread Randall Hopper
this area of Magick better than I do. Is there a straightforward way to extend the WriteImage/Constitute code to support delayed-color image fields (i.e. ubyte/int colors refing ubyte[3]/float[3] color map)? Right now it assumes direct-colors only. Thanks, Randy -- Randall Hopper (mailto

[opendx-dev] Re: Oracle Spatial - DX code

2002-06-07 Thread Randall Hopper
for the pointer. The Pro*C source is there. I'm sure it'll help out if this ends up being Oracle Spatial, though after today's round of discussions, it's smelling more like ArcSDE - Oracle BLOBs (grrr, just give me a SOAP server to talk to). Randy -- Randall Hopper (mailto:[EMAIL PROTECTED

[opendx-dev] Re: 4.2 problem with outboard modules

2002-06-04 Thread Randall Hopper
command doesn't work and the second does, it's not, and that's your problem. Also try nslookup localhost.localdomain.. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: DXLink parse bug

2002-05-29 Thread Randall Hopper
|directly to the exec. I think the fix I just checked in to dxl/send,c |ought to fix it. That fixed it. It also resolves the errors some users were reporting with the Python DXL wrappers. Thanks Greg. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] Re: DXLink parse bug

2002-05-28 Thread Randall Hopper
/lib_sgi tst Hit return to quit: So the key question is, is this code reasonable? Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: DXLink parse bug

2002-05-28 Thread Randall Hopper
was testing before, I just had DXLTRACE and DXLSYNCHRONOUS in my environment). Now it fails on SGI as well. Still unsure whether this is valid script or not. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP

[opendx-dev] DX CVS down

2002-05-28 Thread Randall Hopper
Tried to pull an update with Greg's DXL change (twice), and got this message both times: ... cvs [server aborted]: error closing CVS/Entries.Backup: No space left on device /tmp and /usr are full on opendx.watson, so one of those is the likely cause (considering none of my local partitions have

[opendx-dev] DXLink parse bug

2002-05-26 Thread Randall Hopper
Is the attached C prog a legal translation of this DX script code?: macro foo( ) - ( ) { a = 1; b = c; } Figure 1: yanked from from dx/html/pages/progu091.htm#HDRSETVARS If so, then we have a bug in the Linux and FreeBSD DXLink macro parsers. Give the code a try and see

[opendx-dev] Re: How it goes.

2002-05-21 Thread Randall Hopper
fails. configuring --without-javadx will bypass. However, perhaps configure should be doing more checking than it is before switching on JavaDX by default, or requiring --with-javadx to turn it on. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] Re: dx/src/exec/dxmods _im_image.c

2002-05-17 Thread Randall Hopper
this morning. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Magick error saving PNG

2002-05-17 Thread Randall Hopper
of which use the same DX code path, and it'll save fine, as long as I don't try to save in PNG first. I'll fiddle with Magick here later. Let's get on with 4.2! Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127

[opendx-dev] configure errors

2002-05-16 Thread Randall Hopper
to do the honors David. I'm CVSless until 5pm. Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: configure errors

2002-05-16 Thread Randall Hopper
Randall Hopper: | | |There's also this error, but it's been in CVS a while now: | | checking whether struct tm is in sys/time.h or time.h... time.h |- ./configure[3687]: ccld_defaulted: not found | checking

[opendx-dev] Re: Magick error saving PNG

2002-05-16 Thread Randall Hopper
David Thompson: |Randall Hopper: |Time to pull out Purify. | |I'll go back in as well and see if I can see where I may have left |some memory unfreed somewhere (but I was pretty careful about this.) Ok, well don't spend a lot of time on it. All of this might have started when I upgraded

[opendx-dev] Re: I think I'm ready for release

2002-05-15 Thread Randall Hopper
David Thompson: |I've done all the testing that I can here. I'm ready to say 4.2 is |ready. How about everybody else? Ready here. Just rec'd some FreeBSD patches from Tom Bartol (haven't tested 'em yet), but they can be subsumed in the BSD ports system for this release. Randy -- Randall

[opendx-dev] Re: I think I'm ready for release

2002-05-15 Thread Randall Hopper
, and make sure everything builds on their platform(s) of choice. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: A good tool

2002-05-07 Thread Randall Hopper
-stream; | name=main[1].html |Content-Transfer-Encoding: base64 |Content-ID: W551g251DRd1Sz239 | |H4sIA62WbXPiNhDHX8On2LhvD2QIuTAZzBRs89A6wBDfXW86nY6whVFiJJ8th8u3 |r+Sn4BR6vQx+I2tXK/30X0mzgytrabpfVzbM3HsHVp/GztwErYXQl2sTIcu1ckevrYMbY5ZQ ... -- Randall Hopper (mailto:[EMAIL PROTECTED

[opendx-dev] Re: JavaDX on DX samples

2002-04-29 Thread Randall Hopper
directory for the correct DX tree as the first component of $PATH before running startserver. |That would also explain why you don't get the interactors since there |is no server running. I get the interactors. They're just all disabled. Thanks for your help, Randy -- Randall Hopper [EMAIL

[opendx-dev] JavaDX docs

2002-04-26 Thread Randall Hopper
: -webpage option /home/rhh/software/dx-cvs-20020424/dx/java/htmlpages/Status.html is not readable. -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: JavaDX on DX samples

2002-04-26 Thread Randall Hopper
cleanup work. All-in-all it's pretty cool. Just needs a little polish. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] JavaDX - missing .class files in .jar's

2002-04-24 Thread Randall Hopper
know off-hand about the rest, and whether they go in dx.jar and/or server.jar? Also, what's the correct method for adding them to the build? Patch them into makeall.java and bump the hex IDs around (I'm not a Java hacker)? Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin

[opendx-dev] Re: JavaDX - missing .class files in .jar's

2002-04-24 Thread Randall Hopper
$classdir makewrl.java javac -d $classdir makeall.java imageWindow.java CaptionLabels.java Status.java javac -d $dxscdir DXServer.java I gather javac compiles the .java's as it notices it needs the symbols. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] Re: Where were at with release

2002-04-23 Thread Randall Hopper
links, so the solution makes sense, but I'm curious about X servers not following links (is this PC X servers and NTFS junctions, or are we talking UNIX here?). Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01

[opendx-dev] JavaDX Magic

2002-04-23 Thread Randall Hopper
for netscape jar files... no -- netscape support will not be complete checking for cosmo jar files... no -- comso support will not be complete DX_JAVA_CLASSPATH :: /usr/java/bin/../lib/rt.jar:./ -- -- Randall Hopper (mailto

[opendx-dev] Re: developing a module in javadx: getting started

2002-04-23 Thread Randall Hopper
://opendx.watson.ibm.com/dx/tars/dx22Apr2002.tar.gz and look in html/usrguide.htm Chapter 11. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: JavaDX Magic

2002-04-23 Thread Randall Hopper
ScatterData.java yields unresolved syms (ToggleGroup and ResetNode), but that seems to be because dx.jar is missing the matching .class files. It's odd that the full DX build didn't fail... I'll take a quick look. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation

[opendx-dev] Magick CVS Build Error on IRIX

2002-04-19 Thread Randall Hopper
. I'll update to the latest Magick and rebuild. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: ImageMagick requirement?

2002-04-17 Thread Randall Hopper
reasonable, especially considering 5.2 was released over two years ago. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Not ready for release quite yet.

2002-04-17 Thread Randall Hopper
to work on this to |see if I can locate the problem. Odd. It works here if I save a jpg using Save Image (IRIX, recent DX CVS, and Magick 5.3.7). Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: DX_WEB_BROWSER probs

2002-04-09 Thread Randall Hopper
browser a bit more but I have an appt to catch. I'd search www.faqs.org or groups.google.com for double fork, or grab Stevens if you have it handy. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC

[opendx-dev] Re: CVS on SGI

2002-04-08 Thread Randall Hopper
. The real | |solution here to remove this warning would be to use libtool on this | |1 shared library we need to build--but I'm not ready to start digging | |into that before a release. -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] Re: Next Version #?

2002-04-04 Thread Randall Hopper
to the large arena port later today, but we don't need to hold up a release for that. It's still too bleeding edge for the average user to be playing with. And probably should be commented out of configure.in. So, feature freeze and start building on target platforms? Randy -- Randall Hopper

[opendx-dev] CVS Tarballs invalid

2002-04-04 Thread Randall Hopper
laughable 88KB. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: CVS on SGI

2002-04-04 Thread Randall Hopper
on this |1 shared library we need to build--but I'm not ready to start digging |into that before a release. Yes, it's failing. I'm not getting a configure file when CVSMake is done. Randy -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] Re: Re: latest dx w/ hw rendering

2002-03-28 Thread Randall Hopper
stack with the last |error |__nvsym08557 | |I compiled with -O2 -g as well. Sounds like the executable is stripped. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: latest dx w/ hw rendering

2002-03-27 Thread Randall Hopper
in Linux. You might try disabling DRI and see if you get the same. Or, build and check with software-only Mesa. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: dx/src/exec/dpexec remote.c

2002-03-26 Thread Randall Hopper
a va_list. nolist is a va_list. Added those to suppress a read but not initialized warning -- the DXqmessage (who, msg, nolist) call is passing garbage for the third arg which isn't used. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization

[opendx-dev] Re: dx/src/exec/dpexec remote.c

2002-03-26 Thread Randall Hopper
. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] 64-bit arena support - first-cut now checked in

2002-03-26 Thread Randall Hopper
6304K sleep0:00 6.50 0.00 dxexec 1264661 1264413 rhh20 5018M 4656K sleep0:00 7.59 0.00 dxexec More changes to come. I'd appreciate any feedback, whether or not you have problems. Thanks, Randy -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] Re: 64-bit arena support - first-cut now checked in

2002-03-26 Thread Randall Hopper
is DX's default memory size. On multiprocessor systems, DX by default grabs less and less memory for the executive the more CPUs you have, down to a minimum of 37.5% physmem for numprocs = 5. Of course you can blow caution to the wind with -memory and specify whatever you need. Randy -- Randall

[opendx-dev] Re: dx/src/exec/dpexec remote.c

2002-03-25 Thread Randall Hopper
David Thompson: | remote.c |Log Message: |Add back missing variables from Randall's cleanup. Sorry David. I missed noticing that in/out/err compile in for some platforms (looks like !defined(DXD_HAS_LIBIOP) and !defined(sgi)?) Randy -- Randall Hopper (mailto:[EMAIL PROTECTED

[opendx-dev] Stack bug for another day

2002-03-23 Thread Randall Hopper
While I'm thinking of it... A coworker hit this one again this week. If you feed in a Group of image Fields that have delayed colors, you get the intuitive error: Stack: Error code not set Randy -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] MBGenerate.C bug - input solicited

2002-03-22 Thread Randall Hopper
; -- -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] SGI 64-bit ABI status

2002-03-22 Thread Randall Hopper
== -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] Silly gif question

2002-03-21 Thread Randall Hopper
Any reason not to remove gif from the format pop-up for ReadImage/WriteImage, since this has been ripped out anyway? Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] hwClientMessage.c - input solicited

2002-03-20 Thread Randall Hopper
) ; ^ where the paramter takes a: typedef enum {tdmXYPlaneRoll, tdmZTwirl} tdmRotateModel ; Any thoughts as to which should be here, or does it make a difference? Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US

[opendx-dev] line.c bug - input solicited

2002-03-18 Thread Randall Hopper
they're position dependent. Anyone have some insight as to what DX is doing here? For now, I'll just cast it and add a FIXME comment. Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] opendx.watson ssh host key

2002-03-14 Thread Randall Hopper
administrator. Add correct host key in .../.ssh/known_hosts2 to get rid of this message. Offending key in .../.ssh/known_hosts2:8 RSA host key for opendx.watson.ibm.com has changed and you have requested strict checking. Randy -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] Re: cvs access

2002-03-14 Thread Randall Hopper
other packet filtering rules active between you and the Internet. Randall -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] String bug for another day

2002-03-07 Thread Randall Hopper
an error somewhere in your data stream. BTW the above should instead be rank 1 shape = 15 to be valid. Though this one is cockpit error (the user's guide mentions this nuance in Appendix B), DX should be more helpful here. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin

[opendx-dev] Re: Timing modules

2002-03-06 Thread Randall Hopper
be useful to |implement some sort of selection for which timers actually are recorded, |something like the trace messages. -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711 --- src/exec/libdx/ORIG

[opendx-dev] Re: Timing modules

2002-03-05 Thread Randall Hopper
window as it hits them. This network has over 1100 modules (no, not the net from hell, but a wannabe), so 2000 lines doesn't get you very far -- even if there were only two lines per module and nothing else. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] Re: Timing modules

2002-03-05 Thread Randall Hopper
: Trace(time,1) - execute - Trace(time,0) in dxui. Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Timing modules

2002-03-04 Thread Randall Hopper
Is there an option or trace flag to ask DX to tell you how long it spends executing each module as it executes a network? Something like -trace on, but with times as well. Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific

[opendx-dev] Re: Core in sample (invalid.c)

2002-03-01 Thread Randall Hopper
-- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Small program shows Include error

2002-02-28 Thread Randall Hopper
typo on my part). I'll check it in later this evening. CensusData has some other problem though, which I'll look into later. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711 --- src/exec/libdx

[opendx-dev] configure truncates Makefile lines

2002-02-25 Thread Randall Hopper
generates help/Makefile from help/Makefile.in, it is truncating the EXTRA_DIST= line to about 8k characters (8202) which happens to be in the middle of a symbol. Anybody else on UNIX see this problem? Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] Re: Re: Page picklist shrinks to zero width

2002-02-25 Thread Randall Hopper
there, but there isn't one). Second and subsequent presses though all result in a good picklist popup that doesn't shrink. I also noticed that a few debug prints made it into CVS (see attached patch). Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] Re: configure truncates Makefile lines

2002-02-25 Thread Randall Hopper
lengthened the EXTRA_DISTS variable setting in help/Makefile. Looks like a sed line length limitation in configure is what's biting us, combined with automake not maintaining the line wrapping Greg used in Makefile.am. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support

[opendx-dev] Lookup and Error code not set:

2002-02-25 Thread Randall Hopper
Lookup doesn't take Groups. Is this a feature or bug? The docs say Lookup's input only takes Field, string list, value, and value list so arguably it's the former, but the error message could be more useful... Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin

[opendx-dev] Re: Page picklist shrinks to zero width

2002-02-22 Thread Randall Hopper
of a fix or resource hack for this? | |I'll work on it this weekend. I hacked this code earlier due to |another problem (the length starting out as 1 item high) and it seems |like I'll have to find a different work around. Ok, thanks David. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED

[opendx-dev] Re: Re: Page picklist shrinks to zero width

2002-02-22 Thread Randall Hopper
Lloyd A Treinish: |Randall Hopper: | |I'm working on a network with 18 pages in dxui. Everytime I select the | |page select tab ... to switch pages, the width of the select list has | |shrunk. After 7 picks, there's only the vertical scrollbar. After 8, | the | |whole list is only one

[opendx-dev] Isosurface bug

2002-02-21 Thread Randall Hopper
check. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Object delete too often! (or not an object)

2002-02-21 Thread Randall Hopper
and if it |decrements to 0, then the memory is released. Typically, when that |error pops up, it means that DXDelete has been called one too many |times. Thanks David. Another bug to chase down some day. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific

[opendx-dev] Object delete too often! (or not an object)

2002-02-20 Thread Randall Hopper
I have an colormap field (see attached) that I'm feeding into the color input of Color, and I'm getting this: ERROR: Color: Invalid data: Object deleted too often! (or not an object) So, what does that mean? A memory problem? Thanks, Randy -- Randall Hopper (mailto:[EMAIL

[opendx-dev] Re: Number 2 the winner?

2002-02-19 Thread Randall Hopper
-in help if desired, right? How does the user switch between the classic and the browser versions? And how, on UNIX does the user tell DX how to process HTML view requests (e.g. netscape -remote, etc.) I think as long as the classic built-in help isn't being removed, it's fine. Randy -- Randall

[opendx-dev] Re: Re: Re: DX Town, and other texturing exploits

2002-02-13 Thread Randall Hopper
. Randall -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: Re: DX Town, and other texturing exploits

2002-02-12 Thread Randall Hopper
, that either |Randy (who has been working hard on this sort of thing recently) or David |T. could advise. I personally don't have any experience with DXtoVRML or the Export( format=vrml ) functionality in DX. David? Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation

[opendx-dev] Fog (was Re: Translucent Texturing)

2002-02-12 Thread Randall Hopper
} fog_color= { r,g,b,a } fog_density = density fog_distance = { min, max } fog_hint = { dont_care, nicest, fastest } Which begs the question what would be good defaults in case none of these except fog on/off are specified. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED

[opendx-dev] Re: DX Town, and other texturing exploits

2002-02-11 Thread Randall Hopper
to integrate it into the OpenSceneGraph distribution pretty soon so it'll be standard. As OpenSceneGraph developers improve the importers and add new ones, OSG will be able to export those to DX format as well. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA

[opendx-dev] DX Town, and other texturing exploits

2002-02-09 Thread Randall Hopper
earth texture archive: http://gw.marketingden.com/planets/earth.html were simply applied to regular grids and sphere mapped (the ground is nearest neighbor, and the clouds are mipmapped and linear interpolated). Randy -- Randall Hopper [EMAIL PROTECTED]

[opendx-dev] Re: New Type Ahead functionality

2002-02-01 Thread Randall Hopper
|if the mouse is over the Categories, then Type Ahead works in the |Tools list instead. I see. There aren't that many categories, but I guess it could be useful. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01

[opendx-dev] Re: Screen objects - how do they work?

2002-02-01 Thread Randall Hopper
for both. -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Re: New Type Ahead functionality

2002-01-31 Thread Randall Hopper
to select a module anyway, so it's just a question of when they have to move it. |3. Should this be added to the categories list (I say no because its |short anyway)? Not sure I follow. Wouldn't you just activate the All category and then start typing module names? Randy -- Randall Hopper (mailto

[opendx-dev] Screen objects - how do they work?

2002-01-31 Thread Randall Hopper
. The docs don't describe this in detail. Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711

[opendx-dev] Grid - no context-sensitive help

2002-01-30 Thread Randall Hopper
in the middle of poking around this area, I thought you might have some insight. Any thoughts? Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711

[opendx-dev] Re: Grid - no context-sensitive help

2002-01-30 Thread Randall Hopper
. Since I will need to build one of these for the |html c-s help, I will try and correct any I find. Thanks. Randall -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711

[opendx-dev] Re: OpenGL rendering of lines

2002-01-30 Thread Randall Hopper
in: hwPortUtilOGL.c::_drawTranslucentPrimitives() The BLEND mode is already on, and the correct BlendFunc is already set at that point, so they can be skipped. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A

[opendx-dev] Re: latest CVS

2002-01-30 Thread Randall Hopper
building on, and with the same environment (e.g. $PATH)? Might try deleting config.cache and re-configure'ing. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711

[opendx-dev] Re: View control KB accelerators broken

2002-01-18 Thread Randall Hopper
and letting me know. The accelerators are working fine here again this morning with a CVS snapshot from last night. Thanks David. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711

[opendx-dev] View control KB accelerators broken

2002-01-17 Thread Randall Hopper
. For example, I can activate Rotate or Zoom tools from the View Control dialog via the option menu, but hitting Ctrl-R or Ctrl-G in the window doesn't select the rotate and zoom tools anymore. Any ideas? Thanks, Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin

[opendx-dev] Re: View control KB accelerators broken

2002-01-17 Thread Randall Hopper
the option menu, but hitting Ctrl-R or Ctrl-G in the |window doesn't select the rotate and zoom tools anymore. | | Any ideas? | |Thanks, | |Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC

[opendx-dev] Re: View control KB accelerators broken

2002-01-17 Thread Randall Hopper
. Right. (To give credit where it's due though, it's the EPA firewall that's in my way...) Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711

[opendx-dev] Translucent sorting question

2002-01-17 Thread Randall Hopper
) _dxf_DRAW_TRANSPARENT (HW backend-specific) == -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711

[opendx-dev] Re: CVS: XmeDrawShadows - Unresolved text symbol

2002-01-15 Thread Randall Hopper
I snatched src/uipp/widgets/*.[ch] from a previous CVS snapshot, and that cleared up the problem. Randy Randall Hopper: Hi David, I'm getting this when building a CVS snapshot from last night on IRIX. I think this may relate to your check-ins Sunday. XmeDrawShadows, which I believe

[opendx-dev] DXHW_CULL_OFF vs DXHW_CULL_NONE

2002-01-11 Thread Randall Hopper
not. Thanks, Randall -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711 __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com

[opendx-dev] Re: 3D models - DX: Anyone for polygon support?

2001-11-01 Thread Randall Hopper
var is accessed |over and over. Ok. I'll look into adding this as soon as I put the current project to bed. I'll also pull out samples that lock up triangulation and that render incorrectly. Thanks for the feedback. Randy -- Randall Hopper [EMAIL PROTECTED]

  1   2   >