Search found 22 matches: alphabitmap

Return to advanced search

Re: Uwe we need your help :-)

... one !!! small image 32 x 32 added ) The RC-file with the added lines : #define RT_DATA 10 FAVORITE ICON "./Bitmaps/favorite.ico" Light ALPHABITMAP "./Bitmaps/Light.bmp" Book BITMAP { '42 4D 7C 0A 00 00 00 00 00 00 76 00 00 00 28 00' '00 00 B4 00 00 00 24 00 00 00 01 00 04 ...
by ukoenig
Sun Jan 04, 2015 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Uwe we need your help :-)
Replies: 33
Views: 6436

Re: Uwe we need your help :-)

For me "10" is working.
We can also use RT_DATA or ALPHABITMAP if we first define

#define RT_DATA 10
or
#define ALPHABMP 10

in the rc file.

BtnBmp program is able to read these bitmaps.
This is working not only with alphabmp's but also with other image files like png, jpg, ico also.
by nageswaragunupudi
Fri Jan 02, 2015 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Uwe we need your help :-)
Replies: 33
Views: 6436

AlphaBitmap no carga desde Recursos FWH-12.07

Hola Antonio, La versión FWH-12.07 no carga los AlphaBitmap sí éstos están incorporador en archivo RC (Compilados a Res con PellesC o WorkShop) y además se está usando una DLL con otros recursos tales como ventanas. Adjunto ejemplo: #include "fivewin.ch"Function ...
by Cgallegoa
Thu Aug 23, 2012 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AlphaBitmap no carga desde Recursos FWH-12.07
Replies: 0
Views: 278

Re: Nuevo FiveForm.prg en FWH 12.07

... versión FWH-12.07 y actualicé al SVN de xHarbour de ayer, y ahora no funciona bien la carga de Archivos de Recursos *.RC que incluyen archivos ALPHABITMAP en WorkShop. Ya le dimos la vuelta y nada. La opción sería usar PELLESC, pero tenemos cientos de bitmaps, iconos, etc, y no encontramos ...
by Cgallegoa
Wed Aug 15, 2012 5:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FiveForm.prg en FWH 12.07
Replies: 19
Views: 5434

Re: Help for ExplorerBar to Daniel or Antonio

thanks Daniel now run but I see also the bitmaps square not transparent !!!
look it please

Image

and i tried also with a Alphabitmap ( fwh\bitmaps\AlphaBmp\trash.bmp) same error
by MdaSolution
Fri Jul 02, 2010 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for ExplorerBar to Daniel or Antonio
Replies: 18
Views: 4251

Re: Image PNG ( to antonio )

... ) more too no work fine.. ) Yes, i saw you problem, but is freeimagen fault. is possible have PNG native, but no for now you should convert png to alphabitmap sample: http://www.sitasoft.com/fivewin/bitmap/shadebase1.bmp #include "FiveWin.ch"function Main()   local ...
by Daniel Garcia-Gil
Thu Oct 01, 2009 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image PNG ( solved )
Replies: 9
Views: 1958

Re: Imagenes que pasa..¡

... y BMPs) que muestre la diferencia que comentas ? gracias Gracias Wilmer, Antonio?????? Haciendo referencia a la ayuda de Wilmer, intente usar el alphabitmap y el problema persistia, debido a ADJUST, pero por favor revisa la funcion msgsplash porque esta genera un problema cuando se ejecuta sobre ...
by DiGregorio
Thu Jul 16, 2009 7:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagenes que pasa..¡
Replies: 7
Views: 1257

Drawing Alphablend From Stream !!!

This code can be useful to draw a bitmap with alphablend directly from a stream. Sample code, 7777 is my alphabitmap resource. This code can be optimized by calling cResToStr() directly from StreamAlphaBlend():   local hDC := oDlg:GetDC()   StreamAlphaBlend( hDC, ...
by toninhofwi
Fri Apr 24, 2009 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing Alphablend From Stream !!!
Replies: 3
Views: 626

Re: Consulta acerca BtnBMP Alpha

Saludos Daniel, Como se menciona en ese post, ya antes compilaba dentro de los RC los alphabitmap sin ningun problema. :wink: , y tambien hice uso de esa tecnica gracias a Fernando Sanchez. Save    ALPHABITMAP "bitmaps/save.bmp"  Pero al usar el BtnBMP con ...
by Blessed
Wed Apr 22, 2009 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta acerca BtnBMP Alpha
Replies: 4
Views: 649

Re: alpha bitmap in resources

... Anyway, Thank you for help, with MC "rc.exe" everything work very well ! I Agree with Mr.Loach, If in .RC file, AlphaBmp is specified as ALPHABITMAP then Borland Resource compiler compiles Alpha BMP's without errors, but the image will not be displayed in the FWH App. When I checked the ...
by anserkk
Fri Apr 17, 2009 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: alpha bitmap in resources
Replies: 5
Views: 806

Re: alpha bitmap in resources

Sergey,

> I can use alphabmp in "rc" only with Microsoft rc.exe

You can also use it with Borland brc32.exe if you specify ALPHABITMAP instead of BITMAP in the RC file:

button ALPHABITMAP "button.bmp"
by Antonio Linares
Fri Apr 17, 2009 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: alpha bitmap in resources
Replies: 5
Views: 806

sbutton AlphaBitmap TO MERCADO

DEAR MANUEL,
CAN I create a sbutton AlphaBitmap ?
by Silvio
Thu Mar 12, 2009 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sbutton AlphaBitmap TO MERCADO
Replies: 0
Views: 232

Re: Botones AlphaBitmap

Muchas gracias, lo pruebo y te comento.

Un Saludo.
by softruz
Thu Mar 12, 2009 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Botones AlphaBitmap
Replies: 9
Views: 742

Re: Botones AlphaBitmap

Softruz, After defining the BUTTONBMP, set the Value of oButtonBmp:lBmpAlpha to .T. That's all. @14,05 BUTTONBMP oBtnCancel PROMPT "Close" OF oDlg TEXTRIGHT BITMAP "MyAlphaBMP" ;   SIZE 50,15 ACTION oDlg:End()oBtnCancel:lBmpAlpha:=.T.  // This is required t...
by anserkk
Thu Mar 12, 2009 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Botones AlphaBitmap
Replies: 9
Views: 742

Re: Botones AlphaBitmap

Perdona, me he equivocado de pregunta, ¿Tiene la posibilidad de ver los eventor ROLLOVER y PRESS, para así cambiar la imagen cuando ocurra dichos eventos y si es así como sería.

Un Saludo.
by softruz
Thu Mar 12, 2009 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Botones AlphaBitmap
Replies: 9
Views: 742
Next

Return to advanced search