Search found 31 matches: abmps

Return to advanced search

Re: can use SWITCH Control in XBROWSE ?

i like to request EDIT_LOGIC This is implemented as: oCol:SetCheck( [aBmps], [lEdit], [aPrompts] Parameters: aBmps: Optional. Array or 2 or 3 bitmaps to be displayed when the value is .T., .F., nil. If omitted, xbrowse provides default ...
by nageswaragunupudi
Tue May 30, 2023 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: can use SWITCH Control in XBROWSE ?
Replies: 7
Views: 512

Re: CHARICON lista de codigos validos - para Cristobal ??

... el For Next lo aumente hast 80000 *For x = 32000 to 35799 For x = 32000 to 80000 hBmp := HSysBitmap( x ) f !Empty( hBmp ) AAdd( aHBmps, x ) AAdd( aBmps, hBmp ) endif Next x y sigue saliendo solo hasta los 35799 y en algunos ejemplo salen con números mas alto ***
by fridgar
Fri Dec 03, 2021 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1487

Re: CHARICON lista de codigos validos - para Cristobal ??

... el For Next lo aumente hast 80000 *For x = 32000 to 35799 For x = 32000 to 80000 hBmp := HSysBitmap( x ) if !Empty( hBmp ) AAdd( aHBmps, x ) AAdd( aBmps, hBmp ) endif Next x y sigue saliendo solo hasta los 35799 y en algunos ejemplo salen con números mas alto la otro pregunta es por que se descuadran ...
by fridgar
Fri Nov 26, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1487

Re: ERROR ON TBTNBMP:SHOWPOPUP

... user can change the date or show th payments) I make the search on reservation archive , set all cargos values and , on old source, I made oApp:aBmps[nY,nX]:baction:= {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBtn ) } )} so I call twice the popup ... perhaps it can be the error ? canceling this ...
by Silvio.Falconi
Sat Jul 27, 2019 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TBTNBMP:SHOWPOPUP
Replies: 5
Views: 803

ERROR ON TBTNBMP:SHOWPOPUP

I made oApp:aBmps[nY,nX]:baction:= {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBtn ) } )} it run for some buttons then sometimes it show this error Application===========   Path and name: C:\Users\silvio\Desktop\Release_TPlan\Normale_monoutente\Bikini\main.Exe ...
by Silvio.Falconi
Thu Jul 25, 2019 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TBTNBMP:SHOWPOPUP
Replies: 5
Views: 803

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

Re: tdatabase Filter error

... ) to take the first record and have the value of the variable nStatus later with this value I can change the image to btnbmp IF nstatus=5 //free aBmps[nY,nX]:SetFile(aElementi[nKE][8]) else // not free aBmps[nY,nX]:SetFile(aElementi[nKE][9]) endif this night I try with cFilter := "trim(TYPE) ...
by Silvio.Falconi
Fri Apr 26, 2019 3:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1616

Re: Problem with FW_SayText

yes I write it on the same coordinates for each btnbmp If I set aBmps[nY,nX]:ccaption := ALLTRIM(STR(nElemento)) I see the numbers on btnbmp as you can see here but as cCaption https://i.postimg.cc/4x0H4szS/mmm.png I not Understood with old ...
by Silvio.Falconi
Thu Apr 25, 2019 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

Problem with FW_SayText RESOLVED

For nY := 1 to TOTY For nX := 1 To TOTX cSettore:= aSettori[nY,nX] nElemento:= aNumeri[nY,nX] cTypeRoom := aData[nY,nX] nStatus:= 5 aBmps[nY,nX]:cargo := {nElemento,cSettore,cTypeRoom,nStatus } aBmps[nY,nX]:bPainted:= { |hDC| FW_SayText( hDC, ltrim(str(nElemento)), { 30, 2, 48, 25 },,oFontOmbrelloni:hFont, ...
by Silvio.Falconi
Thu Apr 25, 2019 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 961

codeblock (for color border) on btnbmp

to show a color border on btnbmp when I move over with the mouse I made aBmps[nY,nX]:nClrBorder := { || (IIF(aBmps[nY,nX]:lMOver,CLR_WHITE,CLR_GRAY)) } But I not see any border colored and the border is allways black https://i.postimg.cc/x8Jbmrkq/hh.png ...
by Silvio.Falconi
Mon Jan 21, 2019 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: codeblock (for color border) on btnbmp
Replies: 2
Views: 608

Re: New FTDN Oct. 2018 (FWH 18.10)

... en la aplicación. - Para una detallada explicación, por favor revise: viewtopic.php?f=3&t=36331 * XBROWSE: - Nuevo método SetSortBmp( aBmps ) Permite la sustitución de los "bitmaps" mapas de bits de ordenación por defecto con "bitmaps" mapas de bits especificados ...
by Antonio Linares
Tue Nov 13, 2018 8:35 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4235

New FTDN Oct. 2018 (FWH 18.10)

... - For detailed explanation, please see: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36331 * XBROWSE: - New method SetSortBmp( aBmps ) Allows replacement of the deault sort bitmaps with programmer specified bitmaps. The parameter aBmps should be 2 or 3 images. If a 3rd image ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4235

Re: New FTDN June/Junio 2018 (FWH 18.06)

... de conexión Dolphin, sin proporcionar información al servidor de nuevo. Por ejemplo: oCn := maria_Connect( oServer ) - El método SetTree( nCols, [aBmps] ) de XBrowse, ahora funciona con "RowSets - Conjunto de filas" también. - Corrección: Error raro en el método CreateTable() cuando ...
by Antonio Linares
Mon Sep 03, 2018 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1953

New FTDN June/Junio 2018 (FWH 18.06)

... from dolphin connection object, without providing server information again Eg: oCn := maria_Connect( oServer ) - XBrowse method SetTree( nCols, [aBmps] ) now works with RowSets also. - Fix: Rare bug in method CreateTable() when some collations are used for individual columns. - method CopyTable() ...
by Antonio Linares
Sat Sep 01, 2018 8:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1953

change color

I have a btnbmp with no image @ nrow, ncol BTNBMP aBmps[ nY, nX ] OF oDlg SIZE BMP_H, BMP_V PIXEL can I fill the btnbmp with a color on a second moment? I tried with setcolor or bpainted and it not run also with aBmps[ nY, nX ]:bClrGrad := { |l,oBtn| ...
by Silvio.Falconi
Sat Aug 25, 2018 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change color
Replies: 2
Views: 630
Next

Return to advanced search