Search found 1473 matches: nwidth

Return to advanced search

Re: Parpadeo de Menu COLOR , Ayuda

ACTIVATE WINDOW oWnd MAXIMIZED ;
ON INIT (pASSWORD(),INDEXA1()) ;
ON PAINT DrawBitmap( hDC, oBmp:hBitmap, ;
( oWnd:nHeight() / 2 ) - ( oBmp:nHeight() / 2 ), ;
( oWnd:nWidth() / 2 ) - ( oBmp:nWidth() / 2 ),0,0 );
VALID MsgYesNo(oemtoansi( "¨ Desea Salir ?"),"Salida del Sistema ")
by devwin2010
Tue Oct 18, 2022 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de Menu COLOR , Ayuda
Replies: 29
Views: 1915

Re: oPopUp in class btnbmp

... ::nWide_P := 22 and line 503 ::nWide_P := 22 Line 525 If( oPopup != nil, ::nWide_P, 0 ) //// My_modi If( oPopup != nil, 13, 0 ) Line 578 //::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + 13 + 1 ::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + ::nWide_P + 1 Line 1062 //if ...
by Silvio.Falconi
Mon Oct 17, 2022 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 777

Re: oPopUp in class btnbmp

... ::nWide_P := 22 and line 503 ::nWide_P := 22 Line 525 If( oPopup != nil, ::nWide_P, 0 ) //// My_modi If( oPopup != nil, 13, 0 ) Line 578 //::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + 13 + 1 ::oWnd:nWidth := ::oWnd:nBtnWidth + If( ::oWnd:l3D, 3, 1 ) + ::nWide_P + 1 Line 1062 //if ...
by Maurizio
Mon Oct 17, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 777

Re: oPopUp in class btnbmp

Karinha Please erase the FUNCTION AdjustWnd( oBtn, nWidth, nHeight ) we havent the autorization to publish it !!! Dear Silvio, I didn't know that you were the owner of this function, since he is PUBLIC. But it's ok, I removed it. I don't agree with ...
by karinha
Sat Oct 15, 2022 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 777

Re: oPopUp in class btnbmp

Karinha

Please erase the FUNCTION AdjustWnd( oBtn, nWidth, nHeight ) we havent the autorization to publish it !!!
by Silvio.Falconi
Sat Oct 15, 2022 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 777

Re: clausole When...Hide a size of Dialog - strange

FOUND THE PROBLEM DEFINE DIALOG oDlg ; SIZE nWidth, nHeight PIXEL ; TITLE cTitle ; COLOR CLR_BLACK,CLR_WHITE instead of DEFINE DIALOG oDlg ; SIZE nWidth, nHeight PIXEL ; TITLE cTitle ; COLOR CLR_BLACK,CLR_WHITE TRANSPARENT it seems TRANSPARENT ...
by Silvio.Falconi
Fri Oct 14, 2022 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1617

Re: Frase se ajuste a un ancho

Buenas Tardes José: Buen Tema, centrar el título en Ventana o Dialogo ... Estuve leyendo el post anterior donde pusiste ... (oDlg:nWidth-LEN(cTitle))/2 lo cual no te resultaba debido a que el nWidth se calcula en pixeles y el LEN se calcula en columnas Prueba Asi: #include "FiveWin.ch"MEMVAR ...
by Maggiro
Thu Oct 06, 2022 7:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Frase se ajuste a un ancho
Replies: 22
Views: 2698

Re: Draw a bitmap

... I do everything on one monitor. Its resolution is 1920x1080, scale 125%. I open the FW window and expand it to full screen. In this case, oWnd:nWidth has the value 1536 (height is not important). I take a full screenshot and get a bitmap size of 1920x1080. Then I try to put it on the FW window ...
by Natter
Thu Oct 06, 2022 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 450

Re: Area de trabajo no usada: ORDKEYNO

... ACTION (oWndChild:End(),oRS1cli:Close()) //on init buscosql(oBrow, "") ACTIVATE DIALOG oDlg nowait ON INIT odlg:Move( 0, 0 ) oWndChild:nWidth := odlg:nWidth + 7 oWndChild:nHeight := odlg:nHeight + 32 ACTIVATE WINDOW oWndChild ON INIT (oRS1Cli:=buscosql( obrow, xbusco, oRS1Cli ) ,oWnd:paint()
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 327

Re: BMP en xBrowse. Transparente?

... ), 0, 1 ) } :lBmpStretch := .f. :lBmpTransparent := .t. :nDataBmpAlign := AL_CENTER :nHeadStrAlign := AL_CENTER :cHeader := 'Contado' :nWidth := 50 :bStrData := {|| nil } :cSortOrder := Nil
by MGA
Mon Sep 05, 2022 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP en xBrowse. Transparente?
Replies: 2
Views: 392

Re: Mostrar control ActiveX codejock en diálogo desde recurso

Victor,

Muchas gracias

Ahora tengo que salir, luego lo descargaré y lo probaré

Prueba a hacer oGridControl:SetSize( nWidth, nHeight ) a ver si aparece con las dimensiones desde el ON INIT
by Antonio Linares
Sun Aug 21, 2022 10:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar control ActiveX codejock en diálogo desde recurso
Replies: 7
Views: 579

Re: Concatenar 2 o mas campos en xbrowse

... 16 + "-" + campo baldes oCol:nDataStrAlign:= AL_LEFT oCol:oDataFont:= oFont3 oCol:oHeaderFont := oFont4 oCol:oFooterFont := oFont4 oCol:nWidth:= 240 Saludos Ruben Dario Fernandez Unless you are using a very very old version of FWH, please do not use the approach "oBrw:AddCol().oBrw:bStrDate". ...
by nageswaragunupudi
Thu Aug 04, 2022 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 468

Re: Concatenar 2 o mas campos en xbrowse

... 16 + "-" + campo baldes oCol:nDataStrAlign:= AL_LEFT oCol:oDataFont:= oFont3 oCol:oHeaderFont := oFont4 oCol:oFooterFont := oFont4 oCol:nWidth:= 240 Saludos Ruben Dario Fernandez
by D.Fernandez
Tue Aug 02, 2022 11:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 468

Re: Windows to small ?

... https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowexa The parameters x,y,nwidth,nheight define the outer coordinates of the window. The total area of the Window consists of Client Area and non-client area. Non client area ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 465

Re: Windows to small ?

... https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowexa The parameters x,y,nwidth,nheight define the outer coordinates of the window. The total area of the Window consists of Client Area and non-client area. Non client area ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 465
PreviousNext

Return to advanced search

cron