Search found 18 matches: testmemo

Return to advanced search

Re: FiveWeb Questions

You can test samples\testmemo.prg from here:

http://www.fivetechsoft.net/cgi-bin/testmemo

Image
by Antonio Linares
Fri Jan 29, 2016 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25570

Re: FiveWeb Questions

... I just implemented it Please download the new version from here: https://bitbucket.org/fivetech/fiveweb/downloads There is a new samples\testmemo.prg #include "FiveWeb.ch"function Main()   local oDlg, cText := PadR( "This is a text", 50 )  ...
by Antonio Linares
Fri Jan 29, 2016 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25570

New FTDN September/Septiembre 2013 (FWH 13.09)

... on the RichEdit control. It provides a complete toolbar so you can use it a a small rich text editor from your own apps. Please review samples\testmemo.prg * New: Class TLayout by Daniel. Please review samples\layout.prg and layout2.prg. It allows us to build layouts inside our windows, allow ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2804

Re: Get Multilinea

... hacerlo facil; El problema sera que en tu recuerso no lo tienes definido como MULTILINE, entonces, para hacerlo facil, abre el fichero de recuerso testmemo.res, y copias el objeto definido como NAME 110 a tu recuerso, lo renombras al ID que tu estas usando, compilas y te funcionara. Por cierto; ...
by jll-fwh
Tue Sep 13, 2011 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get Multilinea
Replies: 13
Views: 1322

Re: Palabras/Letras reservadas en clase TGet

Raymundo,

Estas usando un GET ó un GET multilínea ?

Para textos de varias líneas debes usar un GET multilínea. Revisa samples\TestMemo.prg
by Antonio Linares
Fri Jul 30, 2010 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Palabras/Letras reservadas en clase TGet
Replies: 9
Views: 1113

Re: autoCode5 – the timesaver

Good Mr Otto,
But where I can found testmemo.ch ? thanks
by MdaSolution
Fri Apr 23, 2010 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoCode5 – the timesaver
Replies: 6
Views: 1543

Julio, > necesitaria programar un boton que la momento de presionar me saque para escribir comentarios > Revisa el código de FWH\samples\TestMemo.prg > y al mismo tiempo me saque la llamada al telefono principal del cliente Te refieres a que marque el número de teléfono automaticamente ...
by Antonio Linares
Thu Sep 11, 2008 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CRM
Replies: 1
Views: 565

Edit control unicode support

Yes. This is a simplified testmemo code: #include "FiveWin.ch" function Main() local oDlg, oGet, oFont, cText := "" define font oFont name "XSerif CE" size 0, 20 define dialog oDlg title "Font test" from 0,0 to 200, 400 pixel @0,0 get ...
by Roberto Parisi
Wed Aug 29, 2007 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit control unicode support
Replies: 12
Views: 2373

Roberto,

Are you using the same font in both the notepad and testmemo ?
by Antonio Linares
Wed Aug 29, 2007 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit control unicode support
Replies: 12
Views: 2373

Edit control unicode support

Thx Antonio, but I didn't have success.

I'm now trying with an ANSI SBCS font (XSerif CE), but chars over 127 are different in testmemo and in notepad.

Regards,
Roberto Parisi
by Roberto Parisi
Wed Aug 29, 2007 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit control unicode support
Replies: 12
Views: 2373

Roberto, We can't paste ĚěČčůŮ here (using samples\TestMemo.prg) It shows EeCcuU directly. So it looks as a Windows own issue. Also, when we talk about unicode, we mean the ability to use two bytes to store a character, instead of using ...
by Antonio Linares
Tue Aug 28, 2007 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit control unicode support
Replies: 12
Views: 2373

Los campos memos los editas como una variable tipo texto. Revisa el ejemplo samples/TestMemo.prg

Si necesitas colores, lo idóneo es que portes tu aplicación a 32 bits usando FWH y Harbour/xharbour y asi poder usar la Clase TRichEdit que te permite colores, distintos tipos de fonts, imágenes, etc.
by Antonio Linares
Thu Jun 21, 2007 7:05 pm
 
Forum: FiveWin para CA-Clipper
Topic: campos memo
Replies: 1
Views: 651

Error en MGet

Hola, Con el ejemplo TestMemo se puede reproducir. Si se esta dentro del Get y se pulsa la tecla ESCAPE... Message not found TWINDOW:CHILDLEVEL stack calls: __ERRRT_SBASE(0) HBOBJECT:ERROR(179) __EVAL(105) ...
by Carles
Tue Feb 28, 2006 1:07 pm
 
Forum: FiveWin para Pocket PC
Topic: Error en MGet
Replies: 2
Views: 1159

... . o usa el método oGet:SetColor( ...,... ) y pon la DATA lDisColor a .F.. * Nuevo: Está disponible la clase TMultiGet en FWPPC. Revise samples\TestMemo.prg. * Mejora: La función ChooseFont() se ha modificado, si se cancela, devuelve un array de 14 elementos vacios. * Mejora: FW++ es compatible ...
by Antonio Linares
Mon Jan 09, 2006 9:48 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3628

FTDN new January 2006 build / nuevo build de Enero 2006

... oGet:SetColor( ...,... ) method call and set the DATA lDisColor to .f.. * New: FWPPC, Class TMultiGet is already available. Please review samples\TestMemo.prg * Enhancement: ChooseFont() has been modified so if cancel is pressed, then it returns a 14 items array but all are them are nil. * Enhancement: ...
by Antonio Linares
Mon Jan 09, 2006 7:32 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3628
Next

Return to advanced search