Angus Leeming wrote:
> I'll try and have a look this evening.
Thanks.
Jürgen.
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
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 <
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
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
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