Search found 17 matches: drawfocusrect

Return to advanced search

Re: Another for Btnbmp

... in your test program and then examine what the METHOD GotFocus( hCtlLost ) CLASS TBtnBmp does. You can then change the DrawFocusRect and the color. Best regards, Otto METHOD GotFocus( hCtlLost ) CLASS TBtnBmplocal nWidth, hPen, hDC, hOldBrushlocal nAdj := 0if ...
by Otto
Sat Mar 23, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

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

Re: Talk not fork

... right!! I think the line (vertical and Horizontal) must be draw on central dots try to insert on each control when you draw the dots this function DrawFocusRect( hDC,::aRect[1]-4, ::aRect[2]-4, ::aRect[3]+4, ::aRect[4]+4 ) HB_FUNC( DRAWFOCUSRECT ) //RECT { RECT rct ; HDC hDC = ( HDC ) hb_parni( ...
by Silvio.Falconi
Tue Dec 09, 2014 8:47 am
 
Forum: EasyReport, EasyDialog and EasyPreview
Topic: Talk not fork
Replies: 15
Views: 7075

Re: El ratón al moverse deja "rastro" en las reglas

... se vería ... tendría que dibujar una linea negra ... He intentado hacer algo con invertRect pero no me sale nada :-( ¿una opción seria usar DrawFocusRect ?
by mastintin
Sat Aug 16, 2014 9:58 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: El ratón al moverse deja "rastro" en las reglas
Replies: 34
Views: 11751

Problemas al crear la libreria TWBROWSE

... bFocused, PCLIPVAR pTextColor, PCLIPVAR pBkColor, WORD wRowPos, WORD nHeightCtrl, LONG nClrLine, BOOL bFooter, BOOL bSelect, PCLIPVAR pFont, BOOL bDrawFocusRect ) ; void DrawMasked( HDC, HBITMAP, WORD wCol, WORD wRow ); // LOW HIGH extern int _dvtoi( DWORD, DWORD ); void MsgStr( long l ); LPSTR ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2853

Re: Canal 5 IDE (work in progress)

Antonio, Paco Now I compiled with harbour and I have these errors could you help me please MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\work\bcc582\bin\ilink32.exe -Gn -aa -Tpe -s -Iobj -Lc:\work\bcc582\lib -x @make.tmp Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unres...
by Eoeo
Sat Aug 11, 2012 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Re: Canal 5 IDE (work in progress)

At Last compilating with xmate and for fwh xharbour (libs) I have these errors Progetto: app, Ambiente: xFive_Pelles: [1]:iLink32.Exe -Gn -aa -Tpe -s @app.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN___DBSKIPPER' referenced from C:\WORK\PRG\C5ID...
by Eoeo
Thu Aug 09, 2012 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

New FTDN October/Octubre 2011 (FWH 11.10)

... and hb_stornl() * Fix: functions RegQueryValueEx() and RegCreateKey() incorrectly used hb_storvnl() instead of hb_stornl() * Fix: functions DrawFocusRect() and FrameDot() incorrectly used hb_parvni() instead of hb_parni(). * Enhancement: function FWCallDll() has been modified to support ...
by Antonio Linares
Wed Nov 02, 2011 1:24 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2011 (FWH 11.10)
Replies: 3
Views: 4219

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... bFocused, PCLIPVAR pTextColor, PCLIPVAR pBkColor, WORD wRowPos, WORD nHeightCtrl, LONG nClrLine, BOOL bFooter, BOOL bSelect, PCLIPVAR pFont, BOOL bDrawFocusRect ) ; void DrawMasked( HDC, HBITMAP, WORD wCol, WORD wRow ); // LOW HIGH extern int _dvtoi( DWORD, DWORD ); void MsgStr( long l ); LPSTR ...
by alex_cyr
Sat Jul 09, 2011 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01
Replies: 7
Views: 2629

Re: Se necesita ayuda en el wiki !

... DibWidth() DibWrite() Ditbackgrd() DlgFindText() Dotsadjust() DPToLP() Draftmode() 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: 5501

Carlos,

Estoy probando con DrawFocusRect() y tambien enviando WM_SETFOCUS ó WM_KILLFOCUS. La idea es quitar el recuadro punteado antes de llamar a ParentImage().

El enviarle esos mensajes provoca un bucle, ya que vuelven a generar un mensaje de pintado.

A ver si damos con la solución...
by Antonio Linares
Wed Sep 24, 2008 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ahora Problema con DIALOG TRANSPARENT y RADIOS
Replies: 17
Views: 3939

... } } lp->rcItem.right = lp->rcItem.left + LOWORD( GetTextExtent( lp->hDC, _parc( 2 ), _parclen( 2 ) ) ) + 4; if( lp->itemID == -1 ) { DrawFocusRect( lp->hDC, &lp->rcItem ); _retl( TRUE ); return; } else { switch( lp->itemAction ) { case ODA_DRAWENTIRE: case ODA_SELECT: ...
by alex_cyr
Sat Jul 26, 2008 5:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar TREEDRAW.C
Replies: 6
Views: 1471

Antonio,

in the class btnbmp are many occurences of DrawFocusRect(), but no call depends on ::ltransparent.

In my opinion the method MouseMove is responsible for showing the focus-rect.

I don´t understand what i have to change. Could you please help me ?

Many thanks

kind regards
Stefan
by StefanHaupt
Wed Jun 27, 2007 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TBtnBmp problem
Replies: 9
Views: 1667

... focus. Devi disegnarlo nell'evento bGotFocus e cancellarlo nell'evento bLostFocus di ogni controllo. Guardati nei sorgenti delle FWH la funzione DrawFocusRect(). Quando inserisco un simbolino io uso il comando DESIGN per spostare il simbolo nel bitmap ma si vedono tutte le coordinate e potrei ...
by Enrico Maria Giordano
Mon May 15, 2006 2:34 pm
 
Forum: All products support
Topic: CREAZIONE RADAR PER RALLY
Replies: 50
Views: 22170

Paco: Problema resuelto

Paco: Gracias por tu idea de utilizar DrawFocusRect(). Ya me funciona, simplemente utilizando bMMoved() y bLClicked(). El truco -si a alguien le sirve de algo- está en llamar dos veces a DrawFocusRect(): La primera para borrar el rectángulo ...
by Rafael Clemente
Wed Feb 08, 2006 3:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo dibujar un rectángulo de tamaño ajustable
Replies: 15
Views: 5301
Next

Return to advanced search