Page 2 of 2

Re: Simulates "Set Confirm Off" and Overwrite in TextBoxes

Posted: Sat Apr 05, 2014 6:29 pm
by Javier Tovar
Gracias Mustafa por compartir! :D

Saludos

Simulates "Set Confirm Off" and Overwrite in TextBoxes

Posted: Wed Apr 09, 2014 3:49 am
by Pablo César
Some properties that MiniGUI Extend keep in different arrays, HMG has not easy to find. _HMG_SYSDATA is an very large array with a lot of informations.

To use SetConfOFF() without any parameter, I have adapted looking for such informations ready in MiniGui Extended:

_HMG_aControlRangeMax = Property with maximum size in TextBox ( MAXLENGTH )
_HMG_aControlInputMask = Keeps InputMask
_HMG_aControlDblClick = Function when OnEnter is actioned

Well, there is always a way of doing things. One of these properties got by using API and rest by _HMG_SYSDATA.

So I wish to share here with these elaborated control functions that could it be very useful.

Re: Simulates "Set Confirm Off" and Overwrite in TextBoxes

Posted: Wed Apr 09, 2014 7:33 am
by serge_girard
Pablo,

Thanks for sharing!


Serge

Re: Simulates "Set Confirm Off" and Overwrite in TextBoxes

Posted: Wed Apr 09, 2014 8:57 am
by mustafa
Pablo César
Muy Bueno
Mustafa

Re: Simulates "Set Confirm Off" and Overwrite in TextBoxes

Posted: Wed Apr 09, 2014 1:09 pm
by EduardoLuis
Pablo y Mustafa:

Excelentes contribuciones. Muy buenas ambas.- Mis felicitaciones y gracias por compartir.-
Eduardo

Re: Simulates "Set Confirm Off" and Overwrite in TextBoxes

Posted: Thu Apr 10, 2014 4:57 pm
by Javier Tovar
Excelente Pablo César, muy bueno! :D

Saludos