Bugzilla – Attachment 148895 Details for
Bug 123175
BackgroundColor property of UnoControlButtonModel is ignored with native widgets framework implementations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Basic macro that displays a button
ButtonBackgroundColor.bas (text/plain), 399 bytes, created by
Andras Timar
on 2019-02-05 10:36:57 UTC
(
hide
)
Description:
Basic macro that displays a button
Filename:
MIME Type:
Creator:
Andras Timar
Created:
2019-02-05 10:36:57 UTC
Size:
399 bytes
patch
obsolete
>Sub ButtonBackgroundColor() > Dim oDialog As Object > Dim ocmdButton As Object > DialogLibraries.LoadLibrary( "Standard" ) > oDialog = CreateUnoDialog( DialogLibraries.Standard.getByName("myDialog") ) > ocmdButton = oDialog.getControl("CommandButton1") > With ocmdButton.getModel > .BackgroundColor = rgb(255,255,0) > End With > oDialog.execute() > oDialog.dispose() >End Sub
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 123175
: 148895 |
148896
|
148897
|
148898