Search found 8 matches: calendargadget doubleclick

Searched query: +calendargadget +doubleclick

by Randy Walker
Sat Oct 04, 2025 6:44 pm
Forum: Coding Questions
Topic: [SOLVED] Vanishing CalendarGadget... Why?
Replies: 15
Views: 737

Re: Vanishing CalendarGadget... Why?

... php?p=372626#p372626
Run the code, add a new event and get the blank cakladar window.
Comment line 288 and try again -- the calandar is there.

I don't know where that line 288 and 289 came from but I recall someone here helped me to catch doubleclick on a calendar date and that is broken now too.
by Randy Walker
Sat Oct 04, 2025 4:20 am
Forum: Coding Questions
Topic: [SOLVED] Vanishing CalendarGadget... Why?
Replies: 15
Views: 737

Re: Vanishing CalendarGadget... Why?

... ShowWindow_(HWND0,#SW_SHOWNA)
SetGadgetAttribute(#Width_0,#PB_Button_Image, ImageID(#ButtonLeft))
EndSelect
WindowSized = 1
EndIf
;Debug "doubleclick"
Case #PB_Event_CloseWindow, #WM_CLOSE
damnCallbackSaysClose.i = #PB_Event_CloseWindow
Case #WM_WINDOWPOSCHANGED
;Debug "moved ...
by Randy Walker
Sun Oct 06, 2024 3:42 pm
Forum: Announcement
Topic: [REVISED] A Personal *Event Coundown Reminder* (Feedback Welcome)
Replies: 19
Views: 13759

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: 1987

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: 234025

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: 4603

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: [REVISED] A Personal *Event Coundown Reminder* (Feedback Welcome)
Replies: 19
Views: 13759

[REVISED] A Personal *Event Coundown Reminder* (Feedback Welcome)

... Date",#PB_Window_SystemMenu | #PB_Window_Invisible)
WnHdl.i = CalendarGadget(0,5,35,305,250,Date())
SetWindowTheme_(GadgetID(0 ... Select EventGadget()
Case 1
While WindowEvent(): Wend
Case 2 ; DOUBLECLICK TO EDIT EVENT
If EventType() = #PB_EventType_LeftDoubleClick
If ...
by freak
Mon Oct 11, 2004 1:18 am
Forum: Announcement
Topic: PureBasic 3.92 beta 1 for Windows released
Replies: 28
Views: 10698

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 ...