Search found 286 matches: baction

Return to advanced search

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: 182

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: 227

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: 500

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: 227

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: 500

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: 110

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: 110

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: 256

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: 208

Re: menu checked same menuitem

... items checked https://i.postimg.cc/tJXG8bbt/rr.png 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 ...
by Silvio.Falconi
Tue Mar 14, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 357

Re: bChange : Difference TFolder() vs. TFolderEx()

hi Antonio,
Antonio Linares wrote:Class TFolderEx uses bAction instead of bChange

aha, ok understand
thx
by Jimmy
Mon Feb 06, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange : Difference TFolder() vs. TFolderEx()
Replies: 2
Views: 154

Re: bChange : Difference TFolder() vs. TFolderEx()

Dear Jimmy,

Class TFolderEx uses bAction instead of bChange
by Antonio Linares
Mon Feb 06, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange : Difference TFolder() vs. TFolderEx()
Replies: 2
Views: 154

Re: The more fancy Xbrowses the more slow they become ?

... } oFld:bAction := { || (FolderActions("KLANTEN",oFld),oBrw[1]:gotop(),oBrw[1]:refresh()) } DEFINE BUTTON OF oBar PROMPT "Edit" RESOURCE ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 469

Re: Splash Screen for Startup

hi, If bAction is finished in less than nSeconds, the program waits till nSecond are completed. If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished. that is what i say ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 837

Re: Splash Screen for Startup

what when bAction is ready/not ready within nSeconds :?:


If bAction is finished in less than nSeconds, the program waits till nSecond are completed.
If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished.
by nageswaragunupudi
Tue Oct 25, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 837
Next

Return to advanced search