... to 10 colors from a image inside a second dialog and save them to a project. A colorchart can be any image : a photo, a chart from the internet, alphablended logo .... usage : 1. activate the colorpicker from the main-dialog. 2. choose the button < colorset > 3. create a new set ( image ...
Converted and repainted to a real alphablended PNG maybe You like it http://www.pflegeplus.com/IMAGES/Roulette.png regards Uwe :D Thank you Mr. UWE, I will try the image you converted, this image should be placed on or under a brush, and ...
... / DLL works as well On Top of MAIN hSave := GetResources() // linked RC-file SET RESOURCES TO c_path + "SYSTEM.dll" // DLL with 32 bit alphablended BMP's ... ... aBitmaps1 := { "BOOKS",; // from DLL "BOOKS",; "BOOKS",; "BOOKS",; "BOOKS" ...
I noticed, in TFOLDEREX loading Tab images from RESOURCE ( DLL ) doesn't work Loading the image from FILE it is Ok. Using images ( 32 bit alphablended ) from DLL on all other controls like buttons is working fine. My tests The FISHES.dll and books.bmp for testing Download http://www.pflegeplus.com/DOWNLOADS/Testdll1.zip ...
... I think the DLL-solution is a option here are my first tests using a selected image from the DLL testing on different controls the image : 32 bit alphablended started from CODE ( tests resource + DLL will follow ) 1. window-test -> Image and button http://www.pflegeplus.com/IMAGES/Dll_1.jpg ...
... button know that I want to use the image from the DLL ? ) I'm using Res.-workshop from Borland creating the normal resources and Resedit to save alphablended BMP's to a DLL the same problem maybe will be xBrowse with the resource defined with Res.workshop and showing images from the DLL RESEDIT ...
Romeo , a Alphablended Image is needed, in case You want to show a SHADOW To show a simple background transparent, You can use a normal color SetAlpha( .F. ) shows the transparent-area of a ALPHAblended image as a BLACK color I ...
Silvio, be sure the PNG is ALPHABLENDED - image Transparent is auto-detected. tested with sample Gdiplus3.prg http://www.pflegeplus.com/IMAGES/Gdiplus1.jpg function DrawImage(ownd) local hdc:= oWnd:getdc() local oGraphics ...
... new FWH ) Images are adjusted to button-size. Also tested => oBtn1:lTransparent := .t. .t. or .f. doesn't make any difference. I tested with alphablended bitmaps. I will test, using other images. http://www.pflegeplus.com/IMAGES/Resize7.jpg best regards Uwe :?:
Mr. Rao, I tested including a alpha-bmp inside the RC-file. Next I opened the EXE with < RESOURCEBUILDER > that supports Alphablended BMP's The bmp is included inside the EXE but not displayed. Book.bmp works fine and is displayed. Adding the BMP the normal way, loading from file, ...
Please keep in mind, trying to include a alphablended image as resource inside the exe, will blow up the size. I got a rc-file-size of 900K for only one image 128 x 128 Have a look at the resource of DISABLE.bmp Trying brc32.exe with Disable.bmp ...
... a HALF star. Clicking on the star- LEFT side, paints a HALF star. Cicking on the star- RIGHT side, paints a LEFT and RIGHT star ( shows FULL ) The alphablended images ( 128 x 128 ) : http://www.pflegeplus.com/IMAGES/Empty_L.bmp http://www.pflegeplus.com/IMAGES/Empty_R.bmp ...