Search found 56 matches: fget

Return to advanced search

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Dear Antonio,
thank you. I thought similar to the RTF control (C:\FWH\source\classes\fget.prg).

@ 0,155 FORMAT GET oFGet1 VAR cTxt OF oWnd;
SIZE 360,40 PIXEL

Best regards,
Otto
by Otto
Tue Feb 20, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54318

Re: Tget versus TFget

for "rtf" RichEdit
for "gtf" FGet (FORMAT GET)
for "multiline text" MGET ( GET ..... MEMO )
for "single line text" Normal GET
by nageswaragunupudi
Sun Jan 30, 2022 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget versus TFget
Replies: 3
Views: 429

Re: Tget versus TFget

FGET rara vez se usa, pero les aseguro que es excelente y de una calidad maravillosa. Para probar su potencia, vea estos ejemplos de \samples: FGET is rarely used, but I assure you it is excellent and of wonderful quality. ...
by karinha
Thu Jan 27, 2022 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget versus TFget
Replies: 3
Views: 429

Re: Multiline Edit : Insert always on.

... but that helps only for new text How to change to overwrite mode. The normal get works. Works only on a normal get READINSERT( .F. ) I tested FGET where overwrite works REDEFINE FORMAT GET oGet[4] VAR cText1 ID 210 OF oFld:aDialogs[ 1 ] UPDATE FONT oFontSys http://www.pflegeplus.com/IMAGES/Overwrite1.jpg ...
by ukoenig
Mon Jul 29, 2019 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Edit : Insert always on.
Replies: 9
Views: 1166

Re: Ayuda DLL

... referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_HIDECARET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_DESTROYCARET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_CARETFLINE' ...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: Font in FGet

Günther,

I missed it.

Already implemented for next FWH 17.03

thanks for the reminder! :-)
by Antonio Linares
Sat Feb 25, 2017 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font in FGet
Replies: 2
Views: 959

Re: Font in FGet

Antonio, have you seen this?
by byte-one
Thu Feb 09, 2017 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font in FGet
Replies: 2
Views: 959

Font in FGet

Antonio, on Formatget-Class (method default()) this should be changed: if ::oFont == nil     if ::oWnd == nil        ::oFont = TFont():New()     else        if ::oWnd:oFont != nil       ::SetFont( ::oWnd:oFont )     //Change           //::oFont = ::oWnd:oFont        else     ...
by byte-one
Tue Feb 07, 2017 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font in FGet
Replies: 2
Views: 959

Re: MEMOEDIT DE SOLO LECTURA

Tendrás que añadir un parámetro más de READONLY para añadírselo al código y definición del fget o memo en la function existente Navarro, es en lo que pense, pero queria ver si ya lo habian hecho de alguna manera, lo otro pendiente tambien sera copiar el .prg a mi sistema ...
by joseluisysturiz
Fri Jan 27, 2017 12:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MEMOEDIT DE SOLO LECTURA
Replies: 2
Views: 727

Re: MEMOEDIT DE SOLO LECTURA

Tendrás que añadir un parámetro más de READONLY para añadírselo al código y definición del fget o memo en la function existente
by cnavarro
Fri Jan 27, 2017 12:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MEMOEDIT DE SOLO LECTURA
Replies: 2
Views: 727

Re: problem w with FWH 16.12 and xHB.com

... [Source\Classes\dlgfind.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\edit.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\fget.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\fline.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\folder.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: 4975

Recompilar FiveHMX para xhb.com

... "Obj\database.obj" "Obj\dde.obj" "Obj\dialog.obj" "Obj\dlgfind.obj" "Obj\edit.obj" "Obj\fget.obj" "Obj\fline.obj" "Obj\folder.obj" "Obj\font.obj" "Obj\group.obj" "Obj\icon.obj" "Obj\iget.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 826

Re: Memoedit

... Cancel to exit" ; ID 912 OF oDlg UPDATE Get with Memo/Text is only meant for editing pure text. MemoEdit() function uses Get or RichEdit or FGet depending on the requirement to edit text, rtf or gtf.
by nageswaragunupudi
Tue Mar 18, 2014 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit
Replies: 29
Views: 6424

Re: Volviendo al tema CDO

... Fecha: 03 de Noviembre del 2011 Lima - Perú Pendiente: 1. Convertir cBody a texto con formato * */ #include "FiveWin.ch" *#include "FGet.ch" #include "Fileio.ch" * #define WS_3DLOOK 4 #define CLR_HBROWN nRGB( 205, 192, 176 ) #define CLR_NBLUE nRGB( 142, 171, 194 ) ...
by Armando Picon
Fri Nov 04, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo al tema CDO
Replies: 19
Views: 6343
Next

Return to advanced search