301 rctdg.top = lpdis->rcItem.top-4;por
301 rctdg.top = lpdis->rcItem.top;salu2
RenOmaS
skype: americo.balboa
301 rctdg.top = lpdis->rcItem.top-4;301 rctdg.top = lpdis->rcItem.top;Renomas,
Funcionou 100 % ![]()
Gracias,
Rossine.
Si ya he visto ese problema, pero no encuentro en que momento se insertan los menus, si tienes alguna idea la corregimos
saludos
arturo
Rossine,
Vc compilou este exemplo com o xHarbour comercial?
Teria o arquivo .xbp de exemplo?
[ ]'s
Maurilio
CINI =
C_OUTPUTFOLDER =
DEFFILE =
INCLUDEFOLDERS =
LAUTORUN =
LDEBUG = .F.
LGUI = .F.
LIBFOLDERS =
LMT = .F.
LPRG_CLASSICDEBUG = .F.
LPRG_DEBUG = .F.
LUSEDLL = .F.
MAPFILE =
MYC_FLAGS =
MYDEFINES =
MYLINK_FLAGS =
MYPRG_FLAGS =
MYRC_FLAGS =
MYSLY_FLAGS =
OUTPUTFOLDER =
PRG_OUTPUTFOLDER =
RC_OUTPUTFOLDER =
RUNARGUMENTS =
SLY_OUTPUTFOLDER =
STARTIN =
TARGETFOLDER =
[TESTMENU.PRG]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[PDMENU.PRG]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[MENUITEM.PRG]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[MENU.PRG]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =
[GRADFILL.C]
MYC_FLAGS =
MYDEFINES =
[MENUS.C]
MYC_FLAGS =
MYDEFINES =
[TESTMENU.RC]
MYDEFINES =
MYRC_FLAGS =-IC:\Borland\BCC55\include
-Ic:\harbour\include
-IC:\fwh\include
-LC:\Borland\BCC55\lib
-D__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFFwill someone please tell me how to get this in english.
i can't do spanish at all
![]()
Sid Saylors wrote:will someone please tell me how to get this in english.
i can't do spanish at all![]()
Warning W8069 Source\MENUS.C 339: Nonportable pointer conversion in function HB_FUN_ATMENUDRAWITEM
Warning W8069 Source\MENUS.C 339: Nonportable pointer conversion in function HB_FUN_ATMENUDRAWITEM
Saludos
gabo wrote:Warning W8069 Source\MENUS.C 339: Nonportable pointer conversion in function HB_FUN_ATMENUDRAWITEM
Warning W8069 Source\MENUS.C 339: Nonportable pointer conversion in function HB_FUN_ATMENUDRAWITEM
Saludos
Alguien sabe que modificaciones habría que hacer para que, cuando tengo un item del menú deshabilitado no haya que pasar por él tecleando dos veces. No se si se entiende. Algo así pasaba con los separator. Gracias
if ( hBmp && !(hBmp == 1))
cambia por
if( hBmp && !( (int) hBmp == 1 ) )
en la linea 502
iMenuInfo.hbrBack = CreatePatternBrush(himage);
cambia por
iMenuInfo.hbrBack = CreatePatternBrush((HBITMAP) himage);Mr. Baxajaun
Thank for help
I have the source now
Regards
Areang