[Done]PB v6.1x CalendarGadget and PB_Calendar_Bold

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

[Done]PB v6.1x CalendarGadget and PB_Calendar_Bold

Post by mk-soft »

PB_Calendar_Bold not longer work ...

Code: Select all

If OpenWindow(0, 0, 0, 250, 200, "CalendarGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
  CalendarGadget(0, 10, 10, 230, 180)
  
  SetGadgetItemState(0, Date(), #PB_Calendar_Bold)
  
  Repeat
  Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
BarryG
Addict
Addict
Posts: 4123
Joined: Thu Apr 18, 2019 8:17 am

Re: PB v6.1x CalendarGadget and PB_Calendar_Bold

Post by BarryG »

It got removed by Freak a while back after I reported a bug. Sorry. He decided fixing the bug wasn't worth it, so removed bolding instead. :(
gamparono
New User
New User
Posts: 5
Joined: Tue Nov 14, 2023 6:33 pm

Re: PB v6.1x CalendarGadget and PB_Calendar_Bold

Post by gamparono »

It was a useful feature i was missing to... Need some open source for libraries.
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB v6.1x CalendarGadget and PB_Calendar_Bold

Post by Fred »

The bold support was removed because it doesn't support 64-bit date and was Windows only. Doc needs to be updated though.
BarryG
Addict
Addict
Posts: 4123
Joined: Thu Apr 18, 2019 8:17 am

Re: PB v6.1x CalendarGadget and PB_Calendar_Bold

Post by BarryG »

There's probably some API way of doing it. I don't know how. Just not an official PureBasic way anymore.
Post Reply