Neeta,
Which version of Xbae on which platform ?
Have you tried to reproduce this in a small example ? (E.g. one
of the example programs that comes with Xbae ?)
Also if it crashes, could you send us a stack trace of the
application state ? This helps to figure out exactly where
it dies.
Danny
Neeta <[EMAIL PROTECTED]> wrote :
> I'm having some problems with the XbaeMatrix widget and need some help.
> Whenever I resize one of my columns (any column) and then key in a string
> thats larger than 40 characters the application segvs in t_splay called
> from malloc.... The problem only seems to occur for characters strings with
> an even number of characters and does not occur if the string length is
> odd.
>
> If I don't resize the column, the problem does not occur because the user
> cannot key in more than 15 characters. This limit (15) is being set by my
> application.
>
> Do you have any ideas? I am not explicitly setting the XmNColumnMaxLengths
> resources for the matrix widget. I understand that if I don't set it, by
> default it gets the value of the XmNColumnWidths resource.