[Module] MessageEx-Requester (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Module] MessageEx-Requester (all OS)

Post 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
Last edited by Thorsten1867 on Fri Dec 20, 2019 4:31 pm, edited 2 times in total.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

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

Post 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)
DE AA EB
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

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

Post by Thorsten1867 »

I hope MacOS is satisfied now
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Mindphazer
Enthusiast
Enthusiast
Posts: 346
Joined: Mon Sep 10, 2012 10:41 am
Location: Savoie

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

Post by Mindphazer »

It is :wink:
Thanks a lot
MacBook Pro 14" M1 Pro - 16 Gb - MacOS 14 - Iphone 15 Pro Max - iPad at home
...and unfortunately... Windows at work...
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

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

Post by davido »

@Thorsten1867,
Thank you for your usual rapid response.
Works fine. :D
DE AA EB
Post Reply