MENU problem....

MENU problem....

Postby Romeo » Thu Apr 14, 2016 3: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
Romeo
 
Posts: 340
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: MENU problem....

Postby Antonio Linares » Fri Apr 15, 2016 6:54 am

Romeo,

We are going to review it asap

many thanks for your feedback
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42076
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: MENU problem....

Postby Romeo » Fri Apr 15, 2016 2: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
Romeo
 
Posts: 340
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: MENU problem....

Postby cnavarro » Fri Apr 15, 2016 4:37 pm

Is a problem with change in function cWinVersion

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

Change this line

Code: Select all  Expand view

               if Empty( hMFont ) .and. !IsWinXP()
 


with

Code: Select all  Expand view

               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
User avatar
cnavarro
 
Posts: 6541
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: MENU problem....

Postby Romeo » Fri Apr 15, 2016 5:32 pm

tks
i will check
R
Romeo
 
Posts: 340
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: MENU problem....

Postby Romeo » Mon Apr 18, 2016 3:05 pm

Great
It works !

R
Romeo
 
Posts: 340
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 110 guests