Page 1 of 1

missing vcalenda.ch

Posted: Mon Mar 26, 2018 4:29 pm
by Antonio Linares
Could someone provide vcalenda.ch ?

many thanks

Re: missing vcalenda.ch

Posted: Tue Mar 27, 2018 11:26 am
by Antonio Linares

Code: Select all | Expand

#xcommand @ <nTop>, <nLeft> VCALENDAR [ <oCalen> ] ;
               [ SIZE <nWidth>, <nHeigth> ] ;
               [ SINGLESIZE <nWCalen>[, <nHCalen> ]] ;
               [ <dlg:OF,DIALOG> <oDlg> ] ;
               [ DATE <dDate> ] ;
               [ ACTION <uAction,...> ] ;
               [ <lBtnClose: BTNCLOSE> ] ;
               [ <lBtnYear: BTNSYEAR> ] ;
               [ COLORHDR <nClrTHdr> [,<nClrPHdr> [,<nClrPHdr2> ]]] ;
               [ COLORARROW <nClrArrow> ] ;
               [ FONT <oFont> ] ;
               [ <color: COLOR, COLORS> <nClrText> [,<nClrPane> ] ] ;
               [ <lActClick: CLICK > ];
               [ <lMirrowHdr: MIRROWHDR> ] ;
               [ <lBorder: NOBORDER> ] ;
               [ COLORBORDER <nClrBorder> ] ;
      => ;
  [ <oCalen> := ] TCalendar():New( <nTop>, <nLeft>, <nWidth>, <nHeigth>, <oDlg> ,;
                         <dDate>                                                 ,;
                         [{|this|<uAction>} ]                                    ,;
                         <.lBtnClose.>                                           ,;
                          <nClrPHdr>                                             ,;
                          <nClrTHdr>                                             ,;
                          <oFont>                                                ,;
                          <nClrText>                                             ,;
                          <nClrPane>                                             ,;
                          <nClrArrow>                                            ,;
                          <.lActClick.>                                          ,;
                          <nWCalen>                                              ,;
                          <nHCalen>                                              ,;
                          <.lBtnYear.>                                           ,;
                          <nClrPHdr2>                                            ,;
                          <.lMirrowHdr.>                                         ,;
                          !<.lBorder.>                                           ,;
                          <nClrBorder>  )


#xcommand REDEFINE VCALENDAR [ <oCalen> ] ;
               ID <nId> ;
               [ SINGLESIZE <nWCalen>[, <nHCalen> ]] ;
               [ <dlg:OF,DIALOG> <oDlg> ] ;
               [ DATE <dDate> ] ;
               [ ACTION <uAction,...> ] ;
               [ <lBtnClose: BTNCLOSE> ] ;
               [ <lBtnYear: BTNSYEAR> ] ;
               [ COLORHDR <nClrTHdr> [,<nClrPHdr> [,<nClrPHdr2>]]] ;
               [ COLORARROW <nClrArrow> ] ;
               [ FONT <oFont> ] ;
               [ <color: COLOR, COLORS> <nClrText> [,<nClrPane> ] ] ;
               [ <lActClick: CLICK > ];
               [ <lMirrowHdr: MIRROWHDR> ] ;
               [ <lBorder: NOBORDER> ] ;
               [ COLORBORDER <nClrBorder> ] ;
       => ;
  [ <oCalen> := ] TCalendar():Redefine( <oDlg>, <nId>, ;
                         <dDate>                                                 ,;
                         [{|this|<uAction>} ]                                    ,;
                         <.lBtnClose.>                                           ,;
                          <nClrPHdr>                                             ,;
                          <nClrTHdr>                                             ,;
                          <oFont>                                                ,;
                          <nClrText>                                             ,;
                          <nClrPane>                                             ,;
                          <nClrArrow>                                            ,;
                          <.lActClick.>                                          ,;
                          <nWCalen>                                              ,;
                          <nHCalen>                                              ,;
                          <.lBtnYear.>                                           ,;
                          <nClrPHdr2>                                            ,;
                          <.lMirrowHdr.>                                         ,;
                          !<.lBorder.>                                         ,;
                          <nClrBorder>  )

 

Re: missing vcalenda.ch

Posted: Tue Mar 27, 2018 2:51 pm
by Silvio.Falconi
Who is the author of this Class ?

Re: missing vcalenda.ch

Posted: Tue Mar 27, 2018 4:20 pm
by joseluisysturiz
Saludos AL, alguna imagen haber como pinta esa clase..? gracias... :shock:

Re: missing vcalenda.ch

Posted: Tue Mar 27, 2018 4:43 pm
by Antonio Linares
Un usuario me envío el fichero de cabecera pero no tenemos el PRG de momento :-)

Re: missing vcalenda.ch

Posted: Tue Mar 27, 2018 9:16 pm
by joseluisysturiz
Antonio Linares wrote:Un usuario me envío el fichero de cabecera pero no tenemos el PRG de momento :-)

Ah ok, ni modo, quedara esperar...saludos...gracias... :shock:

Re: missing vcalenda.ch

Posted: Fri Mar 30, 2018 4:08 pm
by Silvio.Falconi
Vcalendar is made byVagner many years ago...as vBar, vGet and others