FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour MENU problem....
Posts: 340
Joined: Thu Jan 25, 2007 03:53 PM
MENU problem....
Posted: Thu Apr 14, 2016 03:43 PM

I'am using FWH 16.02 & HARBOUR 3.2.0 dev (r1603082110)

I got BIG difference using the program on WINDOWS SERVER_2003.

here ther is image of TESTMNU2.PRG of sample dir with WINDOWS_SERVER_2003 and WINDOWS_7

http://postimg.org/gallery/2s7q9ty02/

Please how resolve the problem ?

tks
Romeo

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: MENU problem....
Posted: Fri Apr 15, 2016 06:54 AM

Romeo,

We are going to review it asap

many thanks for your feedback

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 340
Joined: Thu Jan 25, 2007 03:53 PM
Re: MENU problem....
Posted: Fri Apr 15, 2016 02:32 PM

I found difference also between Windows_7 and Windows_XP, but the difference is not so big.

The difference is between my previews very old version FWH 8.10 & Harbour 1.0.1 dev Intl (Rev.9361) and my new version: FWH 16.02 & HARBOUR 3.2.0 dev (r1603082110)

I come back my old version, waiting your solution to avoid other problem with customers

Tks

Romeo

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: MENU problem....
Posted: Fri Apr 15, 2016 04:37 PM
Is a problem with change in function cWinVersion

Please, in PDMENU.PRG, Function Fw_MeasureItem( pMitStruct, hSysMenuFont, oWnd )

Change this line

Code (fw): Select all Collapse
               if Empty( hMFont ) .and. !IsWinXP()


with

Code (fw): Select all Collapse
               if Empty( hMFont ) .and. !IsWinXP() .and. ! "2003" $ cWinVersion()


Please, in the Function Fw_MeasureItem( pMitStruct, hSysMenuFont, oWnd ), this line, It appears twice
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 340
Joined: Thu Jan 25, 2007 03:53 PM
Re: MENU problem....
Posted: Fri Apr 15, 2016 05:32 PM

tks
i will check
R

Posts: 340
Joined: Thu Jan 25, 2007 03:53 PM
Re: MENU problem....
Posted: Mon Apr 18, 2016 03:05 PM

Great
It works !

R

Continue the discussion