The policy was wrong. thanks john -- "I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate everyone else's." - Kee Hinckley
Index: ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v retrieving revision 1.142 diff -u -r1.142 ChangeLog --- ChangeLog 2001/08/29 16:00:14 1.142 +++ ChangeLog 2001/08/31 21:57:24 @@ -1,3 +1,7 @@ +2001-08-31 John Levon <[EMAIL PROTECTED]> + + * FormMathsPanel.h: sub dialogs must be Ignorant. + 2001-08-29 Angus Leeming <[EMAIL PROTECTED]> * FormCitation.C (c-tor): prevent re-sizing of the dialog. Index: FormMathsPanel.h =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormMathsPanel.h,v retrieving revision 1.4 diff -u -r1.4 FormMathsPanel.h --- FormMathsPanel.h 2001/08/01 10:08:52 1.4 +++ FormMathsPanel.h 2001/08/31 21:57:24 @@ -120,7 +120,7 @@ /// virtual void disconnect(); /// The ButtonController - ButtonController<OkApplyCancelReadOnlyPolicy, xformsBC> bc_; + ButtonController<IgnorantPolicy, xformsBC> bc_; };