Search found 3 matches

by Yves86
Tue Dec 03, 2024 3:06 pm
Forum: Coding Questions
Topic: Pb color with DateGadget
Replies: 2
Views: 430

Re: Pb color with DateGadget

Thank you Kiffi.
It's OK
by Yves86
Tue Dec 03, 2024 2:31 pm
Forum: Coding Questions
Topic: Pb color with DateGadget
Replies: 2
Views: 430

Pb color with DateGadget

Hi,
I want to use setgadgetcolor with a DateGadget, but it does'nt work with Window11. On MasOS only the BackColor work for the calendar and not for the string.

Does anybody have an idea ?
Thanks
Enumeration
#wcal
#cal
EndEnumeration

If OpenWindow(#wcal, 0, 0, 250, 250,"DateGadget", #PB_Window ...
by Yves86
Mon Dec 12, 2022 5:37 pm
Forum: Mac OSX
Topic: Bug CocoaMessage AppDelegate
Replies: 2
Views: 689

Bug CocoaMessage AppDelegate

PB 6.00 LTS on MAC AppleM1 with MacOS Ventura 13.0.1

This command : CocoaMessage(0, GadgetID(0), "setDelegate:", AppDelegate)
used for sort a list icon, disable the addgadgetitem and the list icon stay empty. With PB 5.73 and MacOS 12 it's work OK.

Does anyone have an idea to find à solution ...