Search found 167 matches: tmultiget

Return to advanced search

Re: TMultiGet()

Bueno... Me ha parecido que Karinha y Carlos Vargas pintan su nick en bold... me ha parecido que eso antes no pasaba... no sé... :D
by hmpaquito
Sun Mar 31, 2019 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMultiGet()
Replies: 4
Views: 771

Re: TMultiGet()

hmpaquito wrote:Felicidades a los ascendidos !!
Genial que el equipo se refuerce !!


Fwh Power Up ! :D

¿?
by AngelSalom
Sun Mar 31, 2019 10:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMultiGet()
Replies: 4
Views: 771

Re: TMultiGet()

Felicidades a los ascendidos !!
Genial que el equipo se refuerce !!


Fwh Power Up ! :D
by hmpaquito
Fri Mar 29, 2019 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMultiGet()
Replies: 4
Views: 771

Re: TMultiGet()

Un pequeño ejemplo por favor?

Saludos.
by karinha
Fri Mar 29, 2019 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMultiGet()
Replies: 4
Views: 771

TMultiGet()

Hola a todos, Con SetGetColorFocus() pongo color al get que esta el focus y cuando pierfe el focus vuelve a blanco. Pero con TMultiGet():lClrFocus := .T. Cuando el focus esta en el get memo si se pone de color pero al pasar a otro get o get memo no pasa a blanco y se queda el color. ...
by Garbi
Thu Mar 28, 2019 12:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TMultiGet()
Replies: 4
Views: 771

Update a RICHEDIT position without focusing

Hi. This is a chat like application. The top control, a RICHEDIT, is the chat "history" and the bottom one, a TMultiGet, is the operator typing control. If the other party types something before the operator finishes what he is typing, what the other party typed must be presented ...
by concentra
Mon May 28, 2018 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: EN_UPDATE never called on TEdit

Code: Select all  Expand view
GetClassName( hWndCtl ) == "Edit"

This is true for all the 3 classes TEdit, TGet and TMultiGet.
Any changes affect all these 3 classes.
It is desirable to test the effect of these changes on all the three classes thoroughly before implementation.
by nageswaragunupudi
Sat Dec 30, 2017 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EN_UPDATE never called on TEdit
Replies: 9
Views: 2210

Get con caracteres ilimitados

... Quería saber si existe la posibilidad de q los objetos "TGET" admitan caracteres ilimitados como hace en una web, o sea como hace "TMultiget", pero usando la clase "TGet". He intentado poniendo pictures del tipo Replicate( "X", 200 ), pero no sirve de nada. ...
by manuelcalerosolis
Mon Oct 30, 2017 11:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get con caracteres ilimitados
Replies: 6
Views: 762

Re: How to init a "M" var?

... // "M" m1:=test20>a2 ? m1 // "C" In xbrowse--- xcolumn-- method edit() , if ValType( uValue ) $ 'CM' ... ::oEditGet := TMultiGet():New(.." The uvalue must be "M" , I should fund other way to solve this. TKS! Shuming Wang
by ShumingWang
Fri Jun 09, 2017 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to init a "M" var?
Replies: 3
Views: 570

New FTDN May/Mayo 2017 (FWH 17.05)

... New method GetFiles(). It is possible to get the list of files copied from file explorer by setting nformat to 15 (CF_HDROP) * MemoEdit and TMultiGet. For pasting contents of a text file, till now, we need to open it in an editor copy the contents and then paste into MemoEdit/TMultiGet. ...
by Antonio Linares
Sat May 20, 2017 10:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2435

Re: ADORDD FAQs

... 20 TRECT 21 TMSGITEM 22 TTIMER 23 TDIALOG 24 TBTNBMP 25 TXBROWSE 26 TBUTTON 27 TSCROLLBAR 28 TXBRWCOLUMN 29 TSAY 30 TGET 31 GET 32 TCLIPGET 33 TMULTIGET 34 TREG32 Memory Analysis =============== 1809 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes ----------------------------------------------------------------
by gautxori
Tue May 10, 2016 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19690

Re: ADORDD FAQs

... 20 TRECT 21 TMSGITEM 22 TTIMER 23 TDIALOG 24 TBTNBMP 25 TXBROWSE 26 TBUTTON 27 TSCROLLBAR 28 TXBRWCOLUMN 29 TSAY 30 TGET 31 GET 32 TCLIPGET 33 TMULTIGET 34 TREG32 Memory Analysis =============== 1809 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes ----------------------------------------------------------------------------------------------------------------- ...
by gautxori
Sun May 08, 2016 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19690

Re: richtext

René,

I have implemented a new Class TMultiGet method SetEditable( lOnOff )

https://developer.apple.com/library/mac/qa/qa1461/_index.html

I am emailing you the modified libs
by Antonio Linares
Sun Apr 24, 2016 7:53 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: richtext
Replies: 8
Views: 3171

Re: GET (MEMO, MULTILINE, TEXT) UpperCase

Hi Mr. Nages,

You mean change the TMultiget class source and compile it with my application.

Is there any method to set it changing source?

Thanks,
by Horizon
Sat Apr 23, 2016 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET (MEMO, MULTILINE, TEXT) UpperCase
Replies: 8
Views: 1108

GET (MEMO, MULTILINE, TEXT) UpperCase

Hi,

There is no option PICTURE in TMultiGet. How can i simulate it like PICTURE "@!"?

Thanks,
by Horizon
Sat Apr 23, 2016 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET (MEMO, MULTILINE, TEXT) UpperCase
Replies: 8
Views: 1108
PreviousNext

Return to advanced search