Search found 3711 matches: bmp

Return to advanced search

Error Fwh 24.02 con XBROWSE

... oBar:oGrpFont := oBold oBar:bClrGrad = { || { { 0.10,15724527,7303023 },{ 0.10,7303023,15724527 } } } // grey DEFINE BUTTON OF oBar ; FILE op:bmp32+"new.bmp" TOP ; PROMPT "&Nuevo" ; GROUP LABEL "MANTENIMIENTO" ; COLORS CLR_BLACK, CLR_HGREEN ; TOOLTIP { "Crear ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 96

Problem with valid email refresh btnbmp- RESOLVED

I can't get a bt bmp control to update from a tget control that has a valid to check whether the email entered is valid or not initially the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value ...
by Silvio.Falconi
Wed Apr 03, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2425

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... { |o,nval| hola(@acDescriptor,@acTemporal,olbx101c,nval) } olbx101c:acols[4]:nEditType:=EDIT_GET_LISTBOX olbx101c:aCols[4]:addbmpfile("\QASVE\config\bmp\BUSCAR16X16.bmp") oLbx101c:aCols[4]:lBtnTransparent := .t. olbx101c:aCols[4]:nBtnBmp := 1 olbx101c:aCols[4]:nDataBmpAlign ...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2239

Re: Parpadeo de un SAY

... ID Ma_PreProv3 OF oDlgMa when nProve3>0 REDEFINE GET oFecPrePr3 VAR dFecPrePr3 ID Ma_PreProv3Al OF oDlgMa when nProve3>0 REDEFINE BTNBMP oAceptar ID Ma_Aceptar OF oDlgMa FILENAME "ACEPTAR.BMP" ACTION Eval(Graba) REDEFINE BTNBMP oCancelar ID Ma_Cancelar OF oDlgMa FILENAME ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 591

Controls behave different in Window as in Dialog

... : Windows shows cam view, dialog not Transparent on windows is much less in several options https://www.maveco.be/fivewin/arwindow.bmp Dialog : https://www.maveco.be/fivewin/ardialog.bmp
by Marc Venken
Sat Feb 24, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

UrlLnk with Popup menu

... url lnk On TexplorerBar I insert a link local bClick := { | o | addMenu() } oPanel4:AddLink( "testlink", bClick, ".\bitmaps\mail.bmp",oFontSmall,CLR_BLACK,CLR_WHITE ) tried with Function AddMenu() local aPoint := AdjustWnd( oPanel, oPanel:nTop-100, oPanel:nLeft ) MENU oMenu ...
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 247

Re: FW_SaveImage

... or "B". R for Right and B for bottom. Default Bottom cType: If the parameter is nil, the result is hBitmap if cType is "bmp", "jpg", "png" the result is an image buffer of the type speicified, which can be saved to a file directly wih MEMOWRIT ...
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: Cambio de imagen a 1 boton

... lo indico solo lo cambia al oprimir pero no queda fija la nueva imagen. me explico? solo quiero que el boton inicie con una imagen "efectivo.BMP" y al oprimirlo cambie a la imagen "cheque4.bmp" hasta que lo oprima nuevamente y regrese a la imagen de "efectivo.bmp". ...
by José Camilo
Wed Feb 14, 2024 3:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 289

Re: Cambio de imagen a 1 boton

Try
Code: Select all  Expand view
DEFINE BUTTON oBoton1 OF oBar FILE cBmp1, cBmp2, cBmp3, cBmp4 ;
ACTION ...

Then see how the 4 bmp files are used when clicking, hovering, disabled, etc
by nageswaragunupudi
Wed Feb 14, 2024 2:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 289

Cambio de imagen a 1 boton

Buenas noches. necesito que al oprimir un boton de una ButtonBar este cambie su archivo bmp. esta declarado asi: DEFINE BUTTON oBoton1 OF oBar FILE "Efectivo.bmp" ; ACTION Cobros() ; MESSAGE "Mantenimiento de Cobros"; PROMPT "Cobros" oBoton1:lTransparent ...
by José Camilo
Wed Feb 14, 2024 1:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 289

Re: Mostrar BMP en xBrowse

Incidentally, this can also be written as:
Code: Select all  Expand view
COLUMNS "Domicile", "CtaWater","ImpAgua","TAgua" ;

oBrw:aCols[ 4 ]:SetCheck(  { "TildeV.Bmp","TildeR.bmp" } )
by nageswaragunupudi
Sun Feb 11, 2024 3:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar BMP en xBrowse
Replies: 3
Views: 228

Re: Mostrar BMP en xBrowse

Gracias Antonio!!! y perdon por mi tontera.
by José Camilo
Sun Feb 04, 2024 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar BMP en xBrowse
Replies: 3
Views: 228

Re: Mostrar BMP en xBrowse

Estimado José,

"TildeR" debiera ser "TildeR.bmp" ?
by Antonio Linares
Sat Feb 03, 2024 4:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar BMP en xBrowse
Replies: 3
Views: 228

Mostrar BMP en xBrowse

Buenos dias. Se me presenta el problema que no muestra un BMP en un xBrowse. Asi lo tengo definido. local aBtMs := { "TildeV.Bmp","TildeR","TildeG.bmp" } asi lo uso en el xbrowse COLUMNS "Domicilio", "CtaAgua","ImpAgua",{|| ...
by José Camilo
Sat Feb 03, 2024 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar BMP en xBrowse
Replies: 3
Views: 228

Re: Creating table with Trichedit

... I wish insert the text Cartella n. 3 Mario on Table before the numbers on two columns and insert a small Bmp on the left as this : ( more big) https://i.postimg.cc/tJrQSXk6/nn.png where is the error ?
by Silvio.Falconi
Thu Jan 25, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1452
Next

Return to advanced search