Search found 3 matches: tdatepick

Searched query: tdatepick

by Silvio.Falconi
Sun May 28, 2023 1:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 4186

Re: CLASS modification

Args:
[ 1] = U

Stack Calls
===========
Called from: .\source\classes\CONTROL.PRG => TDATEPICK:LVALID( 983 )
Called from: .\source\classes\CONTROL.PRG => TDATEPICK:FWLOSTFOCUS( 1233 )
Called from: .\source\classes\CONTROL.PRG => TDATEPICK:HANDLEEVENT( 1830 )
Called from: .\source\classes\WINDOW ...
by Jimmy
Sat May 13, 2023 8:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER show 1 Year
Replies: 5
Views: 423

Re: DTPICKER show 1 Year

... Control as i seem not to "react" on (any) Event :shock:

---

i found in CLASS TCalendar
METHOD HandleEvent() VIRTUAL
i wonder as CLASS TDatePick did not have METHOD HandleEvent() which is about the same Control

---

i have made a copy of CLASS TCalendar and include it in App.

when ...
by Jimmy
Thu Nov 03, 2022 1:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 1192

Re: Fivewin Uxtheme

... InitCCEx / InitCommon() / InitCommonControls()
which seems used by

CLASS TReBar() / CLASS TToolBar()
CLASS TCalendar() / CLASS TDatePick() / Class TTimePick()
and Listview Header which have ICC_* Setting
https://learn.microsoft.com/en-us/windows/win32/api/commctrl/ns-commctrl ...