Search found 61 matches: abtn

Return to advanced search

Re: Hide/show search system on a dialog - Resolved

solved https://i.postimg.cc/x1P2G9QM/gg.gif Function Hide_Ctrls(oBrw,oGet,oSay,lSearchBar,aBtn,oBar) local oBtn,n If lSearchBar oSay[1]:show() oSay[2]:show() oGet:show() oBrw:oSortCbx:show() oBrw:nTop:=32 oBrw:nHeight:= oBar:ntop-40 else oSay[1]:hide() oSay[2]:hide() ...
by Silvio.Falconi
Mon Mar 25, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 238

Re: Another for Btnbmp

... ) ) } and I have this result https://i.postimg.cc/2jVKcWLj/jjj.gif try with this config ren NOBORDER on btnbmp for each oBtn in aBtn WITH OBJECT oBtn :nClrText := { |lOver,o| If( o:HasFocus(), DLG_nColortitle1, If( lOver, RGB(195,195,185), RGB(195,195,185) ) ) } :bClrGrad := ...
by Silvio.Falconi
Mon Mar 25, 2024 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 600

Re: two dimensional array

... management that is we have 90 buttons of 10 columns by 9 rows if the button that has caption 11 (second row first column 1) is not necessarily the abtn [1,2] or abtn [2,1] button depending on whether the array is [10,9] or [9,10 ] When you go to manage the buttons and you have to change the buttons ...
by Silvio.Falconi
Fri Apr 01, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 325

border color of btnbmp

https://i.postimg.cc/htPSMbSz/dddddd.jpg I made AEval( aBtn, { |o| o:nClrBorder := IIF(o:lMOver,rgb(119,162,217),CLR_GRAY) } ) how I can make to change the size of border ? another image https://i.postimg.cc/vmjtJbDm/Immagine.jpg ...
by Silvio.Falconi
Fri Feb 07, 2020 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: border color of btnbmp
Replies: 2
Views: 738

Re: Recompiling with last release

I cannot use the command because i have an Array type
abtn[x,y]:ltransparent:=.t.
by Silvio.Falconi
Mon Dec 16, 2019 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recompiling with last release
Replies: 4
Views: 670

Re: Problem TScrollPanel e TBitmap

Olá, Static Function Editar_Aluno( lAppend ) Local oDialog, aGet[46], aBtn[4], oTitle, oPanel Local cEscola, nIdade, cFotografia, aAlteracao cFotografia := oSistema():cLocal_Sistema + "temp\F" + cTempFile() + ".jpg" DEFINE DIALOG oDialog ...
by oliveiros junior
Fri Apr 05, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1081

a btnbmp question (show popup)

... user can open the popupmenu but must click at the end of btnbmp, soon the final user not found the exact point with the mouse on the source I made aBtn[ nelemento]:oPopUp := { |oBtn|BtnPopMenu( oBtn,aBtn,nElemento ) } How I can make to move the point of the click on the center of btnbmp ? or please, ...
by Silvio.Falconi
Tue Jan 22, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a btnbmp question (show popup)
Replies: 0
Views: 479

Re: Mi primera Aplicación con Fivetouch

... Endif Return(NIL) //-------------------------------------------------------------------------- Function WndPrincipal() Local oPrincipal Local aBtn[6] DEFINE DIALOG oPrincipal TITLE "Radio JJG" ; SIZE ScreenWidth(), ScreenHeight() @ (( ScreenHeight()/6 ) * 0) +10, 020 BUTTON aBtn[1] ...
by xfood
Mon Oct 08, 2018 7:55 pm
 
Forum: FiveTouch
Topic: Mi primera Aplicación con Fivetouch
Replies: 2
Views: 1814

c5tooltip and btnbmp

Please I not Know how resolve this problem i wish show c5tooltip into btnbmp I have an array type aBtn[n] on my app here there is a small test #include"fivewin.ch"function test()   local oDlg, oFont, oBtn, aBtn[ 7 ]   local nRow, ...
by Silvio.Falconi
Fri Jul 13, 2018 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c5tooltip and btnbmp
Replies: 6
Views: 889

Re: btnbmp and tooltip

give me error I have an array aBtn[ n]:cToolTip = { |oBtn| HazC5ToolTip( oBtn ,oDlg,n ) } application===========   Path and name: C:\Work\Errori\image_su_btnbmp\test.Exe (32 bits)   Size: 3,694,592 bytes   Compiler version: Harbour ...
by Silvio.Falconi
Fri Jun 29, 2018 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp and tooltip
Replies: 4
Views: 707

btnbmp and tooltip

can I use c5tooltip on btnbmps ? I made : aBtn[ n]:cToolTip = { |oBtn| HazC5ToolTip( oBtn ) } ............ Function HazC5ToolTip( oCtrl )Local oTip//New( nTop, nLeft, nWidth, nHeight, oWnd, lDisenio, nClrPane, nClrPane2, nClrText, nWRadio, ...
by Silvio.Falconi
Fri Jun 29, 2018 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp and tooltip
Replies: 4
Views: 707

Re: show tooltip on btnbmp

BUT not run I cannot see the tooltip For n= 1 to 4 @ nRow, nCol BTNBMP aBtn[ n ] RESOURCE GiveBmp(nStatus) ; SIZE OMB_W,OMB_H PIXEL OF oDlg ; FLAT TOP COLOR CLR_WHITE NOBORDER ; TOOLTIP cPosNome next ACTIVATE DIALOG oDlg CENTERED ; on init Mostra(aBtn) RETURN ...
by Silvio.Falconi
Wed Jun 27, 2018 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show tooltip on btnbmp
Replies: 13
Views: 1888

Re: an image on btnbmp and other

... with the umbrellas selected ... 2. how change the number color background and create a small box as you can see on first snapshot with FW_SayText(aBtn[ n ], "k", { 2, 30, 34, 62 }, , oFont, CLR_BLACK, CLR_WHITE, .T., ) not happen nothing with :bPainted := { |hDC| FW_SayText(hdc, "k", ...
by Silvio.Falconi
Wed May 23, 2018 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: an image on btnbmp and other
Replies: 21
Views: 3871

Código Qt

... de encontrar, para que así sea mas facil. Este ejemplo seria para cambiar el color al botón y la fuente: Function Boton() Local oPrincipal Local aBtn[1] DEFINE DIALOG oPrincipal TITLE "Radio JJG" ; SIZE 325, 540 aBtn[1] := QPushButton( oPrincipal ) aBtn[1] :SetText( "Ventas" ...
by jtscalpe
Sun Sep 17, 2017 5:57 am
 
Forum: FiveTouch
Topic: Código Qt
Replies: 0
Views: 707

Mi primera Aplicación con Fivetouch

... Endif Return(NIL) //-------------------------------------------------------------------------- Function WndPrincipal() Local oPrincipal Local aBtn[6] DEFINE DIALOG oPrincipal TITLE "Radio JJG" ; SIZE ScreenWidth(), ScreenHeight() @ (( ScreenHeight()/6 ) * 0) +10, 020 BUTTON aBtn[1] ...
by jtscalpe
Sat Sep 16, 2017 10:50 am
 
Forum: FiveTouch
Topic: Mi primera Aplicación con Fivetouch
Replies: 2
Views: 1814
Next

Return to advanced search