[Motiftools-users] cut-and-paste problem
Brought to you by:
motiftools
From: Fabien F. <ffo...@im...> - 2001-08-28 18:05:58
|
Hi, I have a problem for porting cut-and-paste from SGI to linux: I create an InputField in a DialogBox with the following code: c=0; XtSetArg (arg[c], XmtNlayoutIn, WBox11); c++; Winp = XmtCreateInputField (WB, "XmTextField", arg, c); XtManageChild(Winp); In SGI this works well but in linux it fails when I try to paste or cut some text in it. Did I miss to set any resource ? Is there a simple way to implement that. I use Xmt 2.1.3 and OpenMotif ICS 2.1.30 on linux RedHat 6.2 Rmq: If I use the XmtAskForFilename Widget, there is no cut-and-paste problem with the text widgets. Thanks in advance for any hint. Fabien -- Fabien Fontaine Engineer in Biotechnology Research Group on Biomedical Informatics, IMIM/UPF Doctor Aiguader, 80 E-08003 Barcelona (SPAIN) Tel: (34) 93 221 1009 Ext: 2340 Fax: (34) 93 221 3237 |