Search found 166 matches: tmultiget

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... to know that you got it working using FWH :-) I think the different behavior with HMG is this: AI_FORM.oAnswer.Value += cStr with FWH we use Class TMultiGet METHOD Append( cStr )      METHOD Append( cText, nLen ) INLINE ;                ...
by Antonio Linares
Fri Dec 22, 2023 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6831

Re: 1st FWH + [x]Harbour 2017 international conference

... Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG 9 TBRUSH 10 TCONTROL 11 TICON 12 TMULTIGET 13 TBUTTON 14 TRECT 15 TSAY 16 TGET 17 GET 18 TCLIPGET 19 TREG32 20 TCURSOR 21 TBITMAP 22 TMDIFRAME 23 TMENU 24 TMENUITEM 25 TMDICLIENT 26 ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 252467

Re: Xbrowse : oBrw:ToArray (How to do it)

... Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG 9 TBRUSH 10 TCONTROL 11 TICON 12 TMULTIGET 13 TBUTTON 14 TRECT 15 TSAY 16 TGET 17 GET 18 TCLIPGET 19 TREG32 20 TCURSOR 21 TBITMAP 22 TMDIFRAME 23 TMENU 24 TMENUITEM 25 TMDICLIENT 26 ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 809

Re: FW_SetUnicode( .T. ) 2-Byte characters

... characters correctly, which is amazing but also a bit confusing! IMHO it would be better, to show � instead. This happens in TGet(), TEdit and TMultiGet()!
by frose
Tue Jun 27, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2113

Re: FW_SetUnicode( .T. ) 2-Byte characters

... the multiline Get @ r,c, GET ctext MEMO/TEXT .. is working perfectly with German lang when FW_SetUnicode() is .T. ? Works without any objection in TMultiGet() :D https://i.postimg.cc/Njf9Mccw/2023-06-23-10-08-07.png   local oDlg   local oGet   local oEdit   local oMemo   local cVar1 ...
by frose
Fri Jun 23, 2023 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2113

Re: Forzar Ancho de línea en un campo Memo

... ir analizando la cadena y haciendo de forma manual que cumpla el requerimiento. A mi humilde entender, no es una caracteristica que tenga la clase TMultiGet. Así que si lo logras, sería muy bueno... Lo he intentado pero tiro la toalla, en el método bchange meto la lógica para revisar el contenido ...
by VictorCasajuana
Tue Apr 11, 2023 8:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Forzar Ancho de línea en un campo Memo
Replies: 8
Views: 741

Re: Forzar Ancho de línea en un campo Memo

... ir analizando la cadena y haciendo de forma manual que cumpla el requerimiento. A mi humilde entender, no es una caracteristica que tenga la clase TMultiGet. Así que si lo logras, sería muy bueno...
by cmsoft
Sat Apr 08, 2023 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Forzar Ancho de línea en un campo Memo
Replies: 8
Views: 741

Re: Scrollbar of TMultiGet

Thank you, Karinha!
by Natter
Sat Apr 01, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 306

Re: Scrollbar of TMultiGet

How about putting a text counter? ¿Qué tal poner un contador de texto?    REDEFINE GET oGet[17] VAR wTEXTO MULTILINE ID 217 OF oDlg                 ;      COLOR CLR_BLUE, CLR_WHITE UPDATE FONT oFont WHEN( lLigaCombo )         ;      ON CHANGE( SB_LimitText( oGet[17], ...
by karinha
Sat Apr 01, 2023 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 306

Re: Scrollbar of TMultiGet

I didn't understand. What purpose?


This is necessary to understand that the text is not fully visible in MultiGet control.
by Natter
Fri Mar 31, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 306

Re: Scrollbar of TMultiGet

I didn't understand. What purpose?

No entendí. ¿Que propósito?

Regards, saludos.
by karinha
Fri Mar 31, 2023 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 306

Re: Scrollbar of TMultiGet

#include "FiveWin.ch"function Main()local cRes := ""local oFont, oGetprivate oDlg  DEFINE FONT oFont NAME "Ms Sans Serif" SIZE 0, -21  DEFINE DIALOG oDlg SIZE 225, 120 TITLE "Example" FONT oFont  @ 0.1, 0.5 GET oGet VAR cRes OF oDlg ;&n...
by Natter
Fri Mar 31, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 306

Re: Scrollbar of TMultiGet

Dear Yuri,

> How can I find out the status of this scrollbar ?

Do you mean if it is enabled or disabled ?

Please provide a self contained small PRG to test, thanks
by Antonio Linares
Fri Mar 31, 2023 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 306

Scrollbar of TMultiGet

Hi,

There is a TMultiGet control with a vertical scrollbar (initially the scrollbar is disable).
I enter some data into Get and as soon as they go outside the window of this Get, the scrollbar becomes enable.
How can I find out the status of this scrollbar ?
by Natter
Thu Mar 30, 2023 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 306

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: 512
Next

Return to advanced search