Search found 1473 matches: nwidth

Return to advanced search

Re: Brush on btnbmp with color

... because I'm old man , but here I see the border color allways black https://i.postimg.cc/CKC4YVFZ/k.jpg @ oBrw:nBottom+1, oBrw:nWidth-44.4 BTNBMP aBtnBrow[1] SIZE 20,20 PIXEL OF oDlg NOROUND 2007 aBtnBrow[1]:bClrGrad := { |lInvert| If( lInvert, aBru[ 2 ]:hBrush, aBru[ 1 ]:hBrush ...
by karinha
Fri Feb 10, 2023 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on btnbmp with color
Replies: 8
Views: 688

Re: Brush on btnbmp with color

... because I'm old man , but here I see the border color allways black https://i.postimg.cc/CKC4YVFZ/k.jpg @ oBrw:nBottom+1, oBrw:nWidth-44.4 BTNBMP aBtnBrow[1] SIZE 20,20 PIXEL OF oDlg NOROUND 2007 aBtnBrow[1]:bClrGrad := { |lInvert| If( lInvert, aBru[ 2 ]:hBrush, aBru[ 1 ]:hBrush ...
by Silvio.Falconi
Fri Feb 10, 2023 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brush on btnbmp with color
Replies: 8
Views: 688

Re: btnbmp state

I resolved but on another mode @ oBrowse:nBottom+3, oBrowse:nWidth-44.4 BTNBMP aBtnBrow[3] SIZE 12,10.3 PIXEL OF oDlg NOROUND 2007 aBtnBrow[3]:bClrGrad := { |lInvert| If( lInvert, aBru[ 2 ]:hBrush, aBru[ 1 ]:hBrush ) } aBtnBrow[3]:nClrBorder := { || (IIF(aBtnBrow[3]:lMOver,,CLR_GRAY)) ...
by Silvio.Falconi
Thu Feb 09, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp state
Replies: 2
Views: 203

Re: Richedit

Perfecto, lo solucione con SIZE oWndr:nWidth, owndr:nHeight

Muchas gracias.
Saludos
Jorge
by jpcavagnaro
Sun Jan 22, 2023 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit
Replies: 3
Views: 308

Scroll of Panel not at the same Height of Xbrowse

... How I must set the scroll to have the same height of the xbrowse ? I made oDlg:bResized := <|| local oRect := oDlg:GetCliRect() oBar:nWidth:= oRect:nRight oBrw:nWidth:= oRect:nRight-290 oBrw:nHeight:= oRect:nBottom-45 oPanel:nTop := oRect:ntop +40 oPanel:nLeft := oRect:nleft+5 oPanel:nBottom ...
by Silvio.Falconi
Wed Jan 11, 2023 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll of Panel not at the same Height of Xbrowse
Replies: 2
Views: 307

Re: New FTDN December/Diciembre 2022 (FW 22.12)

... * FWMariaRowSet: - Mejora en la velocidad de ordenación de los campos de tipo carácter (char). * Nueva función FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess La podemos encontrar en source\function\imgtxtio.prg
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1243

New FTDN December/Diciembre 2022 (FW 22.12)

... FileSysObj() --> oFileSystem * FWMariaRowSet: - improvement in sorting speeds of char fields. * New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess in source\function\imgtxtio.prg
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1243

Re: Fighting Xbrowse and lozing !!!

... disk access again), the screen refreshes will be very fast. Btw, I just created and added a new function FW_SaveThumbnail( cImageFile, cThumbFile, nWidth, [nHeight] ) --> lSucess.
by nageswaragunupudi
Sat Dec 31, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1592

Re: Questions about WebView

oDlg:oClient:=TActiveX():New(oDlg, "Shell.Explorer.2", 0, 0, oDlg:nWidth, oDlg:nHeight) oDlg:oClient:Do("Navigate2", "https://www.website/") do while .T. oDk:=oDlg:oClient:GetProp("Document") if valtype(oDk)="U".or.oDk:ReadyState!="complete" ...
by Natter
Fri Nov 25, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Questions about WebView
Replies: 26
Views: 1634

Re: Newbie Question : XBROWSE

... quick lookup for any data type. (In devellop mode) XBROWSER aPics TITLE "WEB IMAGES" SETUP ( oBrw:nRowHeight := 200, oBrw:aCols[ 1 ]:nWidth := 300, ; oBrw:aCols[ 1 ]:cDataType := 'F', oBrw:aCols[ 1 ]:nDataBmpAlign := AL_CENTER ) XBROWSER aPics TITLE "DOWNLOADED IMAGES" COLUMNS ...
by Marc Venken
Fri Nov 25, 2022 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1490

TRIBBON.PRG - New nQuickHigh (DEFINE QUICKBUTTON )

... DATA nQuickHigh INIT 32 <---- New METHOD Paint() CLASS TRibbonBar ... if ::aQuickRGrad != NIL GradientFill( ::hDC, 0, 0, ::nQuickHigh, ::nWidth, ::aQuickRGrad ) endif ...
by MGA
Wed Nov 23, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRIBBON.PRG - New nQuickHigh (DEFINE QUICKBUTTON )
Replies: 1
Views: 325

Position of Window CENTER ?

... OF oASKFORM ACTION ...   ACTIVATE WINDOW oASKFORM CENTER when ask for for Coordinate   nTop0    := oParent:nTop   nLeft0   := oParent:nLeft   nWidth0  := oParent:nWidth   nHeight0 := oParent:nHeight   nTop     := oObj:nTop   nLeft    := oObj:nLeft   nWidth   := oObj:nWidth   nHeight  := oObj:nHeight ...
by Jimmy
Sun Nov 13, 2022 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of Window CENTER ?
Replies: 10
Views: 508

Re: Logo on MDI window.

... := { || SetLogo( oApp:oLogo, oApp:oWinMain ) and the procedure make error when I resize Error description: Error BASE/1004 Metodo non disponibile: NWIDTH Args: [ 1] = C c:\work\fwh\bitmaps\fivetech.bmp Stack Calls =========== Called from: => NWIDTH( 0 ) Called from: Source\ut\ut_boxlotto.prg ...
by Silvio.Falconi
Wed Nov 09, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 904

Re: TOPMOST

i also found this CODE Code: SetWindowPos( oObj:hWnd, HWND_TOPMOST ,; oObj:nTop, oObj:nLeft ,; oObj:nWidth, oObj:nHeight ) which i can use at INIT Is this working as expected? YES :D Can this be useful? SetForegroundWindow( oWnd:hWnd NO. it will come to foreground but ...
by Jimmy
Sat Nov 05, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOPMOST
Replies: 7
Views: 352

Re: TOPMOST

i also found this CODE
Code:
SetWindowPos( oObj:hWnd, HWND_TOPMOST ,;
oObj:nTop, oObj:nLeft ,;
oObj:nWidth, oObj:nHeight )

which i can use at INIT

Is this working as expected?

Can this be useful?
Code: Select all  Expand view
SetForegroundWindow( oWnd:hWnd
by nageswaragunupudi
Sat Nov 05, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOPMOST
Replies: 7
Views: 352
PreviousNext

Return to advanced search