Search found 56 matches: multiget

Return to advanced search

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: Scroller in MultiGET()

... 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 or post a full example. Regards, saludos.
by karinha
Mon Mar 20, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroller in MultiGET()
Replies: 5
Views: 536

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: 536

Re: Scroller in MultiGET()

? oGet:winStyle( WS_VSCROLL )
by nageswaragunupudi
Sun Mar 19, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroller in MultiGET()
Replies: 5
Views: 536

Re: Scroller in MultiGET()

What is - oGet:setDisabled(.F.) ?
by Natter
Fri Mar 17, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroller in MultiGET()
Replies: 5
Views: 536

Re: Scroller in MultiGET()

Tal vez:

Code: Select all  Expand view

   oGet:setDisabled(.F.) /
 


https://forums.fivetechsupport.com/viewtopic.php?f=18&t=31053

Regards, saludos.
by karinha
Fri Mar 17, 2023 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroller in MultiGET()
Replies: 5
Views: 536

Scroller in MultiGET()

How can I find out the state of the scroller in MultiGET(). Is it enabled or disabled ?
by Natter
Fri Mar 17, 2023 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroller in MultiGET()
Replies: 5
Views: 536

Re: Ayuda con RICHEDIT5 Aplicar color al Focus

Antonio: Creo que como lo hiciste estaría bien si el control fuera un MultiGet, pero estas usando un control RICHEDIT5 Intuyo que podrías cambiarle el color al momento del tomar el foco oRich:bGotFocus := {|| (oRich:SetTextColor(nRGB( 197, ...
by cmsoft
Sat Aug 27, 2022 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con RICHEDIT5 Aplicar color al Focus
Replies: 11
Views: 678

Re: using Ctrl-Enter in Getq

Esto ocurre usando Multiget o Get normal ?
if change to multiget work ? .

https://developer.apple.com/library/arc ... index.html

In get fivemac use NsTextField .

Un Saludo.
by mastintin
Tue Mar 22, 2022 5:13 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Ctrl-Enter in Getq
Replies: 1
Views: 235

Alt+Enter in the MultiGet object

Hi,

In the MultiGet object, I need to handle pressing Alt+Enter. However, if the Alt (18) key is pressed, the bKeyDown code block is not executed. How do I do this ?
by Natter
Fri Apr 03, 2020 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alt+Enter in the MultiGet object
Replies: 0
Views: 270

Re: New FTDN June/Junio 2018 (FWH 18.06)

... La función Execute() ya no genera un fichero comp.log y genera errores de tiempo de ejecución ahora que detecta el sistema de errores de FWH. * MULTIGET: No era posible usar directamente una variable con longitud superior a 32 K al crear un "GET" en una Ventana. Era necesario usar ...
by Antonio Linares
Mon Sep 03, 2018 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1936

New FTDN June/Junio 2018 (FWH 18.06)

... * Enhancement: function Execute() no longer generates a comp.log file and it generates runtime errors now that thw FWH error system catch. * MULTIGET: It was not possible to directly use a variable with length exceeding 32K while creating the Get on a Window. It was necessary to use a variable ...
by Antonio Linares
Sat Sep 01, 2018 8:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1936

Re: How to make memo edit in dialog automatic selectnone?

... Rick! local lSet := Set( _SET_INSERT) Set( _SET_INSERT, .t. )TMultiGet():lChangeCaret := .t.....@ 1,1 redefine oMulti MULTIGET....  ....Set( _SET_INSERT, lSet)  This is right code. After leaving the multiget i change to old mode. I have also tested with ::gotfocus ...
by byte-one
Sun Aug 27, 2017 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make memo edit in dialog automatic selectnone?
Replies: 5
Views: 996

Re: New FTDN May/Mayo 2017 (FWH 17.05)

May 2017 (revised build) ======== * Fix: MultiGet methods GetSel() and Copy() were not Unicode compatible. Fixed * FWMARIADB: Recommended way to obtain connection to Server is to use command syntax FWCONNECT oCn <clauses>, which translates ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2427

Re: GET (MEMO, MULTILINE, TEXT) UpperCase

... // function Key and define section. #define ES_UPPERCASE 8 It is working good now. or alternatif solution. It can be add a UPPERCASE option in MULTIGET ch command description.
by Horizon
Sun Apr 24, 2016 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET (MEMO, MULTILINE, TEXT) UpperCase
Replies: 8
Views: 1098
Next

Return to advanced search