Zakia Bilkis writes
>I want to use the XbaeMatrixWidget to display something like a spreadsheet.
>However the spreadsheet has, comma-separated quoted values like "2,000"
>sometimes and the widget reads breaks this into "2 and 000" these two cell
>values. how can I modify its behaviour so that it can read and display
>"2,000" in one cell ?

Unless you are specifying the cell values in a resource file, there
shouldn't be a problem as the widget only recognises string values.  If
you pass it "2,000" to set a particular cell, it understands that string
and does no further interpretation.  If you are using a resource file,
you can escape the quotes with a backslash '\'

It may help to know a bit more of how you are setting or reading the 
value of the cell (ie enterCellCallback and leaveCellCallback)

Andrew

-- 
Andrew Lister        Deutsche Bank, Australia        Ph: +61 2 9258 2404
-> Masochist: Windows programmer with a smile!

Reply via email to