Search found 32 matches: bpopup

Return to advanced search

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

... ; aBitmaps, lPixel, lDesign, aPrompts, nFolderHeight, ; aHelps, nRound, bAction, bClrTabs, bClrText, aAlign, ; lAdjust, nSeparator, nOption, bPopUp, lStretch, ; cLayOut, bBmpAction, nBright, lAnimate, nSpeed, oFontDefault, ; lTransparent, aDialogs, lBorder, nClrPane, cVarName ) so ON PAINT ...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 204

Re: xBrowse bPopup does not run when browse is empty.

In the present implementation, oBrw:bPopUp is designed to refer to an active cell, i.e., active row and selected column. So this does not work when there are no rows.

If you want a PopUP menu that does not refer to any specific row, then you may implement by displaying a popup with oBrw:bRClicked.
by nageswaragunupudi
Fri Jan 01, 2021 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse bPopup does not run when browse is empty. (SOLVED)
Replies: 4
Views: 457

xBrowse bPopup does not run when browse is empty. (SOLVED)

Hi,

I use oBrw:bPopup to declare popup screen in xbrowse. If the browse is not empty there is not any problem. Popup shows.

But I have an empty xbrowse and want to show popup for "Paste" option.

How can I do it?
by Horizon
Wed Dec 30, 2020 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse bPopup does not run when browse is empty. (SOLVED)
Replies: 4
Views: 457

Need Help With xBrowse (Resolved)

... := .T. oBrw:lAllowColSwapping := .T. oBrw:nFreeze := 2 oBrw:lFastEdit := .T. AEval( oBrw:aCols, { |o| o:nHeadStrAlign := AL_CENTER } ) oBrw:bPopUp := { |o| ColMenu( o ) } AEval( oBrw:aCols, { |o| o:cToolTip := { o:cHeader, 'ToolTip' } } ) oBrw:bRClicked := { | r,c,f,tBrw | xBrowse( tBrw ...
by RiazKhan
Sat Apr 04, 2020 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With xBrowse (Resolved)
Replies: 6
Views: 1017

Insertar/Modificar registros en ACCESS

... LINES CELL AEval( oBrw:aCols, { |o| o:cToolTip := { 'Column :' + CRLF + o:cHeader, 'ToolTip' }, ; o:nEditType := EDIT_GET } ) WITH OBJECT oBrw :bPopUp := { |o| ColMenu( o ) } :MakeTotals() :CreateFromCode() END oWnd:oClient := oBrw oWnd:bPostEnd := { || oRs:Close() } BtnBar( oBrw )
by juanjogascem
Tue Dec 03, 2019 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar/Modificar registros en ACCESS
Replies: 5
Views: 869

Re: An easy way to make a tree-browse

... refresh other columns datas oCol:bOnPostEdit := {|o, v, n|if( n != VK_ESCAPE ,obrow2:oTreeItem:cPrompt := padr(v,nacidlen," ") ,)} ocol:bpopup:={||acc0501(,,obrow2)} // right click call popu menu // insert sub grade tree item, insert new tree item, delete tree item ocol:bLDClickData:={||acc0502(obrow2:otreeitem),obrow2:otreeitem:Toggle(),obrow2:refresh()} ...
by ShumingWang
Wed Jul 31, 2019 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3558

New FTDN February/Febrero 2018 (FWH 18.02)

... a oTreeItem has DATA bAction, double-click evaluates bAction with oTreeItem and oCol as parameters - Symbol bitmaps are shown in text color. - Col:bPopup now overrides oBrw:bPopup. - New DATA: lProfiler INIT .f. If set to .t., times taken for refresh, sort, maketotals are recorded in logfile * ...
by Antonio Linares
Fri Mar 09, 2018 12:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2018 (FWH 18.02)
Replies: 0
Views: 1338

Re: Popup-menu on XBROWSE

oCol:bPopup should work. Is it not working or are you looking for something else?
by nageswaragunupudi
Wed Mar 22, 2017 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Popup-menu on XBROWSE
Replies: 5
Views: 767

Re: Tooltip for tabs folderex

try with
oApp():oFolder:bPopup := { | o | MenuTabs( oApp():oFolder ) }
by Silvio.Falconi
Tue Jan 17, 2017 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip for tabs folderex
Replies: 9
Views: 2231

Re: xBrowse cantidad de registros maximo

... oBrw:refresh()) ) } :bClrSel := {|| { CLR_BLACK, nRGB( 192,192,192 )}} :bClrSelFocus := {|| { CLR_WHITE, nRGB( 128,128,255 )}} END oBrw:bPopUp := { |o| ColMenu( o, oBrw, cEmpMG, cEmpMC, cRutDel ) } Willy, gracias con TwBrowse si funciona, relativamente normal, por eso mi consulta si ...
by Enrrique Vertiz
Wed Apr 13, 2016 2:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse cantidad de registros maximo
Replies: 3
Views: 1326

xbrowse ajustar columnas

... := "ARCODIG" :aCols[2]:cSortOrder := "ARDESCR" //:bSeek := {|c| (alias_articu)->(DbSeek( Upper( c ) )) } :bPopUp := { |o| ShowPopupBrw( o, oTaskPanel ) } :CreateFromCode() END http://s2.subirimagenes.com/imagen/previo/thump_9515100xbrowse2.png
by Patricio Avalos Aguirre
Mon Feb 08, 2016 2:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse ajustar columnas
Replies: 1
Views: 688

Re: Clic Derecho Xbrowse

Please do not use bRClicked at all. Recommended: This is how XBrowse implements popups. oBrw:bPopUp := { |oCol| MyPopUp( oCol ) } // applies to the entire browse oCol:bPopup := { |oCol| MyPopUp( oCol ) } // Popup is shown when right clicked on this column only. Sample ...
by nageswaragunupudi
Tue Jun 30, 2015 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clic Derecho Xbrowse (Solucionado)
Replies: 5
Views: 644
Next

Return to advanced search

cron