To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40890





------- Additional comments from [EMAIL PROTECTED] Tue Jan 18 08:11:57 -0800 
2005 -------
The dialog displays fine, the only problem is that the button colors are not
being applied. I create the dialog model as follows and insert the button 

dialogModel = smgr.createInstanceWithContext(  \
                        "com.sun.star.awt.UnoControlDialogModel", ctx )
dialogModel.PositionX = -100
dialogModel.PositionY = -100
dialogModel.Width = (105)
dialogModel.Height = (365)
dialogModel.Title = "ToolBar"
dialogModel.Step = 1
.
. //create and modify button
.
dialogModel.insertByName("my button", button);



---------------------------------------------------------------------
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]

Reply via email to