Search found 208 matches: positions

Return to advanced search

Re: print pixels in certain positions

Here is the topic I wanted to answer.
Silvio I try to write a formula for your printing problem.
But i need some measurements in mm.

please, give me the values of a, b, c as you can see on my picture.

Image
by Detlef
Fri Mar 18, 2022 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 739

print pixels in certain positions

I am trying to print pixels in certain positions If on the screen the position is x = 4.2 and y = 21.40 multiplied by an n = 10.8 in the printout I cannot center the exact position in the image you see I put the image below just to help me but ...
by Silvio.Falconi
Fri Mar 18, 2022 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 739

Re: Best technic to use the set relation to syntax

... that calls his data from 2 dbf files. Great working for my way of doing ))) This is the code now for callling Xbrowse. One row and all setting, positions, layouts, colors are dbf based. // Marc, write the code here on the spot. // FOLDER 2 ----------------------------------------------------------------------------------------------- ...
by Marc Venken
Thu Jan 06, 2022 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 782

Re: Print RTF using tPRINTER class ?????

... actual print line. I've seen this example before. However, where is REPrintBox5( ). I can't find the source, or call, anywhere in FWH. Also, the positions are calculated in the .prg for each row, using nRsp and nCsp ( row, column ). I assume I can substitute in those values for the RTF values. ...
by TimStone
Fri Dec 10, 2021 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print RTF using tPRINTER class ?????
Replies: 6
Views: 761

Re: Can Colorized this border ?

Silvio,

my solution is tested on all 4 positions

possible to define : pensize, color and the pen transparentlevel

Image

Image

regards
Uwe :D
by ukoenig
Sat Dec 04, 2021 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Colorized this border ?
Replies: 7
Views: 657

To Nages : other problem with oPrn:Box

...      ENDCASEreturn  alltrim(cPosition+cAlign)  and now I have cAlign:= String_Align (1,3) but I tried also with other positions and I have this result https://i.postimg.cc/nLxRX6HS/error.png I wish centered the text on the box in my opinion it is not ...
by Silvio.Falconi
Thu Nov 11, 2021 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : other problem with oPrn:Box
Replies: 0
Views: 187

Re: We Need a FiveWin Resource Editor

... layout. so calling the function more than once until all recources are in place. I know that some already use a basic text editor to finetune the positions etc..., I would be a full FW fucntion with no need for extra's like C++, People that need more could still use pelles, and change what ever ...
by Marc Venken
Mon Jul 19, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: We Need a FiveWin Resource Editor
Replies: 3
Views: 574

Re: xBrowse building image-groups (sorted by color)

Marc, Then we change all the positions like we want and in the dbf there need to be a field in order to know the sort order. That way we have a sorting/positioning module for ranking the products. showing the ranking on the right upper ...
by ukoenig
Mon Jun 28, 2021 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse building image-groups (sorted by color)
Replies: 5
Views: 878

Re: xBrowse building image-groups (sorted by color)

... mine. Having a dbf with many fields, and 1 jpg field. Your solution should be change (setup) with lets say 4 pics on a row. Then we change all the positions like we want and in the dbf there need to be a field in order to know the sort order. That way we have a sorting/positioning module for ranking ...
by Marc Venken
Wed Jun 16, 2021 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse building image-groups (sorted by color)
Replies: 5
Views: 878

About xbrowse-cellborders and boxdrawings

... and source for sample.prg There are 2 functions included One function is connected to a object and the second function is used for free positions To view the result of changed values You cam move to folderpage 1 or 2 http://www.service-fivewin.de/IMAGES/Bord6.jpg regards ...
by ukoenig
Mon Apr 26, 2021 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About xbrowse-cellborders and boxdrawings
Replies: 1
Views: 454

Evaluate whether a color value is dark or light

... to calculate the needed color for each selected cell. the return-values from a selection are RGB, decimal and HEX The image shows the start-positions of the border colorchange (calculated ) after a cellselection. http://www.service-fivewin.de/IMAGES/Cpicker3.jpg regards Uwe :D
by ukoenig
Thu Feb 11, 2021 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Evaluate whether a color value is dark or light
Replies: 9
Views: 838

Re: Tree con xBrowse

aSelected contains record numbers. aSelected and Tree do not go together. The record positions in a Tree are volatile (not fixed) and keep changing when tree nodes are opened and closed. aSelected works for datasource where the RecNo is fixed for each record. This ...
by nageswaragunupudi
Thu Feb 04, 2021 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tree con xBrowse
Replies: 4
Views: 400

Re: How to change color of line in Header and Footer?

... be to much work adding these needed two lines to a xBrowse :?: Otherwise I can create the column-solution for vertical lines related to the col-positions calling BrwHeader(,, and BrwFooter(... :bPaintHeader := { | brw, hDC, aCols, nLast, hWhitePen, hGrayPen, hColPen | BrwHeader ; ( brw, hDC, ...
by dutch
Wed Dec 23, 2020 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 1148

Re: How to change color of line in Header and Footer?

... be to much work adding these needed two lines to a xBrowse :?: Otherwise I can create the column-solution for vertical lines related to the col-positions calling BrwHeader(,, and BrwFooter(... :bPaintHeader := { | brw, hDC, aCols, nLast, hWhitePen, hGrayPen, hColPen | BrwHeader ; ( brw, hDC, ...
by ukoenig
Wed Dec 23, 2020 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 1148

Re: Printer class question - RESOLVED

... program, save it and call it from FWH. Then I only need to print the data from the working program into it. Since this is very often simple cmsay positions, you can put the positions and variables call into a xbrowse for maintenance and/or repositioning. Works very well for me.
by Marc Venken
Fri Oct 23, 2020 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3392
PreviousNext

Return to advanced search