To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86563
Issue #|86563
Summary|Multiline tooltips for dialog elements
Component|api
Version|OOo 2.3
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|ENHANCEMENT
Priority|P4
Subcomponent|code
Assigned to|jsc
Reported by|tobiaskrais
------- Additional comments from [EMAIL PROTECTED] Fri Feb 29 09:23:10 +0000
2008 -------
Hi together,
I tried to create multiline tooltips for dialog elements in Java. I can
only create single line dialogs:
-----%<-----
Object inputModel03 =
xMSF.createInstance("com.sun.star.awt.UnoControlEditModel");
XPropertySet xPSetInput03 = (XPropertySet) UnoRuntime.queryInterface(
XPropertySet.class, inputModel03);
xPSetInput03.setPropertyValue("PositionX", new Integer(160));
xPSetInput03.setPropertyValue("PositionY", positionY - 2);
xPSetInput03.setPropertyValue("Width", new Integer(60));
xPSetInput03.setPropertyValue("Height", new Integer(14));
xPSetInput03.setPropertyValue("HelpText", "Hello World");
xPSetInput03.setPropertyValue("Name", "Hello");
-----%<-----
Is there a possibility to create multiline dialogs? I tried \n within
the HelpText string, but it did not work. In some cases I would like to add more
information to a tooltip. But this more information generates an extreme long
tooltip that looks very bad.
Greetings, Tobias
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]