[opendx-dev] .txt files in dxuilib

1999-12-15 Thread Rick Scott
What's with the .txt files in dxuilib?? They seem to be derived files, yet when I build them, they are different from the ones in CVS. Should they be built, or should they be in CVS??? That is the question

[opendx-dev] dx/src/uipp/dxuilib ControlPanel.C

1999-12-15 Thread Rick Scott
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv14904 Modified Files: ControlPanel.C Log Message: A fix for the scrollbars appearing on a ControlPanel in user mode. Which is really just another case of an application exploiting the fact that Moti

[opendx-dev] ControlPanel scrollbars

1999-12-15 Thread Rick Scott
It was reported that LessTif was displaying ScrollBars on the ControlPanels when it shouldn't be. I would like to set the record straight. The _real_ problem is that Motif isn't showing them when it should You do the math.. We have Shell->MainW->Frame->ScrolledWindow->WorkSpace Now with the

Re: [opendx-dev] Save image problem dx4.0.6

1999-12-15 Thread Peter Daniel Kirchner
Randy- I'm seeing your problem, or something very much like it. I'm getting a miff, a zero-length gif, and dxexec spins. Close enough for me to get to work on it.

Re: [opendx-dev] dx/bin dx.in

1999-12-15 Thread Rick Scott
Actually it was pretty simple, since I don't have the samples installed :) On 15-Dec-99 at 19:27, Peter Daniel Kirchner ([EMAIL PROTECTED]) wrote: > thanks, good catch. > > Rick Scott wrote: > > > Update of /src/master/dx/bin > > In directory opendx.watson.ibm.com:/tmp/cvs-serv15836 > > > > Mod

Re: [opendx-dev] dx/bin dx.in

1999-12-15 Thread Peter Daniel Kirchner
thanks, good catch. Rick Scott wrote: > Update of /src/master/dx/bin > In directory opendx.watson.ibm.com:/tmp/cvs-serv15836 > > Modified Files: > dx.in > Log Message: > Only export DXDATA and DXMACROS if the dir exists. This stops the > annoying little dialog from coming up when dxsample

[opendx-dev] dx/src/exec/dpexec yuiif.y

1999-12-15 Thread pdk
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv33196 Modified Files: yuiif.y Log Message: Gotcha! If DXINCLUDE not set buf was never initialized. Then DXMACROS got strcat-ed who knows where. Hence mysterious refusal of dxexec to follow DXMACR

[opendx-dev] dxsamples acinclude.m4 configure.in

1999-12-15 Thread David Thompson
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv19024/dxsamples Modified Files: acinclude.m4 configure.in Log Message: Updates to handle the java stuff better and fix dependencies with javadx 4.0.9

[opendx-dev] dxsamples/java/samples Makefile.am

1999-12-15 Thread David Thompson
Update of /src/master/dxsamples/java/samples In directory opendx.watson.ibm.com:/tmp/cvs-serv19024/dxsamples/java/samples Modified Files: Makefile.am Log Message: Updates to handle the java stuff better and fix dependencies with javadx 4.0.9

[opendx-dev] dxsamples/java Makefile.am

1999-12-15 Thread David Thompson
Update of /src/master/dxsamples/java In directory opendx.watson.ibm.com:/tmp/cvs-serv19024/dxsamples/java Modified Files: Makefile.am Log Message: Updates to handle the java stuff better and fix dependencies with javadx 4.0.9

[opendx-dev] dx/bin dx.in

1999-12-15 Thread Rick Scott
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv15836 Modified Files: dx.in Log Message: Only export DXDATA and DXMACROS if the dir exists. This stops the annoying little dialog from coming up when dxsamples is not installed

Re: [opendx-dev] IBM APTIVA KEEPS CRASHING

1999-12-15 Thread hornwp
The opendx-dev mailing list discusses topics far removed from Aptiva-type problems. You may have better luck by trying: http://www.pc.ibm.com/aptiva Then select Support from the left hand column, and then select Discussion Forums from the left hand column. After registering this will ta

[opendx-dev] dx/src/uipp/dxuilib Network.C

1999-12-15 Thread pdk
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv26884 Modified Files: Network.C Log Message: contributed freebsd fixes

[opendx-dev] dx/src/uipp/base UIConfig.h

1999-12-15 Thread pdk
Update of /src/master/dx/src/uipp/base In directory opendx.watson.ibm.com:/tmp/cvs-serv23178 Modified Files: UIConfig.h Log Message: contributed freebsd fixes

[opendx-dev] dx/src/uipp/prompter Browser.C

1999-12-15 Thread pdk
Update of /src/master/dx/src/uipp/prompter In directory opendx.watson.ibm.com:/tmp/cvs-serv27130 Modified Files: Browser.C Log Message: A few places where buf[i] needed to be &buf[i] or buf + i . Looked like bugs to Alexei Kotchourko under freebsd, look like bugs to me. Tell me if I'm w

[opendx-dev] dx/bin dxworker.in

1999-12-15 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv24852 Modified Files: dxworker.in Log Message: Don't overwrite the current LD_LIBRARY_PATH for Solaris, just add to it.

Re: [opendx-dev] Patches for FreeBSD

1999-12-15 Thread Peter Daniel Kirchner
This is the place. Thank you! Alexei Kotchourko wrote: > Hello all, > > I am newbie in OpenDX and may be this is not a correct place > to send my message. > > I tried to compile sources from CVS repository on freebsd-3.4 > and found few places which crashes compilation. Probably it can be > use

Re: [opendx-dev] dxsamples configure

1999-12-15 Thread David L. Thompson
Pete, I noticed that you just removed the configure and aclocal.m4. Are you working on the configure.in and acinclude.m4 for the samples? On my list to do next was to take a look at those two. Let me know asap, as I was going to work on them this morning. David Update of /src/master/dxsamp

Re: [opendx-dev] dxsamples configure

1999-12-15 Thread Peter Daniel Kirchner
Dave, Great, go ahead. btw one thing I know has to be fixed is how the (now nonexistent) JBASE gets passed from the dx configure to the dxsamples configure. also, is it too much to require the same prefix? dx -whereami finds the dx installation, but the it doesn't seem to work in the dxsamples ac

[opendx-dev] dx/bin dx.in

1999-12-15 Thread pdk
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv25040 Modified Files: dx.in Log Message: if not set, "dx" now sets DXDATA and DXMACROS based upon DXROOT (which itself is defaulted if necessary).

[opendx-dev] dxsamples configure

1999-12-15 Thread pdk
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv15032 Removed Files: configure Log Message: generated file does not belong in cvs

[opendx-dev] dxsamples aclocal.m4

1999-12-15 Thread pdk
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv23822 Removed Files: aclocal.m4 Log Message: generated file does not belong in cvs

[opendx-dev] Patches for FreeBSD

1999-12-15 Thread Alexei Kotchourko
Hello all, I am newbie in OpenDX and may be this is not a correct place to send my message. I tried to compile sources from CVS repository on freebsd-3.4 and found few places which crashes compilation. Probably it can be usefull for somebody. The patches which I applied: 1. - --- dx/src

Re: [opendx-dev] LessTif Problems (bugs)

1999-12-15 Thread Rick Scott
Glad to hear it. I'll cross those off my list. If I recall correctly this should leave only the "Dialog Style" problem of the missing separators and the extra scrollbars. Well, I spent all of last night on this one.don't hold your breath. This is dealing with the WorkSpace widget, which is a su

[opendx-dev] dx/html Makefile.am

1999-12-15 Thread David Thompson
Update of /src/master/dx/html In directory opendx.watson.ibm.com:/tmp/cvs-serv8508 Modified Files: Makefile.am Log Message: Remove tests for existing links. The overhead is minimal and test -e doesn't work on all systems.