Search found 167 matches: tmultiget

Return to advanced search

MEMO : EDIT or GET with MULTILINE

... ) how to use READONLY when lEdit = .T. (Syntax) how to show ROW / COL of Cursor Position how to call Find / Replace Dialog under Fivewin CLASS TMultiGet have METHOD Find( cText )METHOD Replace( cText ) but there is no "Dialog", or :?:
by Jimmy
Tue Mar 28, 2023 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 521

Re: Scroller in MultiGET()

Thank you, Rao ! How does the TMultiGet control understand that the loaded text is larger than the window of this control and the scroller should be enabled ? maybe: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=1721&p=7194&hilit=multiget&sid=9e4adba77f65d5a8b83498e3c370d031&sid=ae02481c675a0db6a0906dafdc648fa0#p7194 ...
by karinha
Mon Mar 20, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroller in MultiGET()
Replies: 5
Views: 542

Re: Scroller in MultiGET()

Thank you, Rao !

How does the TMultiGet control understand that the loaded text is larger than the window of this control and the scroller should be enabled ?
by Natter
Sun Mar 19, 2023 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroller in MultiGET()
Replies: 5
Views: 542

Re: How to obtain plain text from a RTF control?

hi,

what if you "select" hole RTF and copy into Clipboard and paste back to "Memoedit" (TMultiGet ? )
by Jimmy
Wed Oct 19, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain plain text from a RTF control?
Replies: 8
Views: 411

GET ... MEMO How to display last line?

Hi,
How to programmatically go to the last line of a TMultiGet control (GET...MEMO) ?
With the keyboard I had to click on the control to give it focus then press Ctrl+End

TIA
by hua
Wed Sep 28, 2022 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET ... MEMO How to display last line?
Replies: 4
Views: 299

Unrecoverable error 6005: Exception error

... Called from TWINDOW:HANDLEEVENT(0) Called from TDIALOG:HANDLEEVENT(1516) in FueAje\Five\Dialog.prg Called from CALLWINDOWPROC(0) Called from TMULTIGET:GOTFOCUS(849) in FueAje\Five\mget.prg Called from TWINDOW:HANDLEEVENT(0) Called from TMULTIGET:HANDLEEVENT(1427) in FueAje\Five\Control.prg ...
by Antonio Mart.
Wed May 13, 2020 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unrecoverable error 6005: Exception error
Replies: 5
Views: 505

random problem in xBrowse Problem BASE/1004 There is no meth

Hello, Some customers report me this error: Problem BASE/1004 There is no method: ISKINDOF Args: [ 1] = U [ 2] = C TMULTIGET Stack Calls =========== Called from: => ISKINDOF( 0 ) Called from: .\source\classes\XBROWSE.PRG => EDITGETKEYDOWN( 15132 ) Offending line: static function ...
by MOISES
Thu May 07, 2020 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random problem in xBrowse Problem BASE/1004 There is no meth
Replies: 3
Views: 476

Re: Nuevo bug: IsKindOf

... xBrowse. El error se produce en source\xbrowse.prg static function EditGetkeyDown( Self, nKey ) local lMultiGet := ::oEditGet:IsKindOf( "TMULTIGET" ) No en el nGet = AScan. Tengo una función que llamo en oBrowse:bKeyDown :={ | nKey | myfunction() }, y falla al evaluar ::oEditGet:IsKindOf( ...
by MOISES
Wed Jan 22, 2020 9:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo bug: IsKindOf
Replies: 6
Views: 839

Re: Nuevo bug: IsKindOf

El problema está en source\xbrowse.prg

static function EditGetkeyDown( Self, nKey )

local lMultiGet := ::oEditGet:IsKindOf( "TMULTIGET" )
by MOISES
Mon Jan 20, 2020 5:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo bug: IsKindOf
Replies: 6
Views: 839

Nuevo bug: IsKindOf

... ) } ) Ahora, arroja el siguiente error: Event description: Problem BASE/1004 No existe el método: ISKINDOF Args: [ 1] = U [ 2] = C TMULTIGET Gracias.
by MOISES
Mon Jan 20, 2020 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo bug: IsKindOf
Replies: 6
Views: 839

Re: TMultiGet wrap text

I discovered that the class variable ::lHScroll controls the wrapping.

if ::lHScroll is .f. - automatic word wrap - this is the default

if ::lHScroll is .t. - no word wrap
by don lowenstein
Thu Aug 01, 2019 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet wrap text
Replies: 2
Views: 421

Re: TMultiGet wrap text

TMultiGet class automatically wraps text.
by nageswaragunupudi
Thu Aug 01, 2019 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet wrap text
Replies: 2
Views: 421

TMultiGet wrap text

I'm using the TMultiGet class.
FWH-1905 /

How do I make my memo automatically wrap the text if I type past the width of the memo-field input area?

thanks in advance.
Don.
by don lowenstein
Wed Jul 31, 2019 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet wrap text
Replies: 2
Views: 421

Re: Mejoras para scintilla

... 30 TTVITEM 31 TCOMBOBOX 32 GET 33 TCLIPGET 34 TCHECKBOX 35 TXBROWSE 36 TXBRWCOLUMN 37 TSCROLLBAR 38 TCLIPBOARD 39 TBUTTON 40 TBUTTONBMP 41 TSAY 42 TMULTIGET 43 TLISTBOX 44 HBFORMATCODE 45 CODEFORMAT 46 TCURSOR 47 TSCINTILLA 48 TSPLITTER 49 TFILE 50 TTXTFILE 51 TGROUP 52 TPANEL Memory Analysis =============== ...
by caducca
Tue Jul 30, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840356

CAMBIOS DE VERSION

... un .LOG con lo siguiente: EXCESS RELEASE OF FONT Courier New[ hFont : 0] ( nCount : -2 ) <-TFONT:END(285) <-TCONTROL:DESTROY(2166) <-TMULTIGET:DESTROY(523) <-TWINDOW:HANDLEEVENT(0) <-TMULTIGET:HANDLEEVENT(1731) <-_FWH(3368) <-DESTROYWINDOW(0) < Alguna idea? donde tendré ...
by silvinamazzaro
Wed May 22, 2019 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CAMBIOS DE VERSION
Replies: 2
Views: 625
PreviousNext

Return to advanced search