Search found 118 matches: square

Return to advanced search

Re: WEBVIEW2 and xBrowse

Otto, your sample does not work here. I can see just a white square on the left and an empty xbrowse on the right. What am I missing?
by Enrico Maria Giordano
Tue Feb 06, 2024 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 391

Re: REDEFINE BUTTON with custom font

... the font-sizes. https://mybergland.com/ruth/screen.jpg but now I still struggle with the box itself. Maybe it is possible to have the square form of the checkbox also a little bit bigger? again thank you and have a nice weekend Ruth
by Ruth
Sat Feb 03, 2024 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 681

Re: Xbrowse : oBrw:ToArray (How to do it)

While showing syntax, we enclose some parameters in square brackets to inform the programmer that these parameters are optional. Not at all that you should use the square brackets in real usage. NOT oBrw:bRClicked := { |r,c,f,oBrw| aResult := ...
by nageswaragunupudi
Thu Apr 13, 2023 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 954

Re: How to create a PRIVATE variable owned by the caller?

... ... ] Arguments <identifier> is the name of a private variable or array to create. If the <identifier> is followed by square brackets ([ ]), an array is created and assigned to the <identifier>. When the <identifier> specification indicates an array, the ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 777

Re: HBFORMAT.EXE de xHarbour/Harbour.

Dear Jimmy, yes I have the same CLICK.INI as yours. The program flow is completely out of square after DEFINE DIALOG. I want it to start at COLUMN 4 and keep FLOW in Column 4 and write no more than COLUMN 78. It's possible: Apart from that the program is reporting errors ...
by karinha
Fri Sep 16, 2022 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1027

Re: prices breakdown

This logic gives the result as you expect: function ValSplit( nValue )   local nRest, aRet := {}   DEFAULT nValue := 391.65   nRest := nValue   AEval( {200,100,50,20,10,5,3,2,1,0.50,0.20,0.10,0.05}, ;      { |n,i| If( n <= nRest, ( AAdd( aRet, ...
by Silvio.Falconi
Mon Jun 27, 2022 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 507

Google Chrome Pages as files

Hi,

I save application windows and browser pages to files using the Save Window() function. If these are windows of any application or pages of FireFox, IE browsers, everything is fine. But if these are Google Chrome browser pages, I get files with a black square. What could be the reason ?
by Natter
Thu Apr 21, 2022 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Chrome Pages as files
Replies: 4
Views: 555

Re: print pixels in certain positions

... play with the #define values of _MARGIN_LEFT, _MARGIN_TOP, _SQUARE_LEFT and _SQUARE_DIST to adjust the printing to your image. Maybe the vertical squares need an own 'margin top'. https://i.postimg.cc/Cxzgf7xy/kjkj.png Note on number can go good on routes there is some error on ...
by Silvio.Falconi
Thu Mar 24, 2022 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 722

Re: print pixels in certain positions

Dear Silvio, It looks like you will have to play with the #define values of _MARGIN_LEFT, _MARGIN_TOP, _SQUARE_LEFT and _SQUARE_DIST to adjust the printing to your image. Maybe the vertical squares need an own 'margin top'. ok but it eas only a test because i not know how it can print on receipt, t...
by Silvio.Falconi
Sun Mar 20, 2022 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 722

Re: print pixels in certain positions

Dear Silvio,
It looks like you will have to play with the #define values of
_MARGIN_LEFT, _MARGIN_TOP, _SQUARE_LEFT and _SQUARE_DIST to adjust the printing to your image.
Maybe the vertical squares need an own 'margin top'.
by Detlef
Sun Mar 20, 2022 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 722

Re: print pixels in certain positions

... else                   ++nRow                endif                nTop    := _MARGIN_TOP  + .1 + ( --nRow  * _YSPACE )    // + .1 to make square smaller than circle                nLeft   := _MARGIN_LEFT + .1 + ( --nCol  * _XSPACE )    // + .1 to make square smaller than circle  ...
by Silvio.Falconi
Sun Mar 20, 2022 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 722

Re: xbrowse bchange -> display box

... lotto nummer. (design the lotto form) At that point, you have a button for each number that can interact with clicks and change the button into a square and/or other color etc... Printing will be something like a lottoform jpg to print and position the squares on it. As always... easier said than ...
by Silvio.Falconi
Thu Mar 17, 2022 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bchange -> display box
Replies: 9
Views: 569

Re: xbrowse bchange -> display box

... lotto nummer. (design the lotto form) At that point, you have a button for each number that can interact with clicks and change the button into a square and/or other color etc... Printing will be something like a lottoform jpg to print and position the squares on it. As always... easier said than ...
by Marc Venken
Thu Mar 17, 2022 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bchange -> display box
Replies: 9
Views: 569

xbrowse bchange -> display box

changing records from an xbrowse I want to display an intermittent black square on a jpg image to display the printing coordinates for a coupon

Image

example
Image

any test sample pls ?
by Silvio.Falconi
Wed Mar 16, 2022 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bchange -> display box
Replies: 9
Views: 569

Re: Ribbon Theme

It could be interesting to insert the possibility to change the style, I mean l2007 l2013 l2015 l2016 and the style of the tab if rounded or square like office 2013/2019 and use the method METHOD SetStyles( l2010, l2013, l2015, nTopMargin, nClrPaneRB, nClrBoxOut, nClrBoxIn,;    ...
by Silvio.Falconi
Sat Sep 25, 2021 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28229
Next

Return to advanced search