Search found 16 matches: showcaret

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

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20223

Re: Modificar la rayita del cursor: en GET

... la clase tget nuevamente: delntro del metodo GotFocus() if Set( _SET_INSERT ) DestroyCaret() CreateCaret( ::hWnd, 0, 6, ::nGetChrHeight() - 1 ) ShowCaret( ::hWnd ) else DestroyCaret() CreateCaret( ::hWnd, 0, 3, ::nGetChrHeight() ) ShowCaret( ::hWnd ) endif y ya me pone el curso a 3, pero como ...
by noe aburto
Fri Jun 05, 2015 6:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar la rayita del cursor: en GET
Replies: 6
Views: 1110

Re: Modificar la rayita del cursor: en GET

... DestroyCaret() if Set( _SET_INSERT ) CreateCaret( ::hWnd, 0, 6, ::nGetChrHeight() - 1 ) else CreateCaret( ::hWnd, 0, 3, ::nGetChrHeight() ) endif ShowCaret( ::hWnd ) return 0 y el GotFocus() if Set( _SET_INSERT ) DestroyCaret() CreateCaret( ::hWnd, 0, 6, ::nGetChrHeight() - 1 ) ShowCaret( ::hWnd ...
by noe aburto
Fri Jun 05, 2015 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar la rayita del cursor: en GET
Replies: 6
Views: 1110

Modificar la rayita del cursor: en GET

... DestroyCaret() if Set( _SET_INSERT ) CreateCaret( ::hWnd, 0, 6, ::nGetChrHeight() - 1 ) else CreateCaret( ::hWnd, 0, 2, ::nGetChrHeight() ) endif ShowCaret( ::hWnd ) he intentado hacer que mi cursor en la edicion de TODOS los get'a, sea un poco mas ancho (del 2 al 3) poniendo en el metodo oGet:New() ...
by noe aburto
Thu Jun 04, 2015 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificar la rayita del cursor: en GET
Replies: 6
Views: 1110

Re: fuentes de CreateCaret(),ShowCaret()

Noe,

Estan implementadas en FWH\source\winapi\caret.c e incluidas en FiveHC.lib
by Antonio Linares
Thu May 21, 2015 7:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fuentes de CreateCaret(),ShowCaret()
Replies: 1
Views: 374

fuentes de CreateCaret(),ShowCaret()

Saludos

Retomando sobre el aspecto del cursor en los gets, y la forma del mismo y color...
las funciones CreateCaret() ShowCaret()... caret().... bienen en alguna clase de FWH o ya implementadas en alguna lib?

Gracias.
by noe aburto
Thu May 21, 2015 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fuentes de CreateCaret(),ShowCaret()
Replies: 1
Views: 374

Re: Leer en un get oculto

... Sub Text1_Click() HideCaret Text1.hwnd End Sub Adaptalo a tus necesidades Y si quieres volver a mostrar el cursor lo puedes hacer con la API ShowCaret Private Declare Function ShowCaret Lib "user32" (ByVal hwnd As Long) As Long ShowCaret Text1.hwnd
by FranciscoA
Thu Jan 01, 2015 2:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer en un get oculto
Replies: 10
Views: 1106

Re: Juan Planelles Lazaga

... if oGet:lBlock oGet:DelBlock() endif oGet:PutBlock( cChars ) oGet:HideCaret() if oGet:lStopVScroll() oGet:UnDo() else oGet:DrawLines() endif oGet:ShowCaret() oGet:VisibleCurLine() oGet:VisibleBlock( .t. ) //lVisible ) oGet:lBak := .t. //f. oGet:CheckState() if oGet:bChange != nil Eval( oGet:bChange, ...
by Juan Planelles
Tue Dec 29, 2009 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: Juan Planelles Lazaga

... oGet:PutBlock( cTextForm ) //cChars ) //cTextForm ) oGet:HideCaret() ENDIF if oGet:lStopVScroll() oGet:UnDo() else oGet:DrawLines() endif oGet:ShowCaret() oGet:VisibleCurLine() oGet:lBak := .t. //f. oGet:CheckState() if oGet:bChange != nil Eval( oGet:bChange, , , oGet ) endif if oGet:bLocate ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Problem with Editor of Source

... ELSE ODLGE:sETFOCUS() oMemo:GoLine(nFor) HideCaret( oMemo:hWnd ) oMemo:DrawLine( oMemo:nLine(), oMemo:nLineRow + 1, 255 ) ShowCaret( oMemo:hWnd ) oMemo:SetFocus() //MsgRun(cLine, cMsg, { || myv150000() }) DEFINE DIALOG oDlgb FROM 0,0 TO 4, Max( Len( cLine ), Len( cMsg ) ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... ELSE ODLGE:sETFOCUS() oMemo:GoLine(nFor) HideCaret( oMemo:hWnd ) oMemo:DrawLine( oMemo:nLine(), oMemo:nLineRow + 1, 255 ) ShowCaret( oMemo:hWnd ) oMemo:SetFocus() //MsgRun(cLine, cMsg, { || myv150000() }) DEFINE DIALOG oDlgb FROM 0,0 TO 4, Max( Len( cLine ), Len( cMsg ) ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2160

How to not show the caret?

In a Get control where it's defined as Readonly, I don't want the caret to be shown at all. User should still be able to select and copy text within the control if they want to though. Experiments with ShowCaret()/HideCaret() yields negative result so far. Anyone has any suggestions?

TIA
by hua
Mon Mar 03, 2008 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to not show the caret?
Replies: 2
Views: 667

Re: Color de un oGet

... ::nPos ) CallWindowProc( ::nOldProc, ::hWnd, WM_SETFOCUS ) if Set( _SET_INSERT ) DestroyCaret() CreateCaret( ::hWnd, 0, 6, ::nGetChrHeight() ) ShowCaret( ::hWnd ) endif else HideCaret( ::hWnd ) endif Super:GotFocus() ::setcolor(nRGB(0,0,0),nRGB( 231,226,141)) // cuando toma el foco pone el ...
by lubin
Fri Jan 06, 2006 4:50 pm
 
Forum: FiveWin para CA-Clipper
Topic: Color de un oGet
Replies: 2
Views: 1368

... Input DestroyCaret() If( Set( _SET_INSERT ), CreateCaret( ::hWnd, 0, 5, ::nGetChrHeight()-1 ),; CreateCaret( ::hWnd, 0, 2, ::nGetChrHeight()-1 ) ) ShowCaret( ::hWnd ) endif if ::bChange != nil lAccept = Eval( ::bChange, nKey, nFlags, Self ) if ValType( lAccept ) == "L" .and. ! lAccept return 0 ...
by jhncon
Thu Dec 15, 2005 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 6111
Next

Return to advanced search