Search found 6 matches: calendargadget doubleclick

Searched query: +calendargadget +doubleclick

by Randy Walker
Sun Oct 06, 2024 3:42 pm
Forum: Announcement
Topic: A Personal *Event Coundown Reminder* (Feedback Welcome)
Replies: 19
Views: 13319

Re: A Personal *Event Coundown Reminder* (Feedback Welcome)

... 1, "Rockwell", 24)
If OpenWindow(0,440,113, 250, 230,"Edit event and DoubleClick",#PB_Window_SystemMenu | #PB_Window_Invisible)
WnHdl.l = CalendarGadget(0,5,35, 240, 220)
SetWindowTheme_(GadgetID(0), @"", @"")
SetGadgetFont(0, FontID(1))
lpPrevFunc = SetWindowLong_(GadgetID(0),#GWL_WNDPROC ...
by Dude
Sun Jan 21, 2018 10:14 pm
Forum: Feature Requests and Wishlists
Topic: Double-click events for CalendarGadget
Replies: 3
Views: 1951

Re: Double-click events for CalendarGadget

... I don't read the German forum, and searching this forum for "calendargadget doubleclick" has only 4 results, which are non-relevant:

http://www.purebasic.fr/english/search.php?keywords=calendargadget+doubleclick
by jesperbrannmark
Sat Aug 04, 2012 8:09 am
Forum: The PureBasic Form Designer
Topic: Form Designer 5.10
Replies: 665
Views: 229700

Re: Form Designer for Mac - Coming soon!

... wrong name, but you know what i mean), texteditorgadget, my calendargadget etc).
* As in Gfa32 (or vb) ability to have a list of possible triggers (like button.lbuttondown) and a doubleclick brings that up in the code editor (I would also give my left arm for this). (so a direct connection with ...
by jesperbrannmark
Wed May 30, 2012 5:08 pm
Forum: Tricks 'n' Tips
Topic: ScheduleGadget
Replies: 8
Views: 4543

ScheduleGadget

... couldn't resist it.
Its not really finished, but its a good start.
Calendargadget is already taken as a name, dategadget is also taken.. Calendar ... pb by Jesper B.
; Creates a dayview calendar.
;
; Usage:
; *Doubleclick To add a meeting at current hour from computer time.
; *Leftclick to ...
by Randy Walker
Sat Jan 28, 2012 12:42 pm
Forum: Announcement
Topic: A Personal *Event Coundown Reminder* (Feedback Welcome)
Replies: 19
Views: 13319

A Personal *Event Coundown Reminder* (Feedback Welcome)

... www.purebasic.fr/english/viewtopic.php?p=509399&hilit=change+font+CalendarGadget#p509399

SetClipboardText("92122") ; PCH search string
Global active ... WINDOWS
If OpenWindow(#DateWindow,440,113,355,320,"Edit event and DoubleClick",#PB_Window_SystemMenu | #PB_Window_Invisible)
LoadFont(1, "Segoe UI ...
by freak
Mon Oct 11, 2004 1:18 am
Forum: Announcement
Topic: PureBasic 3.92 beta 1 for Windows released
Replies: 28
Views: 10552

PureBasic 3.92 beta 1 for Windows released

... for the Linux version soon as well.

Timo


Changes:
- Added: CalendarGadget() and DateGadget(), thanks to Fr34k !
- Added: Doubleclick on windows background now generate an event (Thanks to Rings)
- Added: LibraryID()
- Added: SaveSprite() now have an optional 'Flags' parameter and can now ...