Search found 63 matches: transp

Return to advanced search

Re: xHarbour.org updated!

... EDITOR = notepad FWH = D:\lang\fwh1811\fwh1811 CGI = NO GUI = YES MT = NO OBJ = obj PROJECT = transp32.exe $(PR) OBJFILES = $(OBJ)\TRANSP.obj $(OBJ)\CALC.obj $(OBJ)\FASTREPH.obj $(OBJ)\FUNCTE.obj $(OBJ)\FUNMDFE.obj // $(OBJ)\GO_CODE.obj $(OBJ)\INT25.obj $(OBJ)\PROG01.obj $(OBJ)\PROG02.obj ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37523

Re: xBrowser

Maybe a focused cell or row with border and any linestyle :?: defined color pensize transp level normal or glowing square or round corners border painted with cellsize or outside or inside of a cell http://www.service-fivewin.de/IMAGES/border11.jpg ...
by Marc Venken
Fri Apr 09, 2021 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 9
Views: 1091

Re: xBrowser

Maybe a focused cell or row with border and any linestyle :?:

defined color
pensize
transp level
normal or glowing
square or round corners
border painted with cellsize or outside or inside of a cell

Image

regards
Uwe :?:
by ukoenig
Wed Apr 07, 2021 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 9
Views: 1091

Moving a group of transp. images to different directions

Hello, I created a test to show the calculation how to move a group of transparent images to different directions first movement start to > left direction next movement > down the needed calculations are included Usage : 1. select a background 2. select a speed 3. RESET the image-position 4. s...
by ukoenig
Thu Feb 18, 2016 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving a group of transp. images to different directions
Replies: 1
Views: 399

Re: A problem xBrowse transp. images (focus) FWH 15.11

Mr. Rao,

tested and works fine.

Thank You very much

best regards
Uwe :D
by ukoenig
Mon Dec 28, 2015 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse transp. images (focus) FWH 15.11
Replies: 4
Views: 924

Re: A problem xBrowse transp. images (focus) FWH 15.11

Please see the lines 10606 and 10607:   lTransparent      := Empty( oBrush ) .and. IfNil( ::lColTransparent, ::oBrw:lTransparent ) .and. ;                        ! lHighLite  .and. ! lSelected  ...
by nageswaragunupudi
Sun Dec 27, 2015 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse transp. images (focus) FWH 15.11
Replies: 4
Views: 924

Re: A problem xBrowse transp. images (focus) FWH 15.11

Mr. Rao

A full working sample
Everything included

Download
http://www.pflegeplus.com/DOWNLOADS/Testcell1.zip

Image

best regards
Uwe :D
by ukoenig
Sun Dec 27, 2015 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse transp. images (focus) FWH 15.11
Replies: 4
Views: 924

Re: A problem xBrowse transp. images (focus) FWH 15.11

Mr Uwe

Please give me a small sample code to test at my end and fix the problem

Thanks in advance.
by nageswaragunupudi
Sun Dec 27, 2015 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse transp. images (focus) FWH 15.11
Replies: 4
Views: 924

A problem xBrowse transp. images (focus) FWH 15.11

Hello,

with the new release, transparent images are not shown transparent anymore on focused row or cell
With FWH 15.10 it was OK.

Image

best regards
Uwe :?:
by ukoenig
Sun Dec 27, 2015 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse transp. images (focus) FWH 15.11
Replies: 4
Views: 924

Missing transp. controls using DiagonalGradient

Hello, testing gradient-styles, using function DiagonalGradient , the controls are NOT transparent. horizontal / vertical ( OK ) http://www.pflegeplus.com/IMAGES/gradient1.jpg Circle ( OK ) http://www.pflegeplus.com/IMAGES/gradient2.jpg Diagonal ( WRONG ) http://w...
by ukoenig
Mon Nov 24, 2014 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing transp. controls using DiagonalGradient
Replies: 0
Views: 370

Re: Show Image with % of transparency

Adolfo, with the Imagetools, You can create a background-image with a included transparent logo : ( there will be a update in a short time ) to draw a logo on any other control like a window or dialog : ( be sure, it is a ALPHABLENDED IMAGE ) #include "FiveWin.ch" ...
by ukoenig
Mon Jun 02, 2014 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show Image with % of transparency
Replies: 3
Views: 936

Re: How to save a PNG or BMP transp with Freeimage ?

I found a solution, to add / merge a freestyle TRANSPARENT signature to a image http://www.pflegeplus.com/pictures/signature2.jpg My new Signature-painter : Change color and pensize erase parts of a signature after erasing, use the last selected color http://www.pflegeplus...
by ukoenig
Sat Apr 12, 2014 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to save a PNG or BMP transp with Freeimage (solved)
Replies: 1
Views: 502

Re: Drawing on a TImage and save (revamped) :-) [Solved]

... ratio !!! Drawing-sStyles : Calculated Lines Calculated Pixel Calculated Box Calculated Fill Freehand Click Lines Click Box Click Fill Image Transp. Logo Sample : I added a transparent logo ( can be a WATERMARK, changing the transparent level ) http://www.pflegeplus.com/pictures/Enrico13.jpg ...
by ukoenig
Mon Apr 07, 2014 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save (revamped) :-) [Solved]
Replies: 41
Views: 8375

Re: Possible to keep TTITLE / DIALOG transp. on Wnd-resize ?

Uwe By setting oBrw:lTransparent := .t., you can make the browse also transparent. You may find it interesting to try. Some month ago, I remember tested a solution with Mr. Rao, using a Main-window and a child. The approach I suggested above is different from that approach. You may search through th...
by nageswaragunupudi
Thu Mar 21, 2013 2:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to keep TTITLE / DIALOG transp. on Wnd-resize ?
Replies: 9
Views: 2583
Next

Return to advanced search