Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > I'll try and have a look this evening. Thanks. Jürgen.

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > The output is: > > Should be placement: table > Should be wide: table > InsetFloat::Read:: Missing wide! > > but only when I right-click the inset (open the dialog). Lyx seems > to have no problems with reading the inset when I open a file. I'll try and have a look

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > Well, you receive a string, so print it out: >         lyxerr << str << endl; > Now convert it to a param: >         float_param param; >         string2param(str, param); > Now convert it back and print: >         string str2 = param2string(param); >         lyxerr << str2 <

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > Kayvan A. Sylvan wrote: >> This is with the current CVS: >> >> When I create a text-wrap float and try to modify its parameters >> (right mouse click and click on "Right" and set up "25" "col%", for >> example), hitting "OK" or "Apply" does not work. Nothing is saved

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Kayvan A. Sylvan wrote: > This is with the current CVS: > > When I create a text-wrap float and try to modify its parameters (right > mouse click and click on "Right" and set up "25" "col%", for example), > hitting "OK" or "Apply" does not work. Nothing is saved and the settings > are lost. AFAICS

Current CVS: Problem with text-wrap float

2004-02-21 Thread Kayvan A. Sylvan
This is with the current CVS: When I create a text-wrap float and try to modify its parameters (right mouse click and click on "Right" and set up "25" "col%", for example), hitting "OK" or "Apply" does not work. Nothing is saved and the settings are lost. ---Kayvan -- Kay