Search found 708 matches: nleft

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

function DeleteControl( oPanel, nItem )   local nTop, nLeft      for n := Len( oPanel:aControls ) to nItem + 1 STEP -1      oPanel:aControls[ n ]:nTop := oPanel:aControls[ n - 1 ]:nTop      oPanel:aControls[ n ]:nLeft:= ...
by Silvio.Falconi
Mon Mar 04, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: xBrowse with UrlLink

... con la clase Turllink en lugar de "www". ..." ,solo así podríamos tener el efecto de color over con el mouse oURL:= New( nTop, nLeft, oWnd, lPixel, lDesign, oFont, cMsg, cURL, cToolTip, nClrInit, nClrOver, nClrVisit, lTransp )
by Silvio.Falconi
Wed Feb 28, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 142

Re: GROUPBOX

... OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ] ]; [ FONT <oFont> ]; [ TRANSPARENT ] <nTop> , <nLeft> To specify the top and left coordinates. <oGroup> The variable to containt the object. <nRight>, <nBottom> To specify the ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 152

UrlLnk with Popup menu

... ) tried with Function AddMenu() local aPoint := AdjustWnd( oPanel, oPanel:nTop-100, oPanel:nLeft ) MENU oMenu POPUP --- ACTIVATE POPUP oMenu WINDOW oWnd AT aPoint[1], aPoint[2]
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 204

Re: Create a Panel width a text

... rect structure. Please look for DT_CALCRECT in FWH *.prg source code for code examples yes, I allredy found DrawTextEx( ::hDC, cMessage , {nTop,nLeft,nBottom,nRight} ) but when I have the new cMessage ( edited) I must modify 3 controls on line 1. the TaskPanel 2. the first panel ( shadow) 3. ...
by Silvio.Falconi
Fri Jan 05, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2917

Re: Animaciones en dialogos

Hola, Probablemente se pueda conseguir esos efectos modificando los nTop, nLeft, nBottom y nRight del dialogo combinado con las iteracciones y los sleeps necesarios En lenguaje harbour con fwh consigueme un dialogo que se mueva desde la parte inferior de la pantalla ...
by paquitohm
Wed Dec 27, 2023 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Animaciones en dialogos
Replies: 2
Views: 349

Re: Definir font richedit5

... @xHecho, "Desvio", 9, 9, 30, 140 ) sin definir en el programa, lo que hice fue definir: Function RichEdit5( cText, cTitle, nTop, nLeft, nBottom, nRight ) local oFont, oDlg local hDLL local uTemp := If( ! Empty( cText ), cText, '' ) local lRich := .F., lGTF := .F., lOk := .F. publ ...
by jpcavagnaro
Tue Dec 26, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 561

Re: Definir font richedit5

Look commad for RICHEDT5 #command @ <nTop>, <nLeft> RICHEDIT5 [ <oRTF> VAR ] <uVar> ; [ <dlg: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 561

Re: Small buttonbar at x,y

Perhaps I resolve with

oBar:Move( oBrw:nbottom+1, oBrw:nLeft )

when I change from one menu to another there is a flashing throughout the dialog and the xbrowse watch this video

Image
by Silvio.Falconi
Wed Dec 06, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 678

Problem with Numeric get

... they don't work @ 70, 20 GET aGet[5] VAR nTop OF oDlg SIZE 28, 12 PIXEL FONT oFont PICTURE "@Z 999.99" UPDATE @ 70, 82 GET aGet[6] VAR nLeft OF oDlg SIZE 28, 12 PIXEL FONT oFont PICTURE "@Z 999.99" UPDATE @ 70, 245 GET aGet[7] VAR nWidth OF oDlg SIZE 28, 12 PIXEL FONT oFont ...
by Silvio.Falconi
Sat Dec 02, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Numeric get
Replies: 0
Views: 320

usando listbox

tengo un dialogo con un listbox y necesito cambiar su tamaño de dibujado dinamicamente, he estado probando nleft, nwidth , ntop etc.. y ninguna forma de cambiar sus dimensiones parece funcionarme, el codigo que lo declara es este y luegoo no encuentro la forma de cambiar sus ...
by Peter616
Tue Jul 04, 2023 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando listbox
Replies: 3
Views: 242

Re: Numeric alignment with oPrn:SayText( )

... Image Functions", { 30, 0, h, w }, "T", oSmal ) Parameters: 1. cText. ANSI/Unicode single or multi-line text 2. aRect : { nTop, nLeft, nBottom, nRight } in pixels Defaults to ClientRect All co-ordinates are relative to Client Rect. Coordinates: nil --> default to the border ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 515

Re: printer class printimage

...  ENDPRINTreturn nil  Sorry Nages I need to print an Image with Border or not with Border and I have the x,y and sizes on cm I made: I have nTop,nLeft,nRight,nBottom on cm meausure nTop:= 0.10 nLeft := 0.50 nRight:= 1 nBottom:=1 Function PrintImage(nTop,nLeft,nRight,nBottom,cFile,oPrn)  ...
by Silvio.Falconi
Thu Apr 20, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 589

Problem with a get

... I have @ nRow, 20 GET aGet[6] VAR nTop OF oModulo SIZE 50, 20 PIXEL FONT oFont PICTURE "999,99" UPDATE RIGHT @ nRow, 82 GET aGet[7] VAR nLeft OF oModulo SIZE 50, 20 PIXEL FONT oFont PICTURE "999,99" UPDATE RIGHT if I digit 0,1 it write 0 on first get and 1 on second get but ...
by Silvio.Falconi
Tue Apr 11, 2023 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with a get
Replies: 3
Views: 249

Richedit5 controlar salida sin guardar

... así, y me gustaría controlar si modificaron el texto y salieron por la X sin guardar, se puede? Static Function RichEdit5( cText, cTitle, nTop, nLeft, nBottom, nRight ) local oFont, oDlg, oMemo local hDLL local uTemp := If( ! Empty( cText ), cText, '' ) local lRich := .F., lGTF := .F., lOk := ...
by jpcavagnaro
Tue Mar 21, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit5 controlar salida sin guardar
Replies: 0
Views: 165
Next

Return to advanced search