... 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.
Search found 8 matches: calendargadget doubleclick
Searched query: +calendargadget +doubleclick
- Sat Oct 04, 2025 6:44 pm
- Forum: Coding Questions
- Topic: [SOLVED] Vanishing CalendarGadget... Why?
- Replies: 15
- Views: 737
- 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 ...
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 ...
- 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 ...
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 ...
- 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
http://www.purebasic.fr/english/search.php?keywords=calendargadget+doubleclick
- 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 ...
* 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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...