Search found 50 matches: refill

Return to advanced search

Re: Delete Lines from a graphics

Now I have the refill run ok

Image
by Silvio.Falconi
Tue Sep 24, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Delete Lines from a graphics
Replies: 4
Views: 152

Re: cyclometric circle

] corrected the position line Problem to refill with agradient With FillRectEx( ::hDC, aPoints, aGrad) https://i.postimg.cc/xT3CxpSJ/t9.png new code #include "fivewin.ch"#include "constant.ch"Function Test()  ...
by Silvio.Falconi
Fri Dec 02, 2022 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 5143

Re: cyclometric circle

For now I have to give up the refill of the area, I have created 10 circles to display all the shapes of the 10 lottery reels https://i.postimg.cc/9fn022nx/gg.png I saw that it can not do them automatically I do not understand ...
by Silvio.Falconi
Wed Aug 03, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 5143

Re: cyclometric circle

hi Silvio, Now How I can to refill the area with transparent color ? have not work with it yet i "think" you need Polygon API Function https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-polygon The ...
by Jimmy
Mon Aug 01, 2022 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 5143

Re: cyclometric circle

... https://i.postimg.cc/2S1JYLbd/ciclometric.gif Now How I can to refill the area with transparent color ? https://i.postimg.cc/0yk3BHx4/refi.jpg I tried with FillRectEx( ::hDC, aPoints, aGrad)
by Silvio.Falconi
Fri Jul 29, 2022 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 5143

Re: define msgitem color

I couldn't find a problem.

but I have a text colored and on msgitem is not refill with the background color


Image

regards
Uwe :?:
by ukoenig
Wed Jul 10, 2019 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: define msgitem color - Resolved!!
Replies: 8
Views: 874

Re: define msgitem color

No need color but refill the msgitem background

fwexplorer.prg ?????????????????????????????????????????????????????????????????????
by Silvio.Falconi
Wed Jul 10, 2019 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: define msgitem color - Resolved!!
Replies: 8
Views: 874

define msgitem color - Resolved!!

... ::oWnd:oMsgBar ; PROMPT ::aStatus[1] ; SIZE 100 ; COLOR RGB(0x9a,0xcd,0x32), RGB(0x9a,0xcd,0x32) but I have a text colored and on msgitem is not refill with the background color any solution please ? I wish as this https://i.postimg.cc/V69yYmc1/hh.png
by Silvio.Falconi
Wed Jul 10, 2019 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: define msgitem color - Resolved!!
Replies: 8
Views: 874

Re: Fwh19.05 - New Class TDockPnel

... : 1. I create a panel inside a dialog on top of the dialog are tabs 2. I fill the panel with objects defined in function1 from tab1 3. I want to refill the panel with defined objects from tab2 calling function2 the replacement works but I have to clear the panel before refill it with objects ...
by ukoenig
Tue Jun 04, 2019 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 17
Views: 3397

Re: AADD not working with GETS

Mr. Ellano Yes. We can not refill the data using aData := {} and AAdd. Because when we assign aData := {} again, this is a new array different from the array used in the Gets. Also in Add, AAdd( aData, { ..... } ) the array { ... } is ...
by nageswaragunupudi
Tue Feb 05, 2019 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 2287

Important for my friend Mr Nages

... cNagesUmor := "Drink more you are still tired" case cCoffe_pot = "Half Empty" cNagesUmor := "Empty bladder, then refill cup" case cCoffe_pot = "Tree Quarter Empty" cNagesUmor := "Better down that cup and refill before the pot gets cold!!" ...
by Silvio.Falconi
Sat Oct 07, 2017 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Important for my friend Mr Nages
Replies: 3
Views: 648

Re: method add, del in DBCOMBO

... an array or read a source database. If you are reading a small database, you can add or delete records in the source database, then just call the Refill() method which will reload the array. Depending on the size of the database rereading it could be too slow for a good user experience. If this ...
by James Bott
Fri Mar 03, 2017 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: method add, del in DBCOMBO
Replies: 2
Views: 597

Re: GBmp GDIPLUS

... only work, if You RESTORE the original brush of the window or dialog inside the used area BEFORE painting new images. Using Your sample, You can REFILL the used area with green, before painting the new images. It can be a colored bitmap ( green ) with the size of the used area. A other solution ...
by ukoenig
Sat Feb 13, 2016 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GBmp GDIPLUS
Replies: 4
Views: 838

Re: New Rating Class

... insert ntype 1 or nType 2 erase the picture and draw only the part Left or Right Perhaps it can run ok if the procedure not erase the picture but refill only the part left ( ntype 1) and right ( ntype 2) Take This last source fro the release please : Test.prg #include "FiveWin.ch"function ...
by Silvio.Falconi
Sat Dec 20, 2014 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 21482

Re: DBCOMBO CON QUERY MYSQL

Prueba modificando la clase: METHOD Fill() CLASS TDBCombo // Refill aItems and aList from cAlias->cFldItem and cAlias->cFldList LOCAL nOldRecNo LOCAL nItem, nList ::aItems := {} ::aList := {} IF ! HB_IsObject( ::cAlias ) IF ::cAlias == "" ...
by jcenteno
Thu Apr 03, 2014 4:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMBO CON QUERY MYSQL
Replies: 5
Views: 899
Next

Return to advanced search