Search found 17 matches: hidecaret

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

Re: multiple defintions, forst defined here

... // ATTATCH MAIN MENU TO MAIN WINDOW NMAINEVID := ADDHANDLER(HMAINWND, {|NEVENT| MAINEVENT(NEVENT)}) // ADD HANDLER BLOCK SETCARET(SC_FULL_BLOCK) HIDECARET(HMAINWND) SETHANDLECOUNT(125) // SET HANDLES IF !OPENFILES(1) SETCURSOR(HAROW) SAYERR("COULD NOT REOPEN FILES SHARED!") QUIT END ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20173

Re: Leer en un get oculto

Encontré esto, Talvez alguien que lo traduzca a FWH. Con la Api HideCaret puedes ocultar el cursor: Private Declare Function HideCaret Lib "user32" (ByVal hwnd As Long) As Long El siguiente ejemplo oculta el cursor de Text1 al hacer clic sobre ...
by FranciscoA
Thu Jan 01, 2015 2:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer en un get oculto
Replies: 10
Views: 1106

TSBROWSE - Manuel Mercado - METHOD TSBrowse:EditExit()

... > 0 .and. nKey != VK_ESCAPE .and. ValType( oCol:oEdit ) == "O" .or. (!lAuxFixKey .and. !empty(::nFixKey)) //bira ::lPostEdit := .T. HideCaret( oCol:oEdit:hWnd ) If lCombo cType := If( oCol:cDataType != Nil, oCol:cDataType, ValType( uVar ) ) If cType == "L" uValue := oCol:oEdit:nAt ...
by MGA
Fri Apr 08, 2011 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - Manuel Mercado - METHOD TSBrowse:EditExit()
Replies: 0
Views: 635

Re: Se necesita ayuda en el wiki !

... GlobalData() GlobalFree() GlobalGetAtom() GlobalLock() GlobalRealloc() GlobalSize() GlobalUnlock() HasResources() HelpSearch() HexToDec() HideCaret() HToNs() I2Hex() InportWord() InsertMenu() InterruptUnRegister() InvalidateRect() InvertRect() IsAnsi() IsAnsiLower() IsAnsiUpper() IsCdRom() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5500

Re: Juan Planelles Lazaga

... oGet:SetFormat( oFont2, nColor ) SysRefresh() oGet:FormatBlock( oFont2, nColor ) 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 ...
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

... ) cChars := iif( nCrLf > 0, Stuff( cChars, nCrLf, 2, "" ), cChars ) if oGet:lBlock oGet:DelBlock() endif oGet:PutBlock( cChars ) oGet:HideCaret() ELSE //cChars := Trim( GTFToTxt( cTextForm ) ) Do Case Case nVal == 4 // aqui no se usa esta llamada cChars := Trim( Spanish( Upper( cChars ...
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

... iF EMPTY(N) MsgInfo(cText, cMsg) Trace+=cText+"------------------------------"+h()+h() 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, { || ...
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

... iF EMPTY(N) MsgInfo(cText, cMsg) Trace+=cText+"------------------------------"+h()+h() 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, { || ...
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

Hua,

HideCaret() should be enough.

Could you please provide a small example showing how you are doing it ? thanks,
by Antonio Linares
Tue Mar 04, 2008 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to not show the caret?
Replies: 2
Views: 667

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

Antonio Linares wrote:Toni,

Prueba con HideCaret() (no le pases ningún parámetro).


Antonio
No hace nada.

Saludos
Toni Sales
by tsales
Thu Jun 22, 2006 11:12 am
 
Forum: FiveWin para Pocket PC
Topic: Reloj de arena
Replies: 5
Views: 1327

Toni,

Prueba con HideCaret() (no le pases ningún parámetro).
by Antonio Linares
Thu Jun 22, 2006 10:03 am
 
Forum: FiveWin para Pocket PC
Topic: Reloj de arena
Replies: 5
Views: 1327

Re: Color de un oGet

... ::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 fondo amarillo return 0
by lubin
Fri Jan 06, 2006 4:50 pm
 
Forum: FiveWin para CA-Clipper
Topic: Color de un oGet
Replies: 2
Views: 1368
Next

Return to advanced search