Search found 286 matches: baction

Return to advanced search

Erro on popup btnbmp

... TAPPLICATION:ACTIVATE( 407 )   Called from: source\main.prg => MAIN( 77 ) on Change_Plan there is oApp:aBmps[nY,nX]:baction:= {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBtn ) } )}
by Silvio.Falconi
Mon May 13, 2019 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro on popup btnbmp
Replies: 0
Views: 308

Re: btnbmp with no click

Better remove DATA bAction contents and don't disable it
by Antonio Linares
Fri May 03, 2019 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp with no click
Replies: 2
Views: 481

Re: Tiempo de inactividad

... these background tasks the following functions are designed (example of usage see in the harbour/tests/testidle.prg): nHandle := hb_IdleAdd( bAction ) Codeblock bAction is added to the list of background tasks for execition during idle state. The function returns nHandle, which can be used ...
by carlos vargas
Tue Mar 26, 2019 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tiempo de inactividad
Replies: 4
Views: 1062

Simulate btnbmp Window 10

... oBtnPrint PROMPT "Stampa" ; RESOURCE cImage2 SIZE 90,30 PIXEL OF oDlg FLAT NOBORDER ; COLOR nClrText, nClrBack WITH OBJECT oBtnPrint :bAction := dummy() :nClrBorder := nClrBorder :bColorMap := { | o | o:lBorder := o:lMOver, nCBorder } :oFontBold := oBold :lRound := .F. END SomeOne ...
by Silvio.Falconi
Mon Feb 18, 2019 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate btnbmp Window 10
Replies: 5
Views: 822

a btnbmp question (show popup)

... the center of btnbmp ? or please, you have another solution ? I tried also in this mode But it make error (I saw a post of Nages) aBtn[nElemento ]:bAction := { |oBtn| aBtn[nElemento ]:oPopup := { |oBtn| BtnPopMenu( oBtn ) }, ; aBtn[nElemento ]:ShowPopUp(), ; aBtn[nElemento]:oPopup := nil }
by Silvio.Falconi
Tue Jan 22, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a btnbmp question (show popup)
Replies: 0
Views: 483

Re: Carrusel con tcvrflow

... oCF:GoLeft() ) DEFINE BUTTON RESOURCE "RIGHT" OF oBar GROUP ACTION ( oCF:GoRight() ) oWnd:Center() oCF = TCoverFlow():New( 30, 30 ) oCF:bAction = { | o, nCover, nOld | msginfo( "Seleted: " + str( nCover, 2 ) + CRLF + "From: " + str( nold ) ) } oCF:nMaxCover = 5 oCF:lAnimated= ...
by MGA
Mon Jan 14, 2019 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carrusel con tcvrflow
Replies: 4
Views: 1143

TGET behavior (Antonio)

In method createbutton() is this line ::oBtn:bAction := {|| Eval( oThis:bAction, oThis ),oThis:SetFocus() } It respects not the present data ::lKeepFocus!! Should be: ::oBtn:bAction := {||  ( Eval( oThis:bAction, ...
by byte-one
Tue Jan 08, 2019 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1323

Re: Question to TRBtn

Antonio, I test with msginfo() and this are executed twice!
Another thing is, that with ENTER no evaluation of bAction proceeds. In the case of using this button outside from ribbon all functions of a normal button should possible!
by byte-one
Thu Dec 20, 2018 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to TRBtn
Replies: 8
Views: 1240

Re: Menu desde Tabla MySql

... COLORBOX oDp:nMenuBoxClrText ; HEIGHT oDp:nMenuHeight; LOGOCOLOR oDp:nMenuMainClrText ELSE MENU ENDIF LOOP ENDIF oItem:bWhen :=aMenu[11,I] oItem:bAction :=aMenu[03,I] IF lMenuXp oItem:bAuxAction :=aMenu[03,I] ENDIF NEXT I FOR I=1 TO nIni IF lMenuXp C5ENDMENU ELSE ENDMENU ENDIF NEXT // C5ENDMENU ...
by jnavas
Wed Dec 12, 2018 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3350

Re: BtnBmp and PopupMenu

with baction I not see the menupopup with :bRClicked I Have this error Application===========   Path and name: C:\Work\Errori\image_su_btnbmp\test.Exe (32 bits)   Size: 3,655,168 bytes   Compiler version: Harbour 3.2.0dev ...
by Silvio.Falconi
Thu Jun 21, 2018 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp and PopupMenu
Replies: 9
Views: 1202

BtnBmp and PopupMenu

I wish Open a PopupMenu on Btnbmp I tried with :bRClicked := { | nRow, nCol, oBtn | ShowActions( nRow, nCol,n, oBtn ) } and :bAction := { | nRow, nCol, oBtn | ShowActions( nRow, nCol,n, oBtn ) } But it make error   for n := 1 to 70      @ nRow, nCol BTNBMP aBtn[ ...
by Silvio.Falconi
Thu Jun 21, 2018 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp and PopupMenu
Replies: 9
Views: 1202

Re: btnbmps list

In this sample

viewtopic.php?f=3&t=35666&p=212416&hilit=%3Acargo#p212422

save in baction your :cargo in other variable or add this :cargo to a array
by cnavarro
Mon Jun 18, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmps list
Replies: 2
Views: 434

btnbmps list

I have add on list of btnbmp this command :bAction := { |oBtn| oBtn:Toggle() }

sample :

Image


How I can make to have the list of array with wich button is pressed ?
I wish the number of btnbmp pressed
by Silvio.Falconi
Mon Jun 18, 2018 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmps list
Replies: 2
Views: 434

UrlLink no funciona la clausula Transparent

... ComboSelector ::oUrlLink := TUrlLink():Redefine( ::idLink, ::oDialog, , , , , ::nColorUrlLink, ::nColorUrlLink, ::nColorUrlLink, .t. ) ::oUrlLink:bAction := {|| ::ActionLink() } RETURN ( Self ) Pero el control no se pinta transparente. Gracias.
by manuelcalerosolis
Wed Apr 11, 2018 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UrlLink no funciona la clausula Transparent
Replies: 9
Views: 1536

New FTDN February/Febrero 2018 (FWH 18.02)

... (nSecs) is specified, the message is diaplayed for the specified duration and closed. - Enhancement: Tree Browse: In case 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. ...
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: 1341
PreviousNext

Return to advanced search