Search found 30 matches: trichedi

Return to advanced search

Re: Ayuda DLL

... referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_REDLLVERSION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETPARAFORMAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETBULLET' ...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6330

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tresourc.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\trichedi.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tsmtp.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tsocket.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4960

Re: question for trichedit

... }   ACTIVATE DIALOG oDlg CENTER NOWAITreturn nil//----------------------------------------------------------------------------//  In TRICHEDI.PRG CLASS TRichEdit FROM TControl.../...   METHOD ReplaceAll(  lUndo, cFind, lDown, lCase, lWord, lAll, cText  ).../...ENDCLASS//----------------------------------------------------------------------------//METHOD ...
by cnavarro
Sun Apr 24, 2016 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question for trichedit
Replies: 10
Views: 2455

Re: Error FiveWin/3 Cannot create Dialog Box:

Daniel
Gracias, encontre

METHOD LimitText() INLINE ::SendMsg( EM_EXLIMITTEXT, 0, ::nSize )
en trichedi.prg

Lo aplicare en la clase tget
by jnavas
Wed Jul 01, 2015 3:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box:
Replies: 3
Views: 579

GPF con RichEdit

... produce un GPF. El contenido de hb_out.log es: Called from SENDMESSAGE(0) Called from (b)TWINDOW(571) in .\source\classes\WINDOW.PRG Called from TRICHEDIT:SENDMSG(0) in .\source\classes\WINDOW.PRG Called from TRICHEDIT:PASTE(943) in .\source\classes\TRICHEDI.PRG Called from TRICHEDIT:KEYDOWN(839) ...
by MOISES
Tue Jan 27, 2015 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF con RichEdit
Replies: 4
Views: 652

Recompilar FiveHMX para xhb.com

... "Obj\trddodbc.obj" "Obj\treeitem.obj" "Obj\trees.obj" "Obj\tresourc.obj" "Obj\trichedi.obj" "Obj\tsmtp.obj" "Obj\tsocket.obj" "Obj\tstring.obj" "Obj\tstruct.obj" "Obj\tsymbol.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 820

Re: Copiar - Pegar en Campo con Richedit sale error

... solucionaste por favor?. A mi me han reportado: Called from SENDMESSAGE(0) Called from (b)TWINDOW(568) in .\source\classes\WINDOW.PRG Called from TRICHEDIT:SENDMSG(0) in .\source\classes\WINDOW.PRG Called from TRICHEDIT:PASTE(937) in .\source\classes\TRICHEDI.PRG Called from TRICHEDIT:KEYDOWN(833) ...
by elvira
Sun Jan 12, 2014 8:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copiar - Pegar en Campo con Richedit sale error
Replies: 3
Views: 689

Error Harbour + Fwh 13.07 + MinGw

... to `HB_FUN_MSGBAR2007' .\..\lib/fivehg.lib(CURSOR.o):CURSOR.c:(.data+0x1d8): undefined reference to `HB_FUN_FWSTRING' .\..\lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1178): undefined reference to `HB_FUN_FWSTRING' .\..\lib/fivehg.lib(MGET.o):MGET.c:(.data+0xc68): undefined reference ...
by compubrion
Tue Sep 03, 2013 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Harbour + Fwh 13.07 + MinGw
Replies: 0
Views: 403

Re: SetFocus() changes affecting RichEdit

Hi.

I'm sorry that I keep bringing this up.

Does this makes any sense to anyone?

Isn't anyone else using tRichEdi class seen this problem?



Reinaldo.
by reinaldocrespo
Fri Mar 02, 2012 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus() changes affecting RichEdit
Replies: 5
Views: 1062

Re: error in Richedit [bug in FWH]

... press the last button (#998). The selected text is set to bold, but immediately after that, all text gets selected (select all). I did a diff on TRichEdi and could not find any differences dating way back. I think the culprit is TControl. There is a newer method PaintBack() that loos very conspicuous. ...
by reinaldocrespo
Tue Feb 28, 2012 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5537

Re: sugerencia RICHEDIT

... Q = MsgYesNo / MsgNoYes I = MsgInfo por ultimo breve descripcion del mensaje ejemplos TRICH_S_PRINTER_NOT_READY, esto esta ubicado en el archivo trichedi.prg se usara en un MsgStop TRICH_V_FILE, esto esta ubicado en el archivo trichedi.prg se usara como contenido de una variable TRICH_Q_OVERWRITE, ...
by Daniel Garcia-Gil
Sun Feb 05, 2012 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia RICHEDIT
Replies: 24
Views: 6551

RichEdit C funcs not found in mingw libs 10.9

I tried to rebuild my apps with mingw and I got: c:/dvl/fwh/lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x198): undefined reference to `HB_FUN_REDLLVERSION' c:/dvl/fwh/lib/fivehg.lib(TRICHEDI.o):TRICHEDI.c:(.data+0x1b8): undefined reference to `HB_FUN_REGETPARAFORMAT' ...
by l.f.
Mon Jan 24, 2011 6:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit C funcs not found in mingw libs 10.9
Replies: 4
Views: 1028

Re: UE Studio & xHarbour Builder

... dbl2flt.c is not included in the libs (but I could compile it with MinGW) - activex functions (activex.c) are not available - richedit functions (trichedi.c) are not available - FWCallDLL function is not available
by IBTC
Thu Jul 15, 2010 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio & xHarbour Builder
Replies: 22
Views: 5975

Re: Copy / paste in spanish

Hello Tim,

I had a look in older FWH-Versions
there are 4 Files I found : FGet.prg, mGet.prg, Menu.prg and Trichedi.prg, with Copy, Paste ....
Maybe in one of these Files, there is something in Spanish.

Best Regards
Uwe :lol:
by ukoenig
Mon Feb 22, 2010 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy / paste in spanish
Replies: 3
Views: 589

Re: Problemas con TRichEdit

... BASE/1004 Class: 'NIL' has no exported method: NOLDPROC Args: [ 1] = U Stack Calls =========== Called from: => NOLDPROC(0) Called from: => TRICHEDIT:DESTROY(0) Called from: => TWINDOW:HANDLEEVENT(0) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(0) Called from: ...
by triumvirato
Fri Dec 11, 2009 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TRichEdit
Replies: 13
Views: 4780
Next

Return to advanced search