XbaeMatrix questions

2000-12-07 Thread Schmidgall, Jay
The NEWS file refers to a mailing list on frogdream.com -- is that list defunct and all traffic should be directed here? I've just downloaded the 4.8.4 release and started playing with it and, using the choice example, came across a few bugs immediately. Column labels aren't being redrawn properl

RE: XbaeMatrix questions

2000-12-07 Thread Schmidgall, Jay
I see the label problem on SourceForge, and I added a comment there. Looks like the problem was due to some of the changes made in preparation for the variable row height stuff. Here's a patch: -Original Message- From: Schmidgall, Jay [mailto:[EMAIL PROTECTED]] Sent: Thursday, Dec

RE: XbaeMatrix questions (this time with the patch, doh!)

2000-12-07 Thread Schmidgall, Jay
I see the label problem on SourceForge, and I added a comment there. Looks like the problem was due to some of the changes made in preparation for the variable row height stuff. Here's a patch: *** Draw.c.orig Thu Dec 7 08:21:13 2000 --- Draw.c Thu Dec 7 14:11:56 2000 *** ***

RE: Xbae Question

2000-12-19 Thread Schmidgall, Jay
> From: Andre Koppel [mailto:[EMAIL PROTECTED]] > I am using Xbae for a while and it works quite well. But I have not found a > way to change the behaviour in such a way that the widget automatically > changes the horizontal size to fully fit the container that > contains the Xbae-widget. I think

lesstif@hungry.com

2001-01-19 Thread Schmidgall, Jay
My take on this would be that, with Xbae 4.8.4, you cannot select the text in a cell you cannot traverse to, which sort of makes sense, but might still be nice to allow. Further, even if you can get the text of a cell selected, you can't paste it anywheres. XbaeMatrix does seem to be claiming th

RE: Label with shadows

2001-02-06 Thread Schmidgall, Jay
On Tuesday, February 06, 2001 5:10 AM, Rick Scott wrote On 6-Feb-01 at 03:49, Michel Bardiaux ([EMAIL PROTECTED]) wrote: > Martin Simmons wrote: > > > > > On Mon, 5 Feb 2001 13:14:07 -0500 (EST), Rick Scott > > > <[EMAIL PROTECTED]> said: > > > > Rick> XmPushButton?? > > Things that

lesstif@hungry.com

2001-02-21 Thread Schmidgall, Jay
Alternatively, applications that don't want the user to edit fields use the method supplied in the FAQ: How do I make a cell non-editable? In the list example, it is not setting traversalOn to false that prevents editing, it is the new translations. If you remove the translations from the re

RE: Xbae examples and editres (Re: Xbae/examples/list)

2001-03-28 Thread Schmidgall, Jay
>From: Alexander Mai [mailto:[EMAIL PROTECTED]] >On Wed, Mar 28, 2001 at 10:59:26AM +0200, Alexander Mai wrote: >> The given program doesn't react at all to keyboard >> neither with LessTif nor Motif. > >Hit the wrong key ... >Did this work before, when the resources had no yet been embedded? I'm

RE: Xbae example help

2001-08-23 Thread Schmidgall, Jay
You can either run examples/extest to run all the demos, or if you want to run one individual program, you can do (under csh) > cd examples/fifteen > ( setenv XAPPLRESDIR . ; fifteen ) You have to tell the program where to find its app-default file. : jay Confidentiality Notic

RE: Xbae Matrix Widget Question

2001-09-06 Thread Schmidgall, Jay
Actually, XmNfill true will only do this if XmNgridType is a row type, i.e., GRID_ROW_LINE or GRID_ROW_SHADOW. -Original Message- From: Danny Backx [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 3:42 PM To: GAIL CRAWFORD Cc: [EMAIL PROTECTED] Subject: Re: Xbae Matrix Widge