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] Wed Jan 19 02:42:21 -0800 
2005 -------
Ok, I have reproduced the same problem using Star-Basic. Again, this is using
the SRC680_m69 build running on WinXP. Please also see the attached screenshot

REM  *****  BASIC  *****

Sub Main
  dialogModel = CreateUnoService( "com.sun.star.awt.UnoControlDialogModel" )
  dialogModel.Width =300 
  dialogModel.Height =350
  button = dialogModel.createInstance( "com.sun.star.awt.UnoControlButtonModel")
  button.PositionX = 4
  button.PositionY =  55
  button.Width = 45
  button.Height = 14
  button.Name = "Test"
  button.Label = "testagain"
  button.BackgroundColor = 255 * 100
  dialogModel.insertByName( button.Name, button )
  oDlg =CreateUnoService("com.sun.star.awt.UnoControlDialog")
  oDlg.setModel(dialogModel)
  oWindow =CreateUnoService("com.sun.star.awt.Toolkit")
  oDlg.CreatePeer(oWindow, null)
  oDlg.execute()
  
End Sub

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