Search found 53 matches: pdmenu

Return to advanced search

fw_menudraw

... Error description: Error BASE/1066 Error de argumento: conditional Args: [ 1] = B {|| ... } Stack Calls =========== Called from: .\source\classes\PDMENU.PRG => FW_MENUDRAW( 941 ) Called from: .\source\classes\WINDOW.PRG => TMETROBTN:DRAWITEM( 1265 ) Called from: => TWINDOW:HANDLEEVENT( ...
by russimicro
Mon Oct 09, 2023 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fw_menudraw
Replies: 8
Views: 774

Re: Reason for closing DBF file

Stack Calls =========== Called from: .\source\classes\PDMENU.PRG => FW_MENUDRAW( 941 ) Called from: .\source\classes\WINDOW.PRG => TMETROBTN:DRAWITEM( 1265 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG ...
by russimicro
Tue Sep 19, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1159

Re: De xHarbour a Harbour

... from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|VALTOSTR Error: Unresolved external '_HB_FUN_FW_SETUNICODE' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|PDMENU Error: Unresolved external '_HB_FUN_GETALIGNPOPUP' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|PDMENU Error: Unresolved external '_HB_FUN_SETALIGNPOPUP' ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3267

Error with PopUp Menu from resources

... BASE/1004 No exported method: NMNUWIDTH Args: [ 1] = U Stack Calls =========== Called from: => NMNUWIDTH( 0 ) Called from: .\source\classes\PDMENU.PRG => FW_MEASUREITEM( 1373 ) Called from: WINDOW.prg => TWINDOW:MEASUREITEM( 1481 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called ...
by MaxP
Mon Nov 04, 2019 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with PopUp Menu from resources
Replies: 4
Views: 735

Re: SayBarCode control

... referenced from Fivehmx.lib(imgtxtio.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_ISWINXP referenced from Fivehmx.lib(pdmenu.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_FW_ISMOUSEPRESENT referenced from Fivehmx.lib(pdmenu.obj)'. xLINK: error: Unresolved ...
by kajot
Tue Apr 09, 2019 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6533

Re: New FTDN Oct. 2018 (FWH 18.10)

... de mostrar y ocultar el mensaje. Otras pequeñas modificaciones por temas estéticos. * TWINDOW: Nuevo método RButtonMenuUp, aún sin finalizar. * PDMENU.PRG: Pequeña modificación, corregido el ancho de "menuitem" para la cláusula BOLD * TBLOCKCHAIN CLASS: Incluida en las librerías. Ejemplo ...
by Antonio Linares
Tue Nov 13, 2018 8:35 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4234

New FTDN Oct. 2018 (FWH 18.10)

... Function by set time hide or show message Other small modifications by aesthetic themes * TWINDOW: New Method RButtonMenuUp, not finished yet * PDMENU.PRG: Minor modification, fix adjust width menuitem for BOLD clause * TBLOCKCHAIN CLASS: included in LIBS Sample of use: BLOCKCHAIN.PRG http://forums.fivetechsupport.com/viewtopic.php?f=17&t=34973&start=15#p211321 ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4234

Re: Problema menu con MenuBegin()

Y ya que nos ponemos Si quieres mantener la compatibilidad con el codigo que tienes para no modificarlo, modifica PDMENU.PRG asi ( lo que está en negrita ) oMenuP := LastMenu() if !empty( oMenuP ) if !lSystem if Valtype( l2007 ) != "L" DEFAULT l2007 := .F. endif if Valtype( ...
by Compuin
Tue Nov 06, 2018 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema menu con MenuBegin()
Replies: 21
Views: 2834

Re: Problema menu con MenuBegin()

Y ya que nos ponemos Si quieres mantener la compatibilidad con el codigo que tienes para no modificarlo, modifica PDMENU.PRG asi ( lo que está en negrita ) oMenuP := LastMenu() if !empty( oMenuP ) if !lSystem if Valtype( l2007 ) != "L" DEFAULT l2007 := .F. endif if Valtype( ...
by cnavarro
Tue Nov 06, 2018 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema menu con MenuBegin()
Replies: 21
Views: 2834

Re: Problema menu con MenuBegin()

... nuevas características que se han añadido a los menus Te recomiendo que si no utilizas los comandos, mires las definiciones de las funciones en PDMENU.PRG, así verás donde te da el error, y sabrás qué parámetro has de pasar a la function para que no te dé error. Si, es lo que he estado viendo. ...
by Compuin
Mon Nov 05, 2018 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema menu con MenuBegin()
Replies: 21
Views: 2834

Re: Problema menu con MenuBegin()

... nuevas características que se han añadido a los menus Te recomiendo que si no utilizas los comandos, mires las definiciones de las funciones en PDMENU.PRG, así verás donde te da el error, y sabrás qué parámetro has de pasar a la function para que no te dé error.
by cnavarro
Mon Nov 05, 2018 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema menu con MenuBegin()
Replies: 21
Views: 2834

Re: Paco C5

Unfortunately, the c5Menu class is no longer compatible with the latest versions of fivewin as changes have been made to the PdMenu.prg file and in particular in the fw_measurexxxxxxx function. If you want to do it there are too many data to add in the c5Menu class to make them compatible, ...
by Silvio.Falconi
Sat Oct 20, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paco C5
Replies: 22
Views: 3143

Re: Problem with Menu - Pdmenu

Antonio Linares and Cristobal and Forum Administrators

Please stop these two users Compuin( wuilmer) and hmpaquito

I not wrote of "Paco Garcia" and I not wrote that these user wrote

these people are only Trolls
by Silvio.Falconi
Fri Oct 19, 2018 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Menu - Pdmenu
Replies: 5
Views: 892

Re: Problem with Menu - Pdmenu

sorry I'm trying to make compatible c5MEnu but it's impossible No it's true. You only need adapt c5menu source to new fwh menu class. Sure it's possible and not is difficult. Paco Garcia is not guilty that fwh has evolved. He does not have to provide compatibility with fwh ad infinitum, however muc...
by Compuin
Fri Oct 19, 2018 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Menu - Pdmenu
Replies: 5
Views: 892

Re: Problem with Menu - Pdmenu

sorry I'm trying to make compatible c5MEnu but it's impossible No it's true. You only need adapt c5menu source to new fwh menu class. Sure it's possible and not is difficult. Paco Garcia is not guilty that fwh has evolved. He does not have to provide compatibility with fwh ad infinitum, however muc...
by hmpaquito
Fri Oct 19, 2018 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Menu - Pdmenu
Replies: 5
Views: 892
Next

Return to advanced search