Search found 76 matches: showpopup

Return to advanced search

Re: also error with btnbmp SHOWPOPUP

Use directly in the xBrowse column lc_oColDtImg := ::oBrw2161_AgentesDocImgs:AddCol()With Object lc_oColDtImg    :bStrData         := {||::oDsTmp_AgenteDocsImgs:N_AGE_DOCIMGS_dImagemData}    :cHeader          := "...
by Giovany Vecchi
Tue Apr 02, 2024 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also error with btnbmp SHOWPOPUP

... aBtnBrow[3] ; RESOURCE "GRID_MNU", "", hBmp2, "" ; SIZE 15, 13 PIXEL FLAT NOROUND GDIP WHEN lMenu OF oDlg ; ACTION ::ShowPopUp( Contextual_Menu( Self,oBrw,oDbf,cIniUser,cSection,oDlg,aBtnBrow[4] ) ) Function Contextual_Menu( oBtn,oBrw,oDbf,cIniUser,cSection,oParent,oCont,lExport,lColConfig ...
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also error with btnbmp SHOWPOPUP

...           BITMAP "SOR_TDW" NOROUND ;                ACTION  ::ShowPopUp( { | oBtn,nRow,nCol | Menu_btn1(oBtn,oBrw,oDbf,nRow,ncol,oDlg) } )  @ 8, oBrw:nWidth-100 BTNBMP oBtn2;  ...
by Silvio.Falconi
Sun Mar 31, 2024 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also error with btnbmp SHOWPOPUP

... ) .... ENDMENU return oMenu and another with btnbmp ocolonne .... ACTION oColonne:ShowPopUp( { |oBtn,nRow,nCol| ColonneMenu(oBtn,oBrw,oDbf,nRow,ncol,oDlg,cSection,cIniUser) } ) with the return ENDMENU return oMenu I saw your sample ...
by Silvio.Falconi
Sun Mar 31, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also error with btnbmp SHOWPOPUP

... DIALOG oDlg SIZE 600,300 PIXEL TRUEPIXEL   @ 40, 40 BTNBMP aBtn[ 1 ] PROMPT "1" SIZE 100,40 PIXEL OF oDlg CENTER ACTION ::ShowPopUp()   aBtn[ 1 ]:oPopUp := PopupObject()   @ 40,180 BTNBMP aBtn[ 2 ] PROMPT "2" SIZE 100,40 PIXEL OF ...
by nageswaragunupudi
Sun Mar 31, 2024 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also error with btnbmp SHOWPOPUP

ACTION ::ShowPopUp( { |oBtn| MenuContextual(oBtn,oBrw,oDbf,cIniUser,cSection,,,oDlg,aBtnBrow[4])  } ) If you use ::ShowPopUp, the function MenuContextual(...) should not return NIL, but should ...
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also error with btnbmp SHOWPOPUP

...   1] = U   Stack Calls===========   Called from: source\comuni\Pcomuni.prg => END( 0 )   Called from: Lib\btnbmp.prg => TBTNBMP:SHOWPOPUP( 2183 )   Called from: source\comuni\Pcomuni.prg => (b)COMUNI( 256 )   Called from: Lib\btnbmp.prg => TBTNBMP:CLICK( ...
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also error with btnbmp SHOWPOPUP

Dear Silvio,

> Called from: source\comuni\Pcomuni.prg => END( 0 )

Look for an End() call in source\comuni\Pcomuni.prg
by Antonio Linares
Fri Mar 29, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

also error with btnbmp SHOWPOPUP

...   1] = U   Stack Calls===========   Called from: source\comuni\Pcomuni.prg => END( 0 )   Called from: Lib\btnbmp.prg => TBTNBMP:SHOWPOPUP( 2183 )   Called from: source\comuni\Pcomuni.prg => (b)COMUNI( 220 ) on the source I have @ 148, 350  BTNBMP aBtnBrow[3] ...
by Silvio.Falconi
Fri Mar 29, 2024 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1655

Re: also the error end on tbtnbmp

PCOMUNI.PRG line 227? Regards, saludos. ACTION ::ShowPopUp( { |oBtn| MenuContextual(oBtn,oBrw,oDbf,cIniUser,cSection,,,oDlg,aBtnBrow[4]) } ) PCOMUNI.PRG line 227  @ oBrw:nBottom+2, oBrw:nWidth-20 BTNBMP aBtnBrow[3] ;      ...
by Silvio.Falconi
Wed May 03, 2023 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also the error end on tbtnbmp
Replies: 4
Views: 184

also the error end on tbtnbmp

... opens a popup menu https://i.postimg.cc/6TsL3c6w/mmmm.png @ oBrw:nBottom+2, oBrw:nWidth-20 BTNBMP aBtnBrow[3] ; FLAT .... ACTION ::ShowPopUp( { |oBtn| MenuContextual(oBtn,oBrw,oDbf,cIniUser,cSection,,,oDlg,aBtnBrow[4]) } ) Error code Called from:  => END( 0 )   Called ...
by Silvio.Falconi
Wed May 03, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also the error end on tbtnbmp
Replies: 4
Views: 184

Re: lose focus on buttonbar

... to select a row I use a popup menu @ 85, 10 BTNBMP aBtnBrow ; FLAT SIZE 80, 20 OF oDlg PIXEL ; PROMPT "Select menu" ; NOROUND ; ACTION ::ShowPopUp( { |oBtn| MenuContextual(oBtn,oBrw,oDbf,oDlg) } ) When I click on xbrowse not run ok #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"#include ...
by Silvio.Falconi
Fri Apr 28, 2023 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1119

Re: menu checked same menuitem

... I made static lTipo1:=.f.,ltipo2:=.f. @ 10, 550 BTNBMP oTipo PROMPT.... oTipo:baction:= {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBrw,oMisura,lTipo1,lTipo2 ) } )} Function BtnPopMenu(oBrw,oDbf,lTipo1,lTipo2) local oItem1,oItem2 MENU oMenu POPUP ...
by Silvio.Falconi
Tue Mar 14, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 349

Re: error on btnbmp with fwh 21.04

...    [   1] = U   Stack Calls===========   Called from:  => END( 0 )   Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:SHOWPOPUP( 2091 )   Called from: James.prg => (b)TESTTDATABASE( 154 )   Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( ...
by Silvio.Falconi
Sun Jun 06, 2021 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on btnbmp with fwh 21.04
Replies: 8
Views: 752

Re: error on btnbmp with fwh 21.04

He is calling BtnBmp's ShowPopup method only. It should work if using unmodified libraries and the codeblock returns a popup menu object.
by nageswaragunupudi
Sun Jun 06, 2021 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on btnbmp with fwh 21.04
Replies: 8
Views: 752
Next

Return to advanced search