FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Font in FGet
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Font in FGet
Posted: Tue Feb 07, 2017 05:00 PM
Antonio, on Formatget-Class (method default()) this should be changed:
Code (fw): Select all Collapse
if ::oFont == nil
     if ::oWnd == nil
        ::oFont = TFont():New()
     else
        if ::oWnd:oFont != nil
       ::SetFont( ::oWnd:oFont )     //Change
           //::oFont = ::oFont
        else
           ::oFont = TFont():New()
        endif
     endif
  endif
Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Font in FGet
Posted: Thu Feb 09, 2017 07:35 PM

Antonio, have you seen this?

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Font in FGet
Posted: Sat Feb 25, 2017 06:32 AM

Günther,

I missed it.

Already implemented for next FWH 17.03

thanks for the reminder! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion