Search found 1204 matches: nheight

Return to advanced search

Buttonbar Hided RESOLVED

... https://i.postimg.cc/Bv1b7Gnf/top.png But I cannot see the buttonbar is at Right , Why ? DEFINE DIALOG oDlg ; SIZE nWidth, nHeight PIXEL TRUEPIXEL ; TITLE cTitle COLOR 0, CLR_WHITE FONT oFont DEFINE BUTTONBAR oBar OF oDlg SIZE 60,25 RIGHT 2007 BORDER DEFINE BUTTON aBtnBar[1] ...
by Silvio.Falconi
Wed Nov 13, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buttonbar Hided RESOLVED
Replies: 2
Views: 132

Re: how to close downloaded files window in webview2

... nBottom >= 1.0; nBottom *= GRP_CHARPIX_H; endif if nRight >= 1.0; nRight *= GRP_CHARPIX_W; endif endif ::CalcSize( @nTop, @nLeft, @nWidth, @nHeight, lRelPix, oWnd, @nBottom, @nRight ) */ ::nTop = nTop * If( lPixel, 1, GRP_CHARPIX_H ) // 14 ::nLeft = nLeft * If( lPixel, 1, GRP_CHARPIX_W ) ...
by russimicro
Mon Nov 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to close downloaded files window in webview2
Replies: 13
Views: 546

Re: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)

... nBottom >= 1.0; nBottom *= GRP_CHARPIX_H; endif if nRight >= 1.0; nRight *= GRP_CHARPIX_W; endif endif ::CalcSize( @nTop, @nLeft, @nWidth, @nHeight, lRelPix, oWnd, @nBottom, @nRight ) */ ::nTop = nTop * If( lPixel, 1, GRP_CHARPIX_H ) // 14 ::nLeft = nLeft * If( lPixel, 1, GRP_CHARPIX_W ) ...
by russimicro
Sat Nov 09, 2024 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)
Replies: 1
Views: 73

General program technique : on init()

... description : DEFINE DIALOG oDlg FROM 60,0 to 750,1900 PIXEL TRUEPIXEL TITLE cTitle GRADIENT aGrad @ 0, 0 FOLDEREX oFld SIZE oDlg:nWidth, oDlg:nHeight ; PROMPT "Basis","Historiek","Art. Foto's","Leveranciers","Webshop Basis","Webshop Prijzen","Webshop ...
by Marc Venken
Thu Oct 24, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: General program technique : on init()
Replies: 2
Views: 170

Re: Usar dos monitores, mostrar cosas diferentes

... if nNroPan == 0 nNroPan := 2 endif catch nNroPan := 2 end FOR J := 1 TO LEN(aPanWin) IF !( aPanWin[J]:LPRIMARY ) nAltPan := aPanWin[J]:NHEIGHT nAncPan := aPanWin[J]:NWIDTH ENDIF NEXT IF nAncPan < 1300 DEFINE FONT oFont NAME "Arial Narrow" SIZE 12, 40 BOLD ELSE DEFINE FONT ...
by russimicro
Tue Oct 08, 2024 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar dos monitores, mostrar cosas diferentes
Replies: 8
Views: 479

Re: Demo version

... MultiHeaders for XBrowse ( changed later from Nageswarao) class TExplorerBar Method Update( nPos ) Class TTaskPanel Method ChangeHeight( nHeight ) Fixed RibbonBar bug TProgressWheel class, samples\ListVie.prg using a TListBox and drag & drop files function FWLoadStrings( cFileName ...
by Silvio.Falconi
Tue Sep 24, 2024 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 921

Re: FWH_2407 oSay does not assume nHeight

How can you help us to test this at our end? Mr.RAO Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg I have tried changing this here on my PC. This is the original code in rpreview.prg: @ nRow, nCol + 100 SAY ::oPage PROMPT FWString&#...
by richard-service
Fri Aug 30, 2024 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

Thanks for the confirmation and once again regret the inconvenience.
by nageswaragunupudi
Thu Aug 29, 2024 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

Dear Mr Rao

Perfect!
Image

Tks!

email to receive: joaocarlos@vinhesoft.com
by vinhesoft
Thu Aug 29, 2024 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

... and use it to rebuild your application? FIX: 1) Please locate these two lines. (lines 137 and 138)   ::nBottom   = ::nTop + nHeight   ::nRight    = ::nLeft + nWidth Change these two lines as:   ::nBottom   = ::nTop + nHeight - 1   ::nRight ...
by nageswaragunupudi
Thu Aug 29, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

How can you help us to test this at our end? Mr.RAO Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg I have tried changing this here on my PC. This is the original code in rpreview.prg: @ nRow, nCol + 100 SAY ::oPage PROMPT FWString&#...
by nageswaragunupudi
Thu Aug 29, 2024 6:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

nageswaragunupudi wrote:How can you help us to test this at our end?


Mr.RAO
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
by richard-service
Thu Aug 29, 2024 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

Please provide one small sample program which we can test here with different versions with Window and dialog
by nageswaragunupudi
Wed Aug 28, 2024 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

Many thanks for your feedback

We are working to fix it
by Antonio Linares
Wed Aug 28, 2024 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

Dear Antonio

FHW_1912
Image

FWH_2407
Image

DEFINE WINDOW --> ok

DEFINE DIALOG --> not working
by vinhesoft
Wed Aug 28, 2024 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648
Next

Return to advanced search