Search found 723 matches: painting

Return to advanced search

Re: Drawing on a TImage and save [Solved]

... painter and still noticed some xImage-problems. With the painter I can change the pensize and color at runtime Left mouse-dblclick = start and end painting moving the image or any action from the menu clears the lines Download http://www.pflegeplus.com/DOWNLOADS/xImage1.zip problems : 1.) after ...
by ukoenig
Mon Sep 23, 2019 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11779

Re: Drawing on a TImage and save [Solved]

... There are still some things to do. I noticed saving the image, the pen of the saved image is shown in white and not red Next the key-defines for painting must be different to predefined keys of xImage like the right mouselick ( opens a menue ) These are just my first tests. What's about drawing ...
by ukoenig
Sun Sep 22, 2019 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11779

Re: Drawing on a TImage and save [Solved]

Carlos,

can You show a image-sample or explain what You are trying to do.
I need to make modifications with lines to an image and then save it

As well I need Your FWH-release.
During the years we have better solutions for painting on images
like using GDIPLUS.

regards
Uwe :?:
by ukoenig
Fri Sep 20, 2019 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11779

Re: A METRO image-background without FREEIMAGE ?

Christobal, thank You that works. I added the image-background-painting to the defined brushed title-text-section // on top DEFINE FONT oFontLarge NAME "Arial" SIZE 0, -60 BOLD ITALIC aPalBmp := oWnd:ReadImage( c_Pfad1 + "Marble.bmp", ...
by ukoenig
Sat Sep 07, 2019 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A METRO image-background without FREEIMAGE ?
Replies: 5
Views: 960

A problem with SAY and font- style and < size default >

Hello, I noticed a SAY painting problem and needed the following adjustment : @ 26 * nFactor, 25 * nFactor SAY oDay PROMPT cDay OF oWnd FONT oFontDay PIXEL UPDATE oDay:SetColor ( aVal[23], ) oDay:lTransparent := .T. oDay:nLeft := ( oWnd:nWidth() ...
by ukoenig
Tue Aug 13, 2019 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with SAY and font- style and < size default >
Replies: 5
Views: 799

Re: How to use Segoe MDL2 icons on Win 7 ?

starting with the tool I noticed another painting problem Next I would like to load a font from file NOT system-installed to rip and save any useful symbols There will be a color-section to optimize and arange the different colors. http://www.pflegeplus.com/IMAGES/Symbol2.jpg ...
by ukoenig
Wed Jun 19, 2019 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5575

Re: trasparent bitmap on xbrowse

I tested a solution that works in all directions The problem is not with bitmaps. The problem is with the painting of XBrowse. When we navigate to the cell with arrow-keys with go-up, go-down or go-left, the gap is not visible. But when we navigate to the cell with go-right ...
by ukoenig
Tue Jun 11, 2019 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trasparent bitmap on xbrowse
Replies: 7
Views: 890

Re: trasparent bitmap on xbrowse

The problem is not with bitmaps.
The problem is with the painting of XBrowse.

When we navigate to the cell with arrow-keys with go-up, go-down or go-left, the gap is not visible.
But when we navigate to the cell with go-right or with a mouse click, the gap is visible.

We are looking into it.
by nageswaragunupudi
Mon Jun 10, 2019 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trasparent bitmap on xbrowse
Replies: 7
Views: 890

Re: XBROWSE Border on cells

The mistake I made : a wrong row-selection for painting Found there was a wrong var defined for inside, line and outside -border-painting Added a missing col-focus-selection by radiobuttons oBrw:bPainted := < |hDC| nRowPos := oBrw:nRowSel // ...
by ukoenig
Wed Jun 05, 2019 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4187

Re: XBROWSE Border on cells

Thank You very much

I will have a look at it
as well I noticed a painting problem using the cursor
and reaching the top and bottom ( the painting must stop ).
You can switch to normal xBrowse usage selecting
NO border to check how it works normaly.

regards
Uwe :|
by ukoenig
Wed Jun 05, 2019 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4187

New FTDN May/Mayo 2019 (FWH 19.05)

... TWindow method Center() was not updating the window coordinates. Now it is ok. * Fix: Minor fix in Class TRibbonBar Method PaintFld() to remove a painting artifact under some circunstances. * Fix: source\function\imgtxtio.prg: The functions FW_SayText() and FW_DrawImage() are not restoring the ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3164

Re: Ribbon Theme

Thanks again. I'm going to edit the sample that was provided here to better illustrate the last painting problem. No matter what I change I can't get the top of the ribbon bar, starting with the tabs but also the ribbon bar background itself, to start painting below the ...
by rhlawek
Sun Apr 28, 2019 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28355

Re: Ribbon Theme

Thank you so much. Making the button bar a child or the ribbon bar fixes most of the painting problems, and all of the clicking behavior problems. And setting the top margin to a larger value does push the top of the ribbon bar tabs down so that the tabs should be ...
by cnavarro
Sun Apr 28, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28355

Re: Ribbon Theme

Thank you so much. Making the button bar a child or the ribbon bar fixes most of the painting problems, and all of the clicking behavior problems. And setting the top margin to a larger value does push the top of the ribbon bar tabs down so that the tabs should be ...
by rhlawek
Sun Apr 28, 2019 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28355

Re: Cut out an area of the screen

... oBru TRANSPARENT ACTIVATE DIALOG oPlg return I draw on it oPlg:Line() oPlg:PolyPolygon(GetDc(oPlg:hWnd),..) and etc. Then I want to erase the painting.
by Natter
Sat Apr 20, 2019 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut out an area of the screen
Replies: 15
Views: 1900
PreviousNext

Return to advanced search