Search found 58 matches: ttxtedit

Return to advanced search

New FTDN November/Noviembre 2008 (8.11)

... cResToStr() has been properly adapted to 32 bits. * New: Class TWindow DATA bMouseWheel and modified Method MouseWheel(). * Enhancement: Class TTxtEdit support for MouseWheel events. * Fix: Class TFolder Method SetPrompts(), Fixed bug introduced with recent changes. * Enhancement: Class TMenu ...
by Antonio Linares
Wed Nov 26, 2008 6:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2008 (8.11)
Replies: 1
Views: 2553

Fivewin Classes

... done this? I dont like to invent the wheele.... -------------------------------------------------------------------------------- New version of TTXTEDIT CLASS with REDEFINE for DIALOG usage and enhanced function ::Save, ::Load and ::Paint you can download it from http://www.htcsoft.freeservers.com ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65538

... Aprovechando otra pregunta, no se si valga la pena abrir otro tópico ¿para que sirve el hDC? ¿por que en tTxtEdit.prg lo creas y lo eliminas cada vez que pintas una línea y no creas mejor uno al principio y lo utilizas todo el tiempo?
by quique
Mon Jul 07, 2008 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lineas en tTxtEdit
Replies: 4
Views: 747

lineas en tTxtEdit

¿como puedo o que habría que modificar para pintar líneas en un tTxtEdit?

Lo que quiero es poner una línea a la derecha, de preferencia una línea de lineas pequeñas, para indicar un margen, y dos líneas, de preferencia punteadas, arriba y abajo en el renglón donde está posicionado el cursor
by quique
Mon Jul 07, 2008 6:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: lineas en tTxtEdit
Replies: 4
Views: 747

Si se puede, un ejemplo de uno en desarrollo 100% fivewin/xharbour lo puedes ver en

ftp://ftp.quiquesoft.com/qsvisual.zip

Puedes tomar como base la clase ttxtedit
by quique
Wed Jun 18, 2008 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2162

Problem with Editor of Source

... oRow OF odlge:oMsgBar PROMPT "Row: 0" SIZE 70 ACTION oMemo:DlgGoLine() DEFINE MSGITEM oCol OF odlge:oMsgBar PROMPT "Col: 0" SIZE 70 oMemo = TTxtEdit():New( 0, 0, 0, 0, odlge ) oMemo:SetFont( oFont ) odlge:oClient:= oMemo // to give it focus allways oMemo:cFileName = cFileName SetBar() GetWinCoors(odlge, ...
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

... oRow OF odlge:oMsgBar PROMPT "Row: 0" SIZE 70 ACTION oMemo:DlgGoLine() DEFINE MSGITEM oCol OF odlge:oMsgBar PROMPT "Col: 0" SIZE 70 oMemo = TTxtEdit():New( 0, 0, 0, 0, odlge ) oMemo:SetFont( oFont ) odlge:oClient:= oMemo // to give it focus allways oMemo:cFileName = cFileName SetBar() GetWinCoors(odlge, ...
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: 2162

... found in FIVEH.LIB, not compiling ... Classes - 0151 TTMPICKE Classes - 0152 TTRAY Classes - 0153 TTREEVIE Classes - 0154 TTVITEM Classes - 0155 TTXTEDIT Classes - 0156 TTXTFILE Classes - 0157 TVIEW not found in FIVEH.LIB, not compiling ... Classes - 0158 TWEBCLIE Classes - 0159 TWEBSERV Classes ...
by MGA
Thu Mar 20, 2008 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.ANTONIO-Comportamento estranho do FW
Replies: 9
Views: 3803

Hello, here another improve to admin samples tools original of Otto :-), I tryed to use TtxtEdit class but this has some bug to display the code Regards #include "FiveWin.ch" #include "InKey.ch" #include "xbrowse.ch" //----------------------------------------------------------------------------// ...
by Marcelo Via Giglio
Wed Dec 05, 2007 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tool to admin the fivewin demos
Replies: 13
Views: 4516

... \ tstring.obj \ tstruct.obj \ tsymbol.obj \ tsymtabl.obj \ ttabctrl.obj \ ttable.obj \ ttmpicke.obj \ ttray.obj \ ttreevie.obj \ ttvitem.obj \ ttxtedit.obj \ ttxtfile.obj \ tview.obj \ twebclie.obj \ twebserv.obj \ tyacc.obj \ urllink.obj \ valblank.obj \ vbxarray.obj \ video.obj \ wbrowse.obj ...
by saviotti
Fri May 18, 2007 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9872

Ehab,

Please remove "AS NUMERIC" from these lines in the Class TTxtEdit:

DATA nRow, nCol AS NUMERIC // Phisical row and col
DATA nLineRow, nLineCol AS NUMERIC // Logical row and col
by Antonio Linares
Mon Mar 05, 2007 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Compiling Fivedit.prg
Replies: 10
Views: 2312

... Time from start: 0 hours 1 mins 43 secs Error occurred at: 03/06/07, 00:14:23 Error description: Error BASE/44 Assigned value is wrong class: TTXTEDIT:NTOP Args: [ 1] = U
by Ehab Samir Aziz
Mon Mar 05, 2007 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Compiling Fivedit.prg
Replies: 10
Views: 2312

tTxtEdit does not support Wheel mouse

I want to use the TTxtEdit Class but it does not support wheelmouse

how to modify the class for the mouse to work.


FWH 7.1, XP PRO SP2
by Sylvain Larche
Wed Jan 31, 2007 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tTxtEdit does not support Wheel mouse
Replies: 0
Views: 432
Previous

Return to advanced search