Search found 24 matches: transparencies

Return to advanced search

Re: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS

... 3 image rendering methods in printer class: 1) SayBitmp(...) 2) SayImage(...) 3) PrintImage() SayBitmap() works even now, though it can not handle transparencies and alpha images. Quality is much less in case of non-bmp images like jpg, png, etc. Pngs look very ackward though. SayImage() also works ...
by nageswaragunupudi
Fri Mar 19, 2021 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS
Replies: 28
Views: 3613

Re: Show Image with % of transparency

... DEFINE BRUSH oBrush FILENAME "..\bitmaps\backgrnd\paper2.bmp" DEFINE WINDOW oWnd TITLE "FWH 8.05 Transparencies" ; COLOR 0, "N/W" BRUSH oBrush ACTIVATE WINDOW oWnd ; ON PAINT ABPaint( hDC, 10, 10, oBmp:hBitmap, 220 ) // 0-255 transparency ...
by ukoenig
Mon Jun 02, 2014 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show Image with % of transparency
Replies: 3
Views: 936

About BMP PNG

Guys, my doubt is quite impossible, but come to my dream.
 
Would you like to upload a png (obeying the transparencies image) on top of a bmp. (it's easy)
 
Difficult for me would be to do this in a progress, meter, or meterex know what else it.
 
Accepted @ x, y and 'REDEFINES'
by arthursilvestre
Sat Jun 29, 2013 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About BMP PNG
Replies: 0
Views: 350

Re: No more shadows on Win8 :-(

Antonio, I liked more minimalist, more "green", why spend processor or graphics card (energy, heating, calculations), with shadows, transparencies? Microsoft this targeting the environment of tablets and smartphones, where economy power is essential. is something more clear, direct, ...
by norberto
Mon Sep 10, 2012 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No more shadows on Win8 :-(
Replies: 19
Views: 5250

Re: List of changes between FWH7.10 and FWH12.06

... := .f.  which I had to place at the beginning of my program 3) There is a new FWH function called SetDlgGradient() which simplifies the use of transparencies with Dialogs as well as the text placed within those Dialoges. The SetDlgGradient() function sets a global gradient that is inherited ...
by Rick Lipkin
Fri Jul 27, 2012 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of changes between FWH7.10 and FWH12.06
Replies: 3
Views: 989

Re: FiveDBU for 32/64 bits

Uwe

If you remember recently, I was trying to work with the ToolBar class but I was working with Alpha Chanel bitmaps .. Was that the reason I could not get the transparencies of the icons to work properly .. they needed to be non-alpha chanel ?

Thanks
Rick
by Rick Lipkin
Mon Jun 04, 2012 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75248

Re: Alert Message Function

... brush and make the background look like a regular windows message ... Rick Lipkin ps .. Antonio.. with all the changes you have made with transparencies .. it would be nice to update and re-work Alert() DO CASECASE lHScroll .and. lVScroll      @ 25, 70 GET oGet VAR cSay ...
by Rick Lipkin
Wed May 02, 2012 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alert Message Function
Replies: 5
Views: 1057

Re: BITMAP NO TRANSPARENT

... and other controls themselves, all controls created a "window". The standard Windows OS feature, to create a window, only supports transparencies with brush, FiveWin added design mode for a more comprehensive management controls, but can not escape from the Windows OS features. ...
by Daniel Garcia-Gil
Thu Feb 25, 2010 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BITMAP NO TRANSPARENT
Replies: 6
Views: 1561

Re: BITMAP NO TRANSPARENT

... 3.- If you want move the bitmap around the window until the brush will be useless and will need paint the bitmap "with the hand" with transparencies techniques (seek in google about that) maybe bitblt function (http://msdn.microsoft.com/en-us/library/dd183370(VS.85).aspx) can help ...
by Daniel Garcia-Gil
Wed Feb 24, 2010 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BITMAP NO TRANSPARENT
Replies: 6
Views: 1561

Re: BITMAP NO TRANSPARENT

... 3.- If you want move the bitmap around the window until the brush will be useless and will need paint the bitmap "with the hand" with transparencies techniques (seek in google about that) maybe bitblt function (http://msdn.microsoft.com/en-us/library/dd183370(VS.85).aspx) can help ...
by Daniel Garcia-Gil
Wed Feb 24, 2010 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BITMAP NO TRANSPARENT
Replies: 6
Views: 1561

Re: RIBBON NATIVA AVANCES

Jonathan, The problem with Windows 7 is that due the transparencies it uses, text with highlighted border and blur effects, we can not paint the title text the way they do it and if we copy that area and move it to the right side, the transparency, ...
by Antonio Linares
Tue Nov 24, 2009 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBON NATIVA AVANCES
Replies: 34
Views: 7271

Re: RIBBON NATIVA AVANCES

... on the title bar using Method NcPaint(), but we prefer not to paint there. Better leave Windows to use that area itself, or we could break the transparencies, etc. used in Windows 7. Maybe apply your brilliance and reconsider the second problem. As we can now do alpha channel, transparent is ...
by Jonathan Hodder
Mon Nov 23, 2009 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBON NATIVA AVANCES
Replies: 34
Views: 7271

Re: RIBBON NATIVA AVANCES

... on the title bar using Method NcPaint(), but we prefer not to paint there. Better leave Windows to use that area itself, or we could break the transparencies, etc. used in Windows 7.
by Antonio Linares
Sat Nov 21, 2009 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBON NATIVA AVANCES
Replies: 34
Views: 7271

Re: Drawing PNG files with transparencies

Toninho,

Thanks! :-)
by Antonio Linares
Mon Apr 06, 2009 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG files with transparencies
Replies: 1
Views: 484

Drawing PNG files with transparencies

Hi, This is the way to draw PNG images using FWH and freeimage: hBmp = PngToBitmap( hDC, "c:\myfile.png" ) ABPaint( hDC, 10, 10, hBmp ) ---cut--- HB_FUNC( PNGTOBITMAP ) { HDC hDC = ( HDC ) hb_parnl( 1 ); FIBITMAP *dib; FREE_IMAGE_FORMAT fiSource; fiSource = FreeImage_GetFileType( ( LPSTR )...
by toninhofwi
Mon Apr 06, 2009 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG files with transparencies
Replies: 1
Views: 484
Next

Return to advanced search

cron