-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with Format Doc in object #585
Comments
Thanks for the clear repro! Would you mind pasting plaintext so I can copy-paste? No promises on any quick fix, but definitely backlogging this one :) Glad the extension was of use!! |
Styles := {Border:5
, Rounded:10
, Margin:8
, BorderColorLinearGradientStart:0xff3881a7 ;0xffb7407c
, BorderColorLinearGradientEnd:0xff3881a7
, BorderColorLinearGradientAngle:45
, BorderColorLinearGradientMode:6
, FontSize:16
, TextColor:0xFFFFFFFF ;0xffd9d9db
, BackgroundColor:0xAA000000 ;0xff26293a
, FontStyle:"Regular"
, Align: 2 ; 0 = Left aligned, 1 = Center aligned, 2 = Right aligned
}
…-------------------------------------------------------------------
OwnzztooltipStyle2 := {Border:1
, Rounded:8
, TextColor:0xfff4f4f4
, BackgroundColor:0xaa3e3d45
, FontSize:14}
Style99 := {Border:20 ; If
omitted, 1 will be used. Range 0-20.
, Rounded:30 ; If omitted, 3
will be used. Range 0-30.
, Margin:30 ; If omitted, 5
will be used. Range 0-30.
, TabStops:[50, 80, 100] ; If omitted, [50]
will be used. This value must be an array.
, BorderColor:0xffaabbcc ; ARGB
, BorderColorLinearGradientStart:0xff16a085 ; ARGB
, BorderColorLinearGradientEnd:0xfff4d03f ; ARGB
, BorderColorLinearGradientAngle:45 ; Mode=8 Angle 0(L
to R) 90(U to D) 180(R to L) 270(D to U)
, BorderColorLinearGradientMode:1 ; Mode=4 Angle 0(L
to R) 90(D to U), Range 1-8.
, TextColor:0xff112233 ; ARGB
, TextColorLinearGradientStart:0xff00416a ; ARGB
, TextColorLinearGradientEnd:0xffe4e5e6 ; ARGB
, TextColorLinearGradientAngle:90 ; Mode=8 Angle 0(L
to R) 90(U to D) 180(R to L) 270(D to U)
, TextColorLinearGradientMode:1 ; Mode=4 Angle 0(L
to R) 90(D to U), Range 1-8.
, BackgroundColor:0xff778899 ; ARGB
, BackgroundColorLinearGradientStart:0xff8DA5D3 ; ARGB
, BackgroundColorLinearGradientEnd:0xffF4CFC9 ; ARGB
, BackgroundColorLinearGradientAngle:135 ; Mode=8 Angle 0(L
to R) 90(U to D) 180(R to L) 270(D to U)
, BackgroundColorLinearGradientMode:1 ; Mode=4 Angle 0(L
to R) 90(D to U), Range 1-8.
, Font:"Font Name" ; If omitted,
ToolTip's Font will be used. Can specify the font file path.
, FontSize:20 ; If omitted, 12
will be used.
, FontRender:5 ; If omitted, 5
will be used. Range 0-5.
, FontStyle:"Regular Bold Italic BoldItalic Underline Strikeout"}
בתאריך יום ה׳, 26 בדצמ׳ 2024 ב-19:10 מאת Mark Wiemer <
***@***.***>:
Thanks for the clear repro! Would you mind pasting plaintext so I can
copy-paste? No promises on any quick fix, but definitely backlogging this
one :)
Glad the extension was of use!!
—
Reply to this email directly, view it on GitHub
<#585 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFMFTASVDGUPW5QNMPQVM32HQ2B7AVCNFSM6AAAAABUHKAW3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRSHE3DAOBYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@mark-wiemer MDMF_GetInfo(HMON) { In the meantime, is there any code to exclude a certain section from the formatting? |
Before:
After:
Thanks!
Your extension helps me a lot, it's hard to even imagine what it would have been without your extension!
The text was updated successfully, but these errors were encountered: