Search found 87 matches: setbackground

Return to advanced search

Re: xBrowser

... 60, 120, 160 ; DATASOURCE oCustomer AUTOCOLS LINES NOBORDER ; BACKGROUND cBackImg FILL :!: the var cBackImg is new defined on folderpage 2 oBrw1:SetBackGround( cBackImg, BCK_FILL ), ; works as a background-change on folderpage 1 oBrw1 is defined as STATIC http://www.service-fivewin.de/IMAGES/cBorder8.jpg ...
by ukoenig
Wed Apr 14, 2021 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 9
Views: 1086

Re: To Mister Nages - xBrowser

... := STRETCHCOL_WIDEST :bClrSel := { || { CLR_BLACK, nRGB( 235, 235, 235 ) } } :bClrSelFocus := { || { CLR_BLACK, nRGB( 235, 235, 235 ) } } :SetBackGround( cLocal_sistema + '\imagens\fundo.bmp', BCK_FILL ) END
by oliveiros junior
Mon Aug 17, 2020 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2262

Re: SetBackGround

Hola Cristobal, revise el link que me dijiste, le ingrese un numero a vertical y horizontal pero me repite la imagen varias veces hasta completar toda la pantalla.
Lo que quiero es mostrar una sola imagen en el tamaño real.
Saludos
Marcelo
Gracias por responder
by Marcelo Roggeri
Fri Oct 11, 2019 7:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetBackGround
Replies: 2
Views: 526

SetBackGround

... y tambien necesito saber si a esa imagen se le puede dar un alfa osea aclararla.   DEFINE BUTTON OF oBar PROMPT 'Tiled' GROUP ;      ACTION oBrw:SetBackGround( nil, BCK_TILED )   DEFINE BUTTON OF oBar PROMPT 'Stretch' ;      ACTION oBrw:SetBackGround( nil, BCK_STRETCH )   DEFINE ...
by Marcelo Roggeri
Fri Oct 11, 2019 2:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetBackGround
Replies: 2
Views: 526

Re: xBrowse with WaterMark

... around the watermark ) You can adjust the space between the watermarks inside the browser. DEFINE BRUSH oBrush FILENAME "Logo.bmp" oBrw:SetBackGround( oBrush ) oBrush:End() oBrw:Refresh() http://www.pflegeplus.com/IMAGES/Logo.bmp http://www.pflegeplus.com/IMAGES/Watermark.jpg ...
by ukoenig
Thu Dec 21, 2017 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1637

Re: New FTDN January/Enero 2016 (FWH 16.01)

... Fixed. January 2016 ============= * XBrowse: - Fix: Bug introduced in 15.11: Character '&' in the text is painted as underscore. Fixed - Fix: SetBackGround() method was resutlting in non-release of brush in some cases. Fixed - Enhancement: When EDIT_LISTBOX is invoked by touch, the items are ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2148

New FTDN January/Enero 2016 (FWH 16.01)

January 2016 ============= * XBrowse: - Fix: Bug introduced in 15.11: Character '&' in the text is painted as underscore. Fixed - Fix: SetBackGround() method was resutlting in non-release of brush in some cases. Fixed - Enhancement: When EDIT_LISTBOX is invoked by touch, the items are suitably ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2148

New FTDN November/Noviembre 2015 (FWH 15.11)

... anywhere on the browse and pan up and down ) on touch screens. This is far more convevinent way than using scrollbar with touch. 3) Fix: Method SetBackGround(). When used in the command creating the xbrowse, the header calculations are being skipped resulting in incorrect painting. Fixed 4) ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2732

Some extensions in sample Xbrgrad.prg

Hello, I added some new options to sample Xbrgrad.prg Includes a solution, to show a colered column using oBrw:SetBackGround Maybe we can add it as a new sample in next releases ? It can be compiled from inside the sample-directory OLD http://www.pflegeplus.com/pictures/Xbrsample1.jpg ...
by ukoenig
Sat Mar 22, 2014 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some extensions in sample Xbrgrad.prg
Replies: 3
Views: 700

Re: How to show Xbrowse-column-colors on a selected brush ?

I found a solution. Now it works like expected using gradient, brush and transparent oBrw:SetBackGround is ENABLED ! Two solid brushes are defined, to paint the two column-colors. I stll have to check to show the defined textcolor for DELETED on gradient and transparent. ...
by ukoenig
Thu Mar 20, 2014 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show Xbrowse-column-colors on a selected brush ?
Replies: 3
Views: 816

How to show Xbrowse-column-colors on a selected brush ?

Hello, during intensive xBrowse testing, I noticed some problems using oBrw:SetBackGround I noticed in xBrowse-class : oBrw:lTransparent := .T. To find out what happens, I used a brush function. The reason is, the brush is painted BEHIND the rows and with using ...
by ukoenig
Tue Mar 18, 2014 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show Xbrowse-column-colors on a selected brush ?
Replies: 3
Views: 816

How to use oBrw:Setbackground and defined column-colors ?

Hello, is it possible, to define a column-color together with using oBrw:Setbackground ? As soon SetBackGround defined, it is not possible, to define a column-color It only works with No. 5 row-colors 1) oBrw:SetBackGround( aColor ) 2) oBrw:SetBackGround( aGrad, ...
by ukoenig
Wed Mar 12, 2014 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use oBrw:Setbackground and defined column-colors ?
Replies: 0
Views: 293

Re: xBrowse con Tdatabase mal en 1307

Please call oBrw:SetBackGround(...) after defining all the columns.
by nageswaragunupudi
Sat Oct 19, 2013 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con Tdatabase mal en 1307 - Solucionado
Replies: 9
Views: 3318

Re: Xbrowse error with setbackground

Probably bKeyCount was never initialized.
Can we see a small sample reproducing the problem?
by nageswaragunupudi
Sat Aug 10, 2013 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse error with setbackground
Replies: 1
Views: 510
Next

Return to advanced search