Re: [opendx-dev] Crash at close

2003-06-24 Thread David Thompson
Martin, Sorry about this. It is related to the tooltips. At one time I had it fixed and didn't realize that the updated code didn't make it into OpenMotif 2.2.2. It is actually post 2.2.2. You can see the fix that Rick Scott and myself discovered at

Re: [opendx-dev] Crash at close

2003-06-24 Thread Martin S. Tignor
On Tue, 2003-06-24 at 11:17, David Thompson wrote: > Which version of Motif are you using. There was a problem I found in > OpenMotif's tool tip code that I got them to fix, but I think in > order for it to be fixed you need 2.2.2. >From Xm/Xm.h: My XmVERSION_STRING says 2.2.2. My XmUPDATE_LEVEL

Re: [opendx-dev] Crash at close

2003-06-24 Thread David Thompson
Which version of Motif are you using. There was a problem I found in OpenMotif's tool tip code that I got them to fix, but I think in order for it to be fixed you need 2.2.2. That is not the problem I see. As you note, I did have to execute to make it appear. I guess I always load, execute, q

Re: [opendx-dev] Crash at close

2003-06-24 Thread Martin S. Tignor
On Mon, 2003-06-23 at 17:55, David Thompson wrote: > Start up, load /usr/local/dx/samples/programs/AutoColor.net, quit. > > That's enough to see it happen. For me. > > David > ...still looking. I see the XtError message at exit that you mentioned but only if I execute AutoColor.net. Loading an

Re: [opendx-dev] Crash at close

2003-06-23 Thread David Thompson
Start up, load /usr/local/dx/samples/programs/AutoColor.net, quit. That's enough to see it happen. For me. David On Mon, 2003-06-23 at 14:08, David Thompson wrote: I'll wait for you to take a look at it. I was just narrowing down where the problem was occurring. After I had commented out th

Re: [opendx-dev] Crash at close

2003-06-23 Thread Martin S. Tignor
On Mon, 2003-06-23 at 14:08, David Thompson wrote: > I'll wait for you to take a look at it. I was just narrowing down > where the problem was occurring. After I had commented out the > Popdown, then I thought to see if I checked that pointer for NULL if > it would still happen and it didn't. Th

Re: [opendx-dev] Crash at close

2003-06-23 Thread David Thompson
I'll wait for you to take a look at it. I was just narrowing down where the problem was occurring. After I had commented out the Popdown, then I thought to see if I checked that pointer for NULL if it would still happen and it didn't. The reason I asked you is I figured that wasn't the correct

Re: [opendx-dev] Crash at close

2003-06-23 Thread Martin S. Tignor
On Mon, 2003-06-23 at 12:18, David Thompson wrote: > Martin, > > I'm seeing a crash when dxui exits. I've tracked it down to the > XtPopdown(this->popupMenu) in TextSelector.C. If I change it to > > if(this->popupMenu) > XtPopdown (this->popupMenu); > > > then I don't see the pro