Page 1 of 1

[Module] MessageEx-Requester (all OS)

Posted: Fri Dec 13, 2019 8:46 pm
by Thorsten1867
MessageExRequester - Module (all OS / DPI / 64Bit)

Image

Code: Select all

; MessageEx::Create()       - create a message requester style
; MessageEx::Requester()    - similar to 'MessageRequester()'
; MessageEx::SetAttribute() - change attributte
; MessageEx::SetColor()     - change default colors
; MessageEx::SetFont()      - change default font
; MessageEx::SetImage()     - set your own image     (style)
; MessageEx::SetItemColor() - set the color of a row (style)
; MessageEx::SetItemFont()  - set the font of a row  (style)
; MessageEx::SetItemFlags() - set the align of a row (style)
Download: MessageExModule.pbi

Re: [Module] MessageEx-Requester (all OS)

Posted: Fri Dec 13, 2019 9:13 pm
by davido
@Thorsten1867,
This fails to run on my MacBook:

lines 82: [20:05:11] [COMPILER] Line 82: Constant already declared with a different value: #YES.
lines 83: [20:05:42] [COMPILER] Line 83: Constant already declared with a different value: #NO.


Line 324: [20:05:54] [COMPILER] Line 324: BlendColor_() is not a function, array, list, map or macro.

Code: Select all

Requester\Color\Back   = BlendColor_(OSX_NSColorToRGB(CocoaMessage(0, 0, "NSColor textBackgroundColor")), $FFFFFF, 80)

Re: [Module] MessageEx-Requester (all OS)

Posted: Sat Dec 14, 2019 9:52 am
by Thorsten1867
I hope MacOS is satisfied now

Re: [Module] MessageEx-Requester (all OS)

Posted: Sat Dec 14, 2019 11:07 am
by Mindphazer
It is :wink:
Thanks a lot

Re: [Module] MessageEx-Requester (all OS)

Posted: Sat Dec 14, 2019 11:26 am
by davido
@Thorsten1867,
Thank you for your usual rapid response.
Works fine. :D