Search found 292 matches: baction

Return to advanced search

Re: ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? Only TBtnBmp supports oPopupMenu natively in addition to bAction. TButtonBmp or its parent class TButton, do not natively support oPoupMenus. In the case of these buttons, we can use ACTION clause to show popup menus. ...
by Giovany Vecchi
Sun Nov 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 276

Re: ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? Only TBtnBmp supports oPopupMenu natively in addition to bAction. TButtonBmp or its parent class TButton, do not natively support oPoupMenus. In the case of these buttons, we can use ACTION clause to show popup menus. ...
by nageswaragunupudi
Sun Nov 10, 2024 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 276

General program technique : on init()

... .... oFld:aEnable = { .T., .T., .T.,.T.,.T.,.T.,.T.,.T.,.T.,.T.,.T.,.t.,.t.,.t. } oFld:SetOption( 1 ) oFld:Show() oFld:bAction := { || (FolderActions("ARTIKEL",oBrw,oFld)) } make several Xbrowsres oBrw[1] = getXBrowser("ARTIKEL",oFld:aDialogs[FOL_BASIS]) ...
by Marc Venken
Thu Oct 24, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: General program technique : on init()
Replies: 2
Views: 183

Re: New FTDN September/Septiembre 2024 (FWH 24.09)

... la nueva clase de FWH TChatGPT para ver las posibilidades de Inteligencia Artificial desde nuestras apliaciones FWH. * Mejora: El método Scan( bAction ) ahora proporciona un tercer parámetro (nLevel) con el nivel del elemento. De esta forma podemos guardar fácilmente un TTreeView en una DBF, ...
by Antonio Linares
Thu Oct 03, 2024 7:52 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
Replies: 5
Views: 408

Re: ListBox Input Field Scrolling........

... FUNCTION HEditCol( nCol, uVar, cPicture, bValid, nClrFore, nClrBack,aItems, bAction, aVarArry ) *---------------------------------------------------------------------------* LOCAL oDlg, oGet, oFont, oBtn, oBtnAction LOCAL nWidth,cVar,oBrw,iHelp,WHlp ...
by RiazKhan
Thu Aug 22, 2024 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 5
Views: 1267

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... waitOn( cCaption, oWait, cTitle ) //simula un waiton de grump LOCAL nWidth local lVal := .t. local oBrush local oImage, lSetAlpha := .t. local bAction := { || .t. } default cTitle := "Usuario, un momento por favor" DEFINE BRUSH oBrush COLOR RGB( 192, 216, 255 ) //rosa IF cCaption ...
by CARLOS ATUNCAR
Tue Aug 20, 2024 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 4400

eval an action - Resolved!!

... ] } @ nRow, nCol BTNBMP oItem PROMPT aImg[ 1 ] ; FILE aImg[2 ] ; SIZE 72,96 PIXEL OF oPanel ; NOBORDER FLAT oItem:oCursor:= oCursorBtn oItem:baction:= (bClick) not eval the action
by Silvio.Falconi
Tue Mar 05, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: eval an action - Resolved!!
Replies: 2
Views: 319

Re: New FTDN February 2024 (FWH 24.02)

... 4.1 millones de registros desde un servidor mysql en la nube usando la clase RecSet() de la librería FWHMaria. * Mejora: Nuevo método Dispatch( bAction ) en la clase TWebView. bAction es un bloque de código que toma hWebView como primer parámetro { | hWebView | ... } * Nuevo: Nuevo ejemplo samples\webview\sidebar.prg. ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 1093

Re: xbrowse No existe el metodo: LREADONLY

Karina. REDEFINE BTNBMP oBtn[3] ID 302 OF oDlg; 2007; CENTER; NOROUND; PROMPT "Salir"; GRADIENT BtnGradRed() oBtn[3]:bAction = <|| lExit := .T. oDlg:End() SysRefresh() hb_gcAll(.T.) Return Nil > Albeiroval, intenta asi por favor: #Define aPubGrad {| lInvert | If( ...
by karinha
Sat Mar 02, 2024 1:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 1880

New FTDN February 2024 (FWH 24.02)

... table with 4.1 million records from mysql cloud server using RecSet() class FWHMaria lib * Enhancement: Class TWebView() new METHOD Dispatch( bAction ) where bAction is a codeblock that gets the hWebView as the first parameter { | hWebView | ... } * New: samples\webview\sidebar.prg shows how ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 1093

Re: xbrowse No existe el metodo: LREADONLY

Karina. REDEFINE BTNBMP oBtn[3] ID 302 OF oDlg; 2007; CENTER; NOROUND; PROMPT "Salir"; GRADIENT BtnGradRed() oBtn[3]:bAction = <|| lExit := .T. oDlg:End() SysRefresh() hb_gcAll(.T.) Return Nil >
by albeiroval
Sat Mar 02, 2024 4:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 1880

Re: Select one btnbmp into a scrollpanel

Perhaps i resolved with aBtnEle[n]:cargo:= lActive aBtnEle[n]:bAction :={ |o| lActive := !lActive, ; o:cargo:= lActive,; o:refresh(),; Set_items_Active(oElements,o:cargo,o),; nElemento:= val(nProduct) } Function Set_items_Active(oItem,lActive,oBTn) local ...
by Silvio.Falconi
Mon Jun 12, 2023 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 141

Select one btnbmp into a scrollpanel

... | If( ! lInvert,; { { 1, CLR_WHITE, CLR_WHITE } },; { { 1, RGB( 229,241,251 ), RGB( 229,241,251 ) } } ) } aBtnEle[n]:cargo:= lActive aBtnEle[n]:bAction :={ || lActive := !lActive, aBtnEle[n]:lpressed:=If( lActive, .t.,.f. ) } nRow+=55 nCol:=10 NEXT How I can resolve ? I tried also with aBtnEle[n]:cargo:= ...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 141

Re: genblock

... it return allways 04 on source on a for next cicle I create the buttons into scrollpanel and the assign an action for each button aBtnEle[n]:bAction :={ || (Elemento:= nProduct ,msginfo(nProduct))} nProduct id the code of an array nProduct:= aElements[n][1] but perhaps n is allways 4 How ...
by Silvio.Falconi
Mon Jun 12, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 412

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

... :New( 40 + nBB, 1, ( nWidth / 2 ) - 05, nHeight - 180 - nBB, oMain, ; aBitmaps, lPixel, lDesign, aPrompts, nFolderHeight, ; aHelps, nRound, bAction, bClrTabs, bClrText, aAlign, ; lAdjust, nSeparator, nOption, bPopUp, lStretch, ; cLayOut, bBmpAction, nBright, lAnimate, nSpeed, oFontDefault, ...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 307
Next

Return to advanced search