FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TCalex modified help *solved*
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
TCalex modified help *solved*
Posted: Fri Jul 06, 2018 04:44 AM
Dear cnavarro,

I have change as your suggestion and It look better now. I have changed 2 lines in "CalInfo.prg".
Line 289
Code (fw): Select all Collapse
      DrawTextTransparent( hDC, Space(1) + cTime + Space(1) + ::cSubject , ;
                           { ::aCoords[ 1 ], ::aCoords[ 2 ] + 7 /* 3 */, ::aCoords[ 3 ], ::aCoords[ 4 ] - 7 /* 7 */ }, nOR( DT_SINGLELINE, DT_VCENTER ) )

Line 228
Code (fw): Select all Collapse
   if cFrom == "TMONTHVIEW"
      bPaint = {| hDC, aCoords | DrawBox( hDC, aCoords ) }
      DEFINE FONT oFnt NAME if( Empty( ::oFont:cFaceName ), "Calibri", ::oFont:cFaceName ) SIZE 0,-12 /* 8 */


I look better when activate window, the DrawTextTransparent() is increase as I changed. But when I click at "view month" the DrawTextTransparent() in MONTHVIEW is changed to previous width as picture. Where do I must change more?

cnavarro wrote:
dutch wrote:Dear All,
One more question,
How can I change the FONT SIZE? Because it is difficult to read (too small).


Dear Dutch
Look
viewtopic.php?f=6&t=33947&p=200848&hilit=TCalex+font#p200848


Thank you in advance for kind help.
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: TCalex modified help *Solved*
Posted: Fri Jul 06, 2018 04:49 AM
Dear Mr.Cristobal,

I try to modify as I found in the forum for FIRST_DATE case but it doesn't success.
As the picture, the first date of this month July 1, 2018 is Sunday but it shows Monday. The other month are correct when I change. The problem is the first month.



But if I change the current date to August 6, 2018. The month view is correct.


I don't know it will effect with the other month or only July 2018.

Thank you in advance.
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: TCalex modified help
Posted: Wed Jul 11, 2018 02:48 AM

It is fixed as Cristobal mention.

Thanks you so much.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion