Search found 15 matches: wndboxin

Return to advanced search

Re: QRCODE

... lColor := .F. nDlgHeight:= nDlgHeight+ncorrec IF lColor GradienTfill(oDlg:hDC,nDlgHeight-( nHeight-2 ),0,nDlgHeight-20,oDlg:nWidth, aColor ,.t.) WndBoxIn( oDlg:hDc,nDlgHeight-( nHeight-1 ),0,nDlgHeight-( nHeight ),oDlg:nWidth ) ELSE WndBoxIn( oDlg:hDc,nDlgHeight -( nHeight-1 ),4,nDlgHeight-( ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3766

QRCODE

... lColor := .F. nDlgHeight:= nDlgHeight+ncorrec IF lColor GradienTfill(oDlg:hDC,nDlgHeight-( nHeight-2 ),0,nDlgHeight-20,oDlg:nWidth, aColor ,.t.) WndBoxIn( oDlg:hDc,nDlgHeight-( nHeight-1 ),0,nDlgHeight-( nHeight ),oDlg:nWidth ) ELSE WndBoxIn( oDlg:hDc,nDlgHeight -( nHeight-1 ),4,nDlgHeight-( ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3766

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6379

xbrowse:keychar() lost some 2bytes nkeys on no modal dialog

... otherwise ::cKeyChar += Chr( nKey ) ... elseif ( ::lFastEdit ... SysRefresh() oCol:Edit() ... method edit() class TXBrwColumn ... if ::lEditBorder WndBoxIn( ::oBrw:GetDC(), nRow-1, nCol-1, nRow + nHeight + 1, nCol + nWidth + 1) ::oBrw:ReleaseDC() endif ckey:=::obrw:ckeychar for nI := 1 To Len( ...
by ShumingWang
Sun Oct 09, 2011 3:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse:keychar() lost some 2bytes nkeys on no modal dialog
Replies: 1
Views: 454

Lailton,

In Class TMsgItem Method Paint(), change or remove this:

WndBoxIn( hDC, 2, nLeft - 4, ::oMsgBar:nHeight - 2, nLeft - 3 )
by Antonio Linares
Mon Oct 27, 2008 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio
Replies: 25
Views: 3159

... next endif // 3D if ::lShaded WndInset( ::hWnd, ::hDC ) // SHADED, SHADOW endif if ::lRaised WndRaised( ::hWnd, ::hDC ) // RAISED endif if ::lBox WndBoxIn( ::hDC, 0, 0, ::nBottom-::nTop, ::nRight-::nLeft ) WndBoxRaised( ::hDC, 1, 1, ::nBottom-::nTop-1, ::nRight-::nLeft-1 ) endif ::ReleaseDC() ...
by karinha
Tue Sep 23, 2008 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 3701

... ::nClrDisabled ),; ::nClrPane, ::oFont, .T., .T. ) // nLeft - 1 + ( ::nWidth - GetTextWidth( hDC, AllTrim( ::cMsg ), ::oFont:hFont ) ) / 2,; WndBoxIn( hDC, 2, nLeft - 4, ::oMsgBar:nHeight - 2, nLeft - 3 ) else Regards, Carlos Gallego
by Cgallegoa
Thu May 22, 2008 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in message bar
Replies: 4
Views: 1152

MSGItem 2007

I have modify the method paint to change the msgbar I rem WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 ) and I insert WndBoxRaised( hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1) Now when I define a msgitem ( txt) it show the txt ...
by Silvio
Wed Nov 07, 2007 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGItem 2007
Replies: 31
Views: 5766

... nLeft + nBmpWidth, ::oMsgBar:nHeight-6, nLeft + ( ::nWidth - 7 ) },; If( ::lActive, ::nClrText, ::nClrDisabled ),; ::nClrPane, ::oFont:hFont ) * WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 ) SetBkMode( hDC, 1 ) WndBoxRaised( hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1) ...
by Silvio
Wed Nov 07, 2007 8:01 pm
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3194

MSGItem 2007

... questione di estetica infatti avevo modificato nel metodo paint solo la riga : WndBoxRaised( hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1) anzichè WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 ) il mio problema è adesso che i text li scrive sul fondo bianco ma ho visto ...
by Silvio
Wed Nov 07, 2007 12:05 am
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3194

... next endif // 3D if ::lShaded WndInset( ::hWnd, ::hDC ) // SHADED, SHADOW endif if ::lRaised WndRaised( ::hWnd, ::hDC ) // RAISED endif if ::lBox WndBoxIn( ::hDC, 0, 0, ::nBottom-::nTop, ::nRight-::nLeft ) WndBoxRaised( ::hDC, 1, 1, ::nBottom-::nTop-1, ::nRight-::nLeft-1 ) endif ::ReleaseDC() ...
by AOKISANTOS
Tue Sep 25, 2007 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Correção para SSAY.PRG
Replies: 6
Views: 1913

Dear Antonio, No, but this morning i have correct the error ..... I modify your msgitem and insert WndBoxRaised instead of WndBoxin function..perhaps the command NOINSET not run ok Now run ok !!!!!!!!!!!!!!!!!!!!!!! Can I insert a bitmap on : oMsgbar:dateon() ? Can I fill with blue ...
by Silvio
Wed Jan 10, 2007 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGBAR
Replies: 9
Views: 2150

Problema VK_RETURN

... != NIL nHeight -= ::oBottom:nHeight ENDIF IF ::oLeft != NIL nLeft += ::oLeft:nWidth ENDIF IF ::oRight != NIL nWidth -= ::oRight:nWidth ENDIF WndBoxIn(::hDC, nTop, nLeft, nHeight, nWidth) ENDIF * IF ::bPainted # NIL // ESTO ESTA AÑADIDO Eval( ::bPainted, ::hDC ) ENDIF RETURN NIL * METHOD LButtonDown( ...
by manuramos
Fri Jul 28, 2006 8:11 pm
 
Forum: FiveWin para CA-Clipper
Topic: Problema VK_RETURN
Replies: 3
Views: 1265

Revisa el método Paint de la clase TMsgItem. Quita las tres lineas que pitan el cuadrito y pon esta otra: //WndBoxIn( hDC, 0, nLeft - 9, ::oMsgBar:nHeight, nLeft - 8 ) //WndBoxRaised( hDC, 0, nLeft - 8, ::oMsgBar:nHeight, nLeft + ::nWidth - 5 ) //WndBoxIn( hDC, 0, nLeft - 9, ...
by José Luis Sánchez
Mon Jun 26, 2006 7:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Status Bar - Style FLAT
Replies: 2
Views: 829

... next endif // 3D if ::lShaded WndInset( ::hWnd, ::hDC ) // SHADED, SHADOW endif if ::lRaised WndRaised( ::hWnd, ::hDC ) // RAISED endif if ::lBox WndBoxIn( ::hDC, 0, 0, ::nBottom-::nTop, ::nRight-::nLeft ) WndBoxRaised( ::hDC, 1, 1, ::nBottom-::nTop-1, ::nRight-::nLeft-1 ) endif ::ReleaseDC() ...
by karinha
Tue Feb 21, 2006 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASSE DSAY.PRG CON COMANDO TRANSPARENT
Replies: 5
Views: 1892

Return to advanced search