Alan Yaniger wrote On 01/04/07 17:01,:
Hi list-members,

In the database form wizard, there are buttons for moving fields from one listbox to another. These buttons use the characters '>' and '<'. In RTL, the position of the listboxes is reversed, so I need to change the '>' to '<' and vice versa. In order to do this, I need to make changes in wizards/com/sun/star/wizards/ui/FieldSelection.java. In C++ code, I can check the layout direction by using GetLayoutMode(). How would I do this in java?

Thanks,
Alan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi Alan,
as the labels "<", ">" ... are not to be localized they are set literally in the sourcecode of the constructor of the class.

Best regards

Berend

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to