Page 1 of 3
An additional feature suggestion to Editbox control
Posted: Tue Dec 01, 2015 10:43 am
by esgici
esgici wrote:
... sadly our editbox control don't support Ctrl-A

...
Here
May be a way to add Ctrl-A key combination for "Select All" implementation to EditBox control
Happy HMG'ing

Re: An additional feature suggestion to Editbox control
Posted: Wed Dec 02, 2015 11:26 pm
by esgici
Nobody interested
Happy HMG'ing

Re: An additional feature suggestion to Editbox control
Posted: Thu Dec 03, 2015 7:30 am
by serge_girard
Sure I'm interested !
Always nice to have. If it is no big deal for the man who must develop it...
Serge
Re: An additional feature suggestion to Editbox control
Posted: Thu Dec 03, 2015 5:56 pm
by esgici
serge_girard wrote:Sure I'm interested !
Always nice to have. If it is no big deal for the man who must develop it...
Serge
Thank Serge
May be developers waiting a bit spare time and a bit more people interested
Viva HMG

Re: An additional feature suggestion to Editbox control
Posted: Fri Dec 04, 2015 2:12 am
by Steed
it will be nice
Re: An additional feature suggestion to Editbox control
Posted: Fri Dec 04, 2015 3:16 am
by andyglezl
Yo no he tenido la necesidad, yo lo manejo con:
----------------------------------------------------------
I have not had the need, I use with:
SHIFT-CTRL-END or SHIFT-CTRL-HOME ...
O utilizar de la siguiente forma, poner 2 botones COPIAR y PEGAR:
-------------------------------------------------------------------------------
Or use the following form, put 2 buttons COPY and PASTE:
COPY
System.Clipboard := Form_1.EditBox_1.Value
PASTE
Form_x.EditBox_x.Value := System.Clipboard // or CTRL-V
Re: An additional feature suggestion to Editbox control
Posted: Fri Dec 04, 2015 4:41 pm
by danielmaximiliano
es ud un genio Andy ... :')
Re: An additional feature suggestion to Editbox control
Posted: Fri Dec 04, 2015 11:56 pm
by andyglezl
Hola Max, nada de eso, solo acumulación de experiencia...
Se agradecen tus palabras, como decimos por acá: "Que te tomas compadre !"
Re: An additional feature suggestion to Editbox control
Posted: Sat Dec 05, 2015 4:10 pm
by danielmaximiliano
Andy, busque con Google porque no funcionaba los Hot keys con el EditBox y no encontre informacion fidedigna porque no funcionaba, pero me olvide que podia usar esas caracteristicas que se encuentran en HMG..
Re: An additional feature suggestion to Editbox control
Posted: Sat Dec 05, 2015 6:44 pm
by esgici
danielmaximiliano wrote:Andy, busque con Google porque no funcionaba los Hot keys con el EditBox y no encontre informacion fidedigna porque no funcionaba, pero me olvide que podia usar esas caracteristicas que se encuentran en HMG..
Google wrote:Andy, search with Google because Hotkeys do not work with the EditBox and found reliable information that did not work, but I forgot I could use those features found in HMG.
For using these "genius" hotkeys instead of Ctrl+A, you need use double hotkey combinations :
Ctrl+Home & Shift+Ctrl+End
or
Ctrl+End & Shift+Ctrl+Home
Viva HMG
