Search found 1154 matches: height

Return to advanced search

Dynamic Table Filter Control

... and webview2 that I see in the general forum and that interest me. They are small tests. This program contains a table with dynamically adjustable height based on selected filters and buttons to increase or decrease the height. https://mybergland.com/fwforum/tabelhigh.gif Best regards, ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 255

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

a test

Image

I not Know How change the height of xBrowse
by Silvio.Falconi
Thu May 02, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 298

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

... PIXEL OF oDlg ; DATASOURCE oList COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES if I click on a checkbox the procedure must change the height to the xbrowse example - 60 in another procedure I have already done it but I reduce the ntop of the xbrowse, now I want to make space below
by Silvio.Falconi
Thu May 02, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 298

how to change the size of an xbrowse in runtime

I not Know How change the height of a xbrowse I tried with

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

but not happen nothing
by Silvio.Falconi
Thu May 02, 2024 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 298

New FTDN April 2024 (FWH 24.04)

... updates the nPos oPanel used from the TExplorerBar after the panel has been modified. Class TTaskPanel Method ChangeHeight( nHeight ) changes the height of the panel. Thanks to Silvio Falconi! * Enhancement: We have restored the call to Method Resize() from Class TWindow Method Activate() but ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 451

Re: colorize btnbmp with diagonal

... FIN / END  Regards, saludos. certainly darling, but I wanted it automatically, I didn't want to insert the width and height of each button, if in a window I have 80 buttons all with different sizes, how many lines of source do you think I should write? ciertamente ...
by Silvio.Falconi
Mon Apr 15, 2024 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 337

Re: Centrar texto VERTICALMENTE

... / 2 ) UTILPRN ::oUtil ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 501

Re: Centrar texto VERTICALMENTE

... / 2 ) UTILPRN ::oUtil ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( ...
by FiveWiDi
Tue Apr 09, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 501

Error Fwh 24.02 con XBROWSE

... Static Procedure BrwbtnBar( oBrw ) local oBar, oBtn, oBold DEFINE BUTTONBAR oBar OF oBrw:oWnd SIZE 75,75 3D 2015 HEIGHT 96 oBold := oBar:oFont:Bold() oBar:oGrpFont := oBold oBar:bClrGrad = { || { { 0.10,15724527,7303023 },{ 0.10,7303023,15724527 } } } // grey DEFINE ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 109

Re: To Nageswrao Del Objs on TscrollPanel

Perhaps there are problem with TscrollPanel because I tried only directly on TaskPanel of Explorerbar and it seem run ok
only I must change the height if the link are many
by Silvio.Falconi
Fri Mar 08, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 747

Re: Create a Panel width a text

... Initially the message is made up of two lines, when the message is modified in the ShareBoard() function the procedure must calculate the right height and resize the panel (oPanel2) and in turn oPaneltext where the text of the message is located. Finally the procedure must refresh all panels ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3237

Re: Google Graph extra graphic ? (Navaro)

... I have to read into the Webview information) Trying to make the background transparent <div id="chart_div" style="width: 400px; height: 120px;"><background-color="transparent;"></div> If the html is made and the pie is drawn. do I try to change the ...
by Marc Venken
Tue Feb 20, 2024 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2928

Re: Creating table with Trichedit

... left COLUMNS 9 ; // Table has n Columns CELLWIDTHS {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0.5} ; // Array of column widths ROWHEIGHT .2 ; // Minimum row height is .25" CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarca; // Sombras en columnas HEADERROWS 1; // dos lineas de titulos ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1501

Re: Creating table with Trichedit

... left COLUMNS 9 ; // Table has n Columns CELLWIDTHS {0.4,0.5,0.5,0.8,0.9,0.9,0.9,0.5,0.5} ; // Array of column widths ROWHEIGHT .2 ; // Minimum row height is .25" CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarca; // Sombras en columnas HEADERROWS 1; // dos lineas de titulos ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1501

Re: Creating table with Trichedit

... in normal cells aligned left COLUMNS 10 ; // Table has n Columns CELLWIDTHSээ ancho1 ; // Array of column widths ROWHEIGHT .25 ; // Minimum row height is .25" ROWBORDERS DOTTED ; CELLBORDERS SINGLE ; // Outline cells with thin border COLSHADE aMarc1; // Sombras en columnas HEADERROWS 1; ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1501
Next

Return to advanced search