Evgeny,
Which bug report are you referring to ? Can't find that number.
Also, more clues as to the XbaeInput bug are welcome, I have
a feeling that you have more info than what you write :-)
Danny
[EMAIL PROTECTED] wrote:
>
> Bugs item #418575, was updated on 2001-04-24 06:56
> You can respond by visiting:
> http://sourceforge.net/tracker/?func=detail&atid=108596&aid=418575&group_id=8596
>
> Category: Xbae library
> Group: None
> >Status: Closed
> >Resolution: Duplicate
> >Priority: 1
> Submitted By: Evgeny Stambulchik (evgeny)
> >Assigned to: Alexander Mai (amai)
> Summary: Xbae: XbaeMatrix/XbaeInput coupling
>
> Initial Comment:
> I suggest to make use of the XbaeInput widget optional
> in XbaeMatrix, probably via an additional Boolean
> resource. Of course, setting the resource after the
> widget is created should be ignored (with a warning
> issued).
>
> So, instead of
>
> new->matrix.text_field = XtVaCreateWidget(
> "textField", xbaeInputWidgetClass, ...
>
> in Matrix.c there should be
>
> new->matrix.text_field = XtVaCreateWidget(
> "textField", new->matrix.useXbaeInput ?
> xbaeInputWidgetClass:xmTextWidgetClass, ...
>
> Using the old good XmText fixes the cut&paste problem
> (bug report #231374). Well, mostly - there is still an
> issue with Xbae clearing the primary selection when
> entering another cell.
>
> Of course, the cut&paste bug in XbaeInput could
> (should) be solved, but it's an extra non-standard
> widget anyway with non-zero probablity of having more
> bugs, and there is no need to use it when its
> functionality is not required (in almost all apps using
> Xbae, AFAICT).
>
> Evgeny
>
> ----------------------------------------------------------------------
>
> You can respond by visiting:
> http://sourceforge.net/tracker/?func=detail&atid=108596&aid=418575&group_id=8596
>
> _______________________________________________
> Lesstif-core mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/lesstif-core
--
Danny Backx ([EMAIL PROTECTED] [EMAIL PROTECTED])
Home page : http://users.skynet.be/danny.backx
Projects: LessTif (http://www.lesstif.org)
Oleo (http://www.gnu.org/software/oleo/oleo.html)