Search found 11 matches: drawmsgitem

Return to advanced search

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: 6328

Re: Se necesita ayuda en el wiki !

... DragAcceptFiles() Dragfinish() DragqueryPoint() DrawBitmap() DrawfocusRect() DrawGrayed() Drawgrid() DrawIcon() DrawMasked() DrawMenuBar() DrawMsgItem() DrawText() DupRecord() Un abrazo, Carlos Gallego
by Cgallegoa
Sat Feb 20, 2010 8:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5499

Silvio, You may use SetBkMode( hDC, TRANSPARENT ) in function DRAWMSGITEM(), but the problem is that the background will not be erased, when you change the msgitem text. We need to fix it, copying the portion of the msgbar image where the item is (using ...
by Antonio Linares
Tue Dec 18, 2007 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET MESSAGE ERROR
Replies: 42
Views: 5713

Andrebbe modificata la funzione DrawMsgItem(). Prova magari a sostituirla con il metodo Say() specificando a .T. il parametro lTrasparent.

EMG
by Enrico Maria Giordano
Tue Dec 18, 2007 8:59 am
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3184

Silvio,

> where i can found drawmsgitem function ?

source\function\drawitem.c
by Antonio Linares
Thu Nov 08, 2007 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGItem 2007
Replies: 31
Views: 5654

where i can found drawmsgitem function ?
by Silvio
Thu Nov 08, 2007 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGItem 2007
Replies: 31
Views: 5654

Silvio, MsgItems can be painted transparent, modifying the DRAWMSGITEM() function this way: ... SetBkMode( hDC, TRANSPARENT ); // new // ExtTextOut( hDC, 2, 4, ETO_OPAQUE, &rc, "", 0, 0 ); no DrawText( hDC, ...
by Antonio Linares
Thu Nov 08, 2007 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGItem 2007
Replies: 31
Views: 5654

MSGItem 2007

... hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1) Now when I define a msgitem ( txt) it show the txt on white background I insert also before the DrawMsgItem function the command SetBkMode( hDC, 1 ) but it not change the error ... How I can make it ?
by Silvio
Wed Nov 07, 2007 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGItem 2007
Replies: 31
Views: 5654

l'ho messo anche prima di DrawMsgItem ma non accade niente....

Image
by Silvio
Wed Nov 07, 2007 8:07 pm
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3184

... ::hBitmap1, ; If( ::hBitmap2 != nil, ::hBitmap2, ::hBitmap1 ) ) nBmpWidth = nBmpWidth( hBmp ) DrawMasked( hDC, hBmp, 4, nLeft + 1 ) endif DrawMsgItem( hDC, ::cMsg,; { 5, nLeft + nBmpWidth, ::oMsgBar:nHeight-6, nLeft + ( ::nWidth - 7 ) },; If( ::lActive, ::nClrText, ::nClrDisabled ),; ::nClrPane, ...
by Silvio
Wed Nov 07, 2007 8:01 pm
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3184

Re: MSGItem 2007

Prova a mettere

SetBkMode( hDC, 1 )

prima della chiamata a DrawMsgItem(). Se non funziona allora ci vuole Antonio.

EMG
by Enrico Maria Giordano
Wed Nov 07, 2007 7:50 am
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3184

Return to advanced search

cron