Search found 73 matches: multiget

Return to advanced search

Re: Multiget con color cuando esta deshabilitado

Estimado Carlos, Aqui tienes la clase TMultiGet modificada para que se comporte igual que la clase TGet y un ejempo para que la pruebes. Hemos intentado mantener la compatibilidad con la versión anterior para que no afecte a ningún usuario. Lo único que falta es el color del texto en MultiLines desh...
by Antonio Linares
Mon Apr 15, 2024 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multiget con color cuando esta deshabilitado
Replies: 16
Views: 655

Multiget con color cuando esta deshabilitado

... }, IIf( !oGet:lActive, { CLR_BLUE, CLR_SOFTYELLOW }, { CLR_BLACK, CLR_WHITE } ) ) }  pero para los multiget (memo gets) no es posible. (en igual forma los combobox) existe alguna manera de hacerlo?
by carlos vargas
Sun Apr 14, 2024 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multiget con color cuando esta deshabilitado
Replies: 16
Views: 655

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

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

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

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

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

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

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

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

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

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

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

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

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: 1014
PreviousNext

Return to advanced search