Search found 176 matches: tcalendar

Return to advanced search

Re: CLASS modification

for tcalendar now I resolved with datepick styles but not refresh the button https://i.postimg.cc/3xG0q9Yd/gg.png when you "close" Datepicker than Notify Event DTN_CLOSEUP is send METHOD Notify(...)  ...
by Silvio.Falconi
Fri May 26, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

for tcalendar now I resolved with datepick styles but not refresh the button https://i.postimg.cc/3xG0q9Yd/gg.png when you "close" Datepicker than Notify Event DTN_CLOSEUP is send METHOD Notify(...)  ...
by Jimmy
Fri May 26, 2023 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

for tcalendar now I resolved with datepick styles but not refresh the button

Image
by Silvio.Falconi
Thu May 25, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... procedures now you would have had many more clients than you do today? >I can do it all and more. Ask me something you think can't be done. 1) tcalendar Problem 2) dasboard system ( see the forum my messages) 3) xbrowse <-> tree same xbrowse ( width search system all data ) 4) insert ...
by Silvio.Falconi
Wed May 24, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... I write to you I have an old application that I've been using for many years at school where I have a get (action) control that opens a calendar (Tcalendar class) in a dialog (popup) and the user selects the date. Now it happened that I had to modify some procedures of that program and I went ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

...   oDlg := TDialog():New(nil, "Calendario", 20, 20, 200, 200, DWSYSMENU)    // Creazione del calendario    oCal := TCalendar():New(oDlg, 10, 10, 180, 160)    // Funzione per visualizzare il calendario perpetuo    oCal:OnDateSelected := { |nDate|  ...
by Silvio.Falconi
Tue May 23, 2023 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

CLASS modification

... Antonio, This question from Jimmy is very important for me. We need a blueprint for this. Hi Antonio, How do I use those modifications with CLASS TCalendar()? Do I make a copy of tcalenda.prg and include it in my App, or do I create a new CLASS FROM, or how do I build a new LIB with modified Source? ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: calendar not run ( DBLCLICK)

hi Antonio,

how to use those modification with CLASS TCalendar() :?:

do i make a copy of tcalenda.prg and include it in my App
or make a won CLASS FROM
or how to build new LIB with modify Source :?:
by Jimmy
Mon May 22, 2023 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK)

METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TCalendar

// TODO: Verify others messages

if nMsg==WM_LBUTTONUP
::Super:HandleEvent( nMsg, nWParam, nLParam )
endif
return nil



wich is the message for doubleclick ? ( wm_ ?)
by Silvio.Falconi
Sun May 21, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK)

hi Silvio, the "Error" is "by Concept" of TCalendar which have METHOD HandleEvent ( ) VIRTUAL so it will NOT react on Event like Dblclick or other :!: you can make a copy of CLASS TCalendar(), modify and include it in you App --- as ...
by Silvio.Falconi
Sun May 21, 2023 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK)

hi Silvio, the "Error" is "by Concept" of TCalendar which have METHOD HandleEvent ( ) VIRTUAL so it will NOT react on Event like Dblclick or other :!: you can make a copy of CLASS TCalendar(), modify and include it in you App --- as ...
by Jimmy
Sun May 21, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK)

Please someone can tell me where is the error ? I need to use tcalendar and not datepick because I need the empty date on the get https://i.postimg.cc/nh5HDV34/jjj.gif #include "FiveWin.ch"#include "calendar.ch"Function ...
by Silvio.Falconi
Sun May 21, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK)

hi Silvio, you use the wrong Control ;) you have to use DTPICKER instead of CALENDAR :!: in CLASS TCALENDAR is METHOD HandleEvent() VIRTUAL which "disable" Event like to "close" it ... i don´t understand "why" ... CALENDAR can show more ...
by Jimmy
Sat May 20, 2023 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: DTPICKER show 1 Year

hi, i have Problem with CALENDAR 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 ...
by Jimmy
Sat May 13, 2023 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER show 1 Year
Replies: 5
Views: 255

Re: DTPICKER show 1 Year

hi Silvio, No you must use tcalendar class, no datepick class got it https://i.postimg.cc/Znm2CwXz/FW-Calendar.jpg but as i say it does not "react" on Event :shock: PROCEDURE ShowCalendar()LOCAL oDlg, ...
by Jimmy
Wed May 10, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER show 1 Year
Replies: 5
Views: 255
Next

Return to advanced search