Search found 31 matches: opaque

Return to advanced search

Re: Dark mode

... TITLE COLOR. Where it is written: "RODRIGUES & AMORIM MECANICA LTDA". Also check that when it is an MDI Window, it is not BLACK but OPAQUE. Excellent work, you are on the right path. Thanks. // \samples\DARKMODE.PRG - 16/11/2021 - Joao.#Include "FiveWin.ch"#Define COLOR_BTNFACE ...
by karinha
Tue Nov 16, 2021 7:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2129

Re: Know the size of a font selected

... DEFAULT oFont := ::oPrn:oFont DEFAULT nBkMode := 1 DEFAULT nPad := 0 IF oFont != nil oFont:Activate( ::oPrn:hDCOut ) ENDIF // 1,2 transparent or Opaque SetbkMode( ::oPrn:hDCOut, nBkMode ) IF nClrText != NIL #IFDEF __HARBOUR__ SetTextColor( ::oPrn:hDCOut, nClrText ) #ELSE SetTextCol( ::oPrn:hDCOut, ...
by Otto
Tue Nov 03, 2020 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know the size of a font selected - Resolved -
Replies: 9
Views: 1255

Re: To Mister Nages - xBrowser

Dear Mr. Nages, I put the SetBkMode (hDC, 1) straight into the function and it worked. If nClrBack != NIL nBkMode := SetBkMode( hDC, OPAQUE ) nOldClr := SetBkColor( hDC, nClrBack ) Else SetBkMode( hDC, 1 ) EndIf Thank you very much. Att., Oliveiros Junior
by oliveiros junior
Wed Aug 19, 2020 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2135

Re: Dialog Transparent

... of oWnd:nSeeThroClr and oWnd:nOpacity : For the transparent-display < oWnd:nSeeThroClr > is used. this must be disabled again for color / opaque-display http://www.pflegeplus.com/IMAGES/Transp5.jpg REDEFINE RADIO oRadio2 VAR nTrLevel ID 740, 741, 742, 743  OF oFld:aDialogs[ ...
by ukoenig
Fri Jul 26, 2019 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialog Transparent
Replies: 16
Views: 2840

Re: Opaque controls

Thanks !
by Natter
Tue Apr 16, 2019 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opaque controls
Replies: 5
Views: 711

Re: Opaque controls

perhaps... oGRid is a xbrowse allready open Local hBmp,hBlur oApp:oGrid:GetDC() hBmp := MakeBkBmp( oApp:oGrid:hWnd, oApp:oGrid:hDC ) hBlur := Blur( hBmp, 3 ) PalBmpDraw( oApp:oGrid:hDC, 0, 0, hBlur ) DEFINE DIALOG oDlg DEFINE DIALOG oDlg DeleteObject( hBmp ) DeleteObject( hBlur ) oApp:oGrid:ReleaseD...
by Silvio.Falconi
Tue Apr 16, 2019 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opaque controls
Replies: 5
Views: 711

Re: Opaque controls

I will have a look at the different controls if bAlphaLevel is supported like for images. I need to change the transparency of the window controls transparency A defined transparent-level of windows or dialog doesn't include the controls as well. from the buttonbar-test ( have a look at -> bartrn...
by ukoenig
Tue Apr 16, 2019 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opaque controls
Replies: 5
Views: 711

Re: Opaque controls

Uwe, thanks for your help. However, I need to change the transparency of the window controls transparency on it does not change.
by Natter
Tue Apr 16, 2019 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opaque controls
Replies: 5
Views: 711

Re: Opaque controls

by ukoenig
Tue Apr 16, 2019 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opaque controls
Replies: 5
Views: 711

Opaque controls

Hi, all !

How can I make opaque controls on a transparent window ?
by Natter
Tue Apr 16, 2019 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opaque controls
Replies: 5
Views: 711

Re: btnbmp or buttonbmp or rbtn ??

no sorry
the shadow is on center of the button where is the line with curve and it make to a button an effect as a shadow and the button seem Shiny no opaque
by Silvio.Falconi
Mon May 29, 2017 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp or buttonbmp or rbtn ??
Replies: 6
Views: 984

Re: API Google. Ejemplos

... + CRLF +; "</author>" + CRLF +; "<gd:transparency" + CRLF +; "value='http://schemas.google.com/g/2005#event.opaque'>" + CRLF +; "</gd:transparency>" + CRLF +; "<gd:eventStatus" + CRLF +; "value='http://schemas.google.com/g/2005#event.confirmed'>" ...
by jorjio
Mon Sep 21, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Google. Ejemplos
Replies: 30
Views: 9862

Re: Colocar Negrilla en mitad del texto

... DEFAULT oFont := ::oPrn:oFont DEFAULT nBkMode := 1 DEFAULT nPad := 0 IF oFont != nil oFont:Activate( ::oPrn:hDCOut ) ENDIF // 1,2 transparent or Opaque SetbkMode( ::oPrn:hDCOut, nBkMode ) IF nClrText != NIL #IFDEF __HARBOUR__ SetTextColor( ::oPrn:hDCOut, nClrText ) #ELSE SetTextCol( ::oPrn:hDCOut, ...
by Otto
Fri Jul 24, 2015 9:35 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Colocar Negrilla en mitad del texto
Replies: 19
Views: 7930

Ayuda con clase TPrinter

... nP:=1 ENDIF ENDDO ENDIF ENDIF if oFont != nil oFont:Activate( ::hDCOut ) endif SetbkMode( ::hDCOut, nBkMode ) // 1,2 transparent or Opaque if nClrText != nil SetTextColor( ::hDCOut, nClrText ) endif Do Case Case nPad == PAD_LEFT Case nPad == PAD_RIGHT nCol := Max( 0, nCol - ::GetTextWidth( ...
by TOTOVIOTTI
Fri Mar 06, 2015 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con clase TPrinter
Replies: 11
Views: 1071

Re: ADO & SQL INSERT Statement

... then call SQLParamOptions with the number of rows as a parameter. You can create an insert cursor for data types VARCHAR, LVARCHAR, and opaque. When you open an insert cursor, a buffer is created in memory to hold a block of rows. The buffer receives rows of data as the program produces ...
by avista
Thu Jul 31, 2014 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2216
Next

Return to advanced search