On Sunday 20 May 2001 17:34, Roman Maurer wrote:
> Hello!
>
> There seem to be a bug in LyX 1.1.6fix1 built from source
> with XForms 0.89.
>
> If I open it with LANG=sl or LANG=de environment setting and
> I choose "Edit -> Preferences -> Outputs" ("Izhodi" in SL,
> "Ausgang" in DE), it just crashes.
>
> Probably this is so, because both Slovenian and German
> translations are longer than English, so that the text on
> the "Preferences" tab does not fit in one line. When you
> click on that text, something weird probably happens.
>
> The screenshot of Slovenian screen before the accident is
> shown here (I didn't dare to send the file to a mailing list):
> http://home.amis.net/rmaurer/tmp-lyx/tab-too-big-xforms-0.89.gif
Yes, clicking on a partially diaplayed xforms button will indeed lead to a
crash.
As a work around (since you compile from source) why not change the size of
the preferences dialog
If you have the xforms GUI designer, fdesign:
cd BASE/src/frontends/xforms/forms
fdesign form_preferences.fd
strectch it and save, exit
make updatesrc
this will create the .[Ch] files for all the dialogs, but will
only overwrite the form_preferences.[Ch] files in the directory
above (because only these will have changed).
cd BASE
make
If you don't have fdesign, then you'll have to edit
BASE/src/frontends/xforms/form_preferences.C directly.
Angus