I use XFM 4.0 and I encounter the following problems
when I generate UIL files :
In my .fm file I write :
indicatorOn = true
selectColor = maroon
They are translated into :
XmNindicatorOn = XmTRUE
XmNselectColor = maroon
instead of :
XmNindicatorOn = True
XmNselectColor = color('maroon')
and so my UIL file doesn't compile correctly.
Is it a XFM bug ? Do you know any workaround ?
Many thanks
PKD