Re: DragIcon (was Ishmail)

2000-09-23 Thread Rick Scott
On 23-Sep-00 at 08:47, Alexander Mai ([EMAIL PROTECTED]) wrote: > On Fri, 22 Sep 2000 16:46:57 -0400 (EDT), Rick Scott wrote: > > >> I'm not sure about the state of our converters anyway: e.g. string to > >> pixmap is marked as NONSTANDARD in LessTif, a simple nm call brings up a > >> CvtStringT

Re: DragIcon (was Ishmail)

2000-09-23 Thread Alexander Mai
On Fri, 22 Sep 2000 16:46:57 -0400 (EDT), Rick Scott wrote: >> I'm not sure about the state of our converters anyway: e.g. string to >> pixmap is marked as NONSTANDARD in LessTif, a simple nm call brings up a >> CvtStringToPixmap or similar in a Motif 2.0 lib. Do we have to move >> some things

Re: DragIcon (was Ishmail)

2000-09-22 Thread Rick Scott
On 22-Sep-00 at 16:37, Alexander Mai ([EMAIL PROTECTED]) wrote: > On Fri, 22 Sep 2000 10:57:06 -0400 (EDT), Rick Scott wrote: > > >The standard converters are registered during Vendor:class_initialize. > >Maybe this is not early enough for how they are creating the icon. Hold > >on, maybe we don'

Re: DragIcon (was Ishmail)

2000-09-22 Thread Alexander Mai
On Fri, 22 Sep 2000 10:57:06 -0400 (EDT), Rick Scott wrote: >The standard converters are registered during Vendor:class_initialize. Maybe >this is not early enough for how they are creating the icon. Hold on, maybe we >don't have a converter for XmRBitmap??? Seems to be so!? I'm not sure about t

Re: DragIcon (was Ishmail)

2000-09-22 Thread Rick Scott
I suspect that the converter is not being registered early enough. > The reported > Warning: No type converter registered for 'String' to 'Bitmap' > conversion. > within Ishmail seems to be triggered by a XmCreateDragIcon(). > > Citing a Motif (1.2) man page: > > An application initialize

DragIcon (was Ishmail)

2000-09-22 Thread Alexander Mai
The reported Warning: No type converter registered for 'String' to 'Bitmap' conversion. within Ishmail seems to be triggered by a XmCreateDragIcon(). Citing a Motif (1.2) man page: An application initializes a DragIcon with the function XmCreateDragIcon or through entries in the resource da