Search found 437 matches: ltransparent

Return to advanced search

Re: Checkbox with ltransparent error

Small sample complete?

tks.

Regards, saludos.
by karinha
Fri Apr 19, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox with ltransparent error
Replies: 1
Views: 57

Checkbox with ltransparent error

... option? IF I made for a sample @ nRow,oBox[1]:nLeft+60 CHECKBOX aDat[ 5] VAR l05 Prompt axArray[ 5, 2 ] SIZE 350, 20 PIXEL OF oDlg aDat[ 5]:lTransparent:=.t. this gate covers the lower part of the dialog, hiding the other controls that are there If I rem aDat[ 5]:lTransparent:=.t. Not happend ...
by Silvio.Falconi
Fri Apr 19, 2024 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox with ltransparent error
Replies: 1
Views: 57

Re: TITLE CLASS BUG with oDLg TRansparent

... shown behind the controls too. If we want to display the background (color/brush/gradient) of a control to be shown, then we should set oControl:lTransparent := .F. in the dialog's init clause. Please test the small sample. This way you can show the gradient of oTitle on a transparent dialog. ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

Re: TITLE CLASS BUG with oDLg TRansparent

... shown behind the controls too. If we want to display the background (color/brush/gradient) of a control to be shown, then we should set oControl:lTransparent := .F. in the dialog's init clause. Please test the small sample. This way you can show the gradient of oTitle on a transparent dialog. ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

Re: Parpadeo de un SAY

... ACTION Eval(Graba) REDEFINE BTNBMP oCancelar ID Ma_Cancelar OF oDlgMa FILENAME "CANCELA.BMP" CANCEL ACTION oDlgMa:End() oAceptar:lTransparent = .t. oCancelar:lTransparent = .t. ACTIVATE DIALOG oDlgMa CENTERED if lSave if agrega Materia->(DbAppend()) Materia->Codigo := nCodigo ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 599

Re: Tamaño de Icono

... forma lo declaro. REDEFINE ICON oIcono ID MiMje_Icono OF oDlg ; FILENAME "PREGUNTA.ICO" oIcono:nWidth = 48 oIcono:nHeight = 48 oIcono:lTransparent = .t. José, nos é mejor usar una BITMAP en este caso?    REDEFINE BITMAP oBtnA ID 120 RESOURCE "APROVAR" TRANSPARENT ...
by karinha
Mon Feb 26, 2024 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 154

Re: Tamaño de Icono

gracias por tu tiempo Joao!!
de esta forma lo declaro.

REDEFINE ICON oIcono ID MiMje_Icono OF oDlg ;
FILENAME "PREGUNTA.ICO"
oIcono:nWidth = 48
oIcono:nHeight = 48
oIcono:lTransparent = .t.
by José Camilo
Mon Feb 26, 2024 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 154

Re: Cambio de imagen a 1 boton

... ; MESSAGE "Mantenimiento de Cobros"; PROMPT "Cobros" oBoton1:lTransparent = .t. y se que solo estoy cambiando 1 vez la imagen Gracias igualmente!!!!
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

Cambio de imagen a 1 boton

... oBoton1 OF oBar FILE "Efectivo.bmp" ; ACTION Cobros() ; MESSAGE "Mantenimiento de Cobros"; PROMPT "Cobros" oBoton1:lTransparent = .t. necesito que al oprimirlo muestre la imagen "cheque.bmp" Gracias
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

error TXBROWSE:CARGOS

... ( val_cli( 9999 ), onrocli:Refresh(), onomcli:refresh(), odircli:refresh(), BuscoAntInfo( xnrocli, xNUsuario, ofld1:aDialogs[ 1 ] ), .t. ) BtnB:lTransparent = .t. REDEFINE say onomcli var xnombre ID 202 OF ofld1:aDialogs[ 1 ] REDEFINE say odircli var xdomic ID 206 OF ofld1:aDialogs[ 1 ] REDEFINE ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 282

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

... bClrTabs, bClrText, aAlign, ; lAdjust, nSeparator, nOption, bPopUp, lStretch, ; cLayOut, bBmpAction, nBright, lAnimate, nSpeed, oFontDefault, ; lTransparent, aDialogs, lBorder, nClrPane, cVarName ) so ON PAINT TAB  -> bClrTabs ON PAINT TEXT -> bClrText
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 204

FOLDEREX ON PAINT -> TFolderEx() how ?

... [ Upper(<(layout)>) ], [{|Self,nOption| <uAction>}], <nBright>,; <.lAnimate.>, [<nSpeed>], <oFont>, <.lTransparent.>, [\{<cDlgsName>\}], ; <.lBorder.>, <nClrPane>, [<(oFolder)>] )      oTab_Left  := TFolderEx() :New( ...
by Jimmy
Fri May 19, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 204

Re: TSAY background color

Please try oSay:lTransparent :- .F.

Note: I did not try it myself here.
by nageswaragunupudi
Thu Dec 29, 2022 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSAY background color
Replies: 2
Views: 253

Re: Fighting Xbrowse and lozing !!!

Hey Rolando, Tried it, but no changes. It seems also that lTransparent = .f. by default. It however gave me the idea to look at the settings : and see if that make any changes. Static Function StyleBrowse( oBrwSel, aBarget, aEditget, cNaam )  ...
by Marc Venken
Thu Dec 22, 2022 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1570

Re: Splash Screen for Startuo

Searching for the word "splash" in the programs in fwh\source folder, we find 1) MsgLogo( cImageFile, [nSeconds], [lTransparent] ) // old 2) MsgSplash( cImageFile, [nSeconds], [bAction], [lTransparent] ) Using bAction parameter, we can do silent tasks like connecting to server, ...
by nageswaragunupudi
Mon Oct 24, 2022 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 801
Next

Return to advanced search

cron