Re: Please help implement a list of checkboxes in the embedding dialog.

2007-09-07 Thread Bo Peng
> + // FIXME, Bo this does nothing > bool mode = false; > + // FIXME: Bo, this is not used > + // FIXME: Bo, this is not used > + //int row = filesLW->row(*it); BTW, these are the consequences of the removal of AUTO feature. The dialog is being rewritten. Bo

Re: Please help implement a list of checkboxes in the embedding dialog.

2007-09-07 Thread Bo Peng
> you need to pass the right flags to the listwidget item as in attached. > > i didn't look at the logic, but guess you can take it from here This is exactly what I wanted. Thank you very much! Bo

RE: Please help implement a list of checkboxes in the embedding dialog.

2007-09-07 Thread Leuven, E.
you need to pass the right flags to the listwidget item as in attached. i didn't look at the logic, but guess you can take it from here (check out the fixme's too) -Original Message- From: Bo Peng [mailto:[EMAIL PROTECTED] Sent: Fri 9/7/07 5:28 To: LyX Mechanics Subject: Please help i