Search found 6478 matches: size

Return to advanced search

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... PRINTER oprn FILE cPdfFile // <------------------------------------------- DEFINE FONT oFnt1 NAME "Arial" SIZE 0,-18 OF oPrn DEFINE FONT oFnt2 NAME "Arial" SIZE 0,-8 BOLD OF oPrn DEFINE BRUSH oBrush COLOR 0 DEFINE PEN oPen1 WIDTH 5 DEFINE PEN oPen2 ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 9
Views: 114

Re: Slow EXE Launch.

... After a few days this file was huge and when loading the program I noticed that this file was loading and was taking a long time because of its size. I deleted the LOG file and the program opened normally.
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 224

Re: Slow EXE Launch.

Bryon I use an .EXE shrinker called Aspack .. typically the size of the .exe is at least 30-50 percent smaller .. the smaller the .exe the quicker the program loads .. another benefit of the "shrinker" is that the .exe can not be read with a ...
by Rick Lipkin
Tue May 07, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 224

Re: how to change the size of an xbrowse in runtime

... "TAHOMA", 0, 14,,.t. )  DEFINE BRUSH oBrush   STYLE BDIAGONAL COLOR  Rgb(195,195,185)   DEFINE DIALOG oDlg SIZE nWd, nHt PIXEL TRUEPIXEL;       FONT oFont   COLOR CLR_BLACK, RGB(245,245,235)  ;       STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, ...
by Silvio.Falconi
Sun May 05, 2024 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

Hello friends, For anyone interested in solutions with mod_harbour or WebView2: There is a solution with mod_harbour for this issue. Here is the link: Feel free to check it out! https://forums.fivetechsupport.com/viewtopic.php?f=45&t=44481&p=269851&sid=47b4a676d7650c0bd41dd07071e78bcb#p...
by Silvio.Falconi
Sun May 05, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

xbrowse (likely a custom table) whose contents change dynam

... (likely a custom table) whose contents change dynamically Checkboxes that control the appearance of radio menus and changes to the xbrowse's size. Here's a possible scenario based on your description: Initial State: The xbrowse table is visible. Checkboxes are located beneath it. First Checkbox ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 71

Re: how to change the size of an xbrowse in runtime

Hello friends, For anyone interested in solutions with mod_harbour or WebView2: There is a solution with mod_harbour for this issue. Here is the link: Feel free to check it out! https://forums.fivetechsupport.com/viewtopic.php?f=45&t=44481&p=269851&sid=47b4a676d7650c0bd41dd07071e78bcb#p2...
by Otto
Fri May 03, 2024 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

Silvio, This is a humble suggestion ......   // @  8,oBox[1]:nLeft+120  CHECKBOX  aDat[ 1] VAR l01 Prompt axArray[ 1, 2 ] SIZE 90,  11 PIXEL OF oBox[1] ;   //       COLOR CLR_BLACK, Rgb(250,250,245) FONT oBold ;   //         ON CHANGE ( IIf(l01,(oBox[2]:Show(), obrw:nBottom:=100 ,oBrw:refresh(.f.) ...
by Cgallegoa
Fri May 03, 2024 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

... 1, 1 ]    @  8,oBox[1]:nLeft+120  CHECKBOX  aDat[ 1] VAR l01 Prompt axArray[ 1, 2 ] SIZE 90,  11 PIXEL OF oBox[1] ;          COLOR CLR_BLACK, Rgb(250,250,245) FONT oBold ;      ...
by Silvio.Falconi
Thu May 02, 2024 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

For
@ 40,10 XBROWSE oBrw SIZE -10,390 PIXEL OF oDlg ;


you need:
oBrw:nRightMargin += 40

oBrw:nHeight += 40
by Otto
Thu May 02, 2024 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

... 1, 1 ]    @  8,oBox[1]:nLeft+120  CHECKBOX  aDat[ 1] VAR l01 Prompt axArray[ 1, 2 ] SIZE 90,  11 PIXEL OF oBox[1] ;          COLOR CLR_BLACK, Rgb(250,250,245) FONT oBold ;      ...
by Silvio.Falconi
Thu May 02, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

Otto wrote:Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil


use the test I published
by Silvio.Falconi
Thu May 02, 2024 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil
by Otto
Thu May 02, 2024 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

... "TAHOMA", 0, 14,,.t. )  DEFINE BRUSH oBrush   STYLE BDIAGONAL COLOR  Rgb(195,195,185)   DEFINE DIALOG oDlg SIZE nWd, nHt PIXEL TRUEPIXEL;       FONT oFont   COLOR CLR_BLACK, RGB(245,245,235)  ;       STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, ...
by Silvio.Falconi
Thu May 02, 2024 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Re: how to change the size of an xbrowse in runtime

Please post the line where you create xbrowse?
by Otto
Thu May 02, 2024 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316
Next

Return to advanced search