Search found 26 matches: setalpha

Return to advanced search

Re: SetAlpha

Otto, my test with a 32 bit Logo. I could not detect a difference of the Logo-quality ? Maybe something changed in FWH-release ? DEFINE WINDOW oWnd TITLE "RibbonBar Test " + FWVERSION from 1,1 to 600,600 pixel //brush oBrush1 @ 150, 10 BITMAP oBmp FILENAME c_path + "\bitmaps\Logo1.bmp...
by ukoenig
Sat Jul 23, 2011 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAlpha
Replies: 13
Views: 6447

Re: SetAlpha

Dear Uwe, thank you for your help. Please try fwh/samples/ribbon.prg and insert SetAlpha( lSetAlpha := .f. ). You get then following result which is not nice looking. http://www.atzwanger-software.com/fw/ribbon11.jpg Without SetAlpha( lSetAlpha := ...
by Otto
Sat Jul 23, 2011 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAlpha
Replies: 13
Views: 6447

Re: SetAlpha

Otto, it is possible. Maybe You like this Solution ( Alpha-level from 50 - 255 ) : http://www.pflegeplus.com/pictures/alpha10.jpg http://www.pflegeplus.com/pictures/alpha11.jpg Folder-Brush-combinations : http://www.pflegeplus.com/pictures/alpha12.jpg ...
by ukoenig
Fri Jul 22, 2011 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAlpha
Replies: 13
Views: 6447

Re: SetAlpha

Is it possible to setAlpha only for a single control in my case oBitmap?
Thanks in advance
Otto
by Otto
Fri Jul 22, 2011 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAlpha
Replies: 13
Views: 6447

SetAlpha

I have made a program to show bmp´s. To show the bitmaps I need SetAlpha. activate window ::oWnd MAXIMIZED ON INIT ( ( SetAlpha( lSetAlpha := !lSetAlpha ), oBmp:Refresh() )  ) But then when I move the mouse over the ribbonbar ...
by Otto
Tue Jul 19, 2011 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAlpha
Replies: 13
Views: 6447

Re: FWH 11.06 link error

Antonio, and now there are a lot of Unresolved external symbol: xLINK: error: Unresolved external symbol '_HB_FUN_WNDMAIN referenced from (my_application.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TXBROWSE referenced from (my_txbrowse.obj)'. xLINK: error: Unresolved external symbol '_H...
by frose
Sun Jul 03, 2011 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.06 link error
Replies: 13
Views: 1918

Re: Help for ExplorerBar to Daniel or Antonio

... - nHeight-1 nLeft := ::nWidth - nWidth-10 nBottom := nTop + nHeight nRight := nLeft + nWidth nAlphaLevel := 20 FWWaterMark (::hWaterImage) if SetAlpha() ABPaint( ::hDC, nLeft, nTop, ::hWaterImage, nAlphaLevel ) else DrawBitmap( ::hDC, ::hWaterImage, nLeft, nTop ) endif DeleteObject( ::hWaterImage ...
by MdaSolution
Fri Jul 02, 2010 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for ExplorerBar to Daniel or Antonio
Replies: 18
Views: 4402

Re: Help for ExplorerBar to Daniel or Antonio

ANTONIO, I made a test with if SetAlpha() ABPaint( ::hDC, nLeft, nTop, ::hWaterImage, nAlphaLevel ) else DrawTransparent( ::hDC,::hWaterImage, nTop, nLeft ) endif When the bitmap is NO ALPHA BITMAP it show the bitmap in white as you can ...
by MdaSolution
Fri Jul 02, 2010 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for ExplorerBar to Daniel or Antonio
Replies: 18
Views: 4402

Re: New FTDN April/Abril 2009 (9.04)

... CreateRoundRectRgn( hWnd, nWidth, nHeight ) --> hRegion // Windows API docs SetWindowRgn( hWnd, hRegion ) --> nResult // Windows API docs SetAlpha( lOnOff ) --> lPrevious // Evita el uso de imágenes de mapas de bits de canal alfa * Nuevo: Soporte automático para imágenes de mapa de ...
by Antonio Linares
Fri Apr 10, 2009 6:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2009 (9.04)
Replies: 6
Views: 3701

New FTDN April/Abril 2009 (9.04)

... CreateRoundRectRgn( hWnd, nWidth, nHeight ) --> hRegion // Windows API docs SetWindowRgn( hWnd, hRegion ) --> nResult // Windows API docs SetAlpha( lOnOff ) --> lPrevious // Avoid the use of the bitmaps Alpha channel * New: Class TBitmap automatic support for bitmaps with Alpha channel. ...
by Antonio Linares
Fri Apr 10, 2009 1:20 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2009 (9.04)
Replies: 6
Views: 3701

Re: Soporte completo de AlphaBlend para FWH !!!

... que contruyamos. No se puede habilitar la opcion de un flag de Aplicacion para decidir si usar o no ALphas en todas las imagenes, algo como el SETALPHA(.T.) Ya que si las usas ( los BMP con ALHPA) , lo ideal es usarla en toda la aplicacion., para mantener la coherencia de calidad en las imagenes.. ...
by Adolfo
Mon Mar 30, 2009 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte completo de AlphaBlend para FWH !!!
Replies: 7
Views: 955
Previous

Return to advanced search