John Levon wrote: > Still broken. > > http://movementarian.org/changes.png > > xforms 1.0
I also have 1.0. But I always had the date field empty; how do you get that text there? To get something in the date-field, I had to modify xforms/FormChanges.C temporarily: //string const date = exist ? controller().getChangeDate() : ""; string const date = "Thu Mar 13 20:11:57 2003"; fl_set_object_label(dialog_->text_date, date.c_str()); So that 'date' always has some text (same date as you show in your example). What I see then, is attached. So either you have a funny release of Xforms, or the controller returns a string the cripples the alignment. Any idea? At least the misalignment is not due to my patch! In the meantime I have a newer patch against most recent CVS. Would you apply that, when I sent it? Regards, Rob.
<<inline: XformsChangesDialog.png>>