FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour image on menu RESOLVED
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: image on menu
Posted: Tue Oct 23, 2018 06:46 AM

I made allways

oMenu:oFont := oFont

then on the menu only I insert 2010/2013/2015 it take the color

if I add my colors it not run

 local  nClrText   := RGB(  99,  54, 128 )
  local  nClrTDisa  := RGB( 197, 194, 184 )
  local  nClrPane   := RGB( 245, 245, 245 )
  local  nClrSepar  := RGB(  94, 129, 197 )
  local  nClrPMgn1  := RGB( 227, 238, 255 )
  local  nClrPMgn2  := RGB( 128, 167, 226 )
  local  nClrPSel   := RGB( 255, 252, 203 )
  local  nClrPSel2  := RGB( 255, 213,  61 )
  local  nClrBPSel  := RGB( 185, 158, 106 )
  local  nClrPCheck := RGB( 225, 230, 232 )
  local  nClrBCheck := RGB(  49, 106, 197 )

MENU oMenu ;
COLORMENU nClrPane, nClrText ;
COLORSELECT nClrPSel, nClrPSel2, nClrBPSel ;
COLORLEFT nClrPMgn1 ;
COLORRIGHT nClrPMgn2;
COLORSEPARATOR nClrSepar ;
logomenu "medical.BMP"

it 's not run ok, for me this menu class not run ok

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: image on menu
Posted: Tue Oct 23, 2018 08:49 PM

Have you tried the code I sent you by mail to correct yours?

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: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: image on menu
Posted: Wed Oct 24, 2018 11:08 AM

yes now it ok

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1276
Joined: Tue Dec 28, 2010 01:29 PM
Re: image on menu RESOLVED
Posted: Wed Oct 24, 2018 11:15 AM

Bravo!

FWH 25.12

Harbour/Hbmk2

Microsoft Visual C++

MySql 8.0

Antigravity

Continue the discussion