Yes, I have been using it on my AIX system with Motif, no problems. Now I'm not
saying its correct--it just works.

David

Rick Scott wrote:

> Are you sure this works with a Motif version of this source??? It looks like a
> translation table error to me. In src/uipp/widgets/NumericList.c, if you
> replace the defaultTranslations[]..... with
>
> static char defaultTranslations[] =
>     "<Btn1Down>:     Arm()\n\
>      <Btn1Up>:       Activate()\n\
>      <Btn1Down>,<Btn1Up>: Activate()\n\
>      <Btn1Motion>:   BtnMotion()\n\
>      <EnterWindow>:  Enter() \n\
>      <FocusIn>:      FocusIn()";
>
> I'll have to go back to the manuals for Translations, but this is what I would
> expect.
>
> > This problem exists with the list interactors such as integer list,
> > scalar list, and vector list. Typically when using a Motif version, to
> > edit items in the list, you click on the item in the list (which
> > highlights it), and type in new numbers into the boxes below. When the
> > return is pressed, the new value updates in the list in the appropriate
> > spot. This does not work with the lesstif version.

Reply via email to