In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

lPushed/Debug Window Doubt

Xailer professional forum in English
Responder
Avatar de Usuario
emeasoft
Mensajes: 1094
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

lPushed/Debug Window Doubt

Mensaje por emeasoft »

Hello Xailers,
I have a doubt about the lPushed property on the buttons.
When I set it to true, it does not stop receiving inputs from the button, wasn't it supposed to stop receiving inputs? And only receive inputs when I set lPushed to false?
Another doubt is about the debug window, how do I enable it, on xailer 2.4, it appear automatically when i put an "?" in the code.
Thanks,
Juliano

Attached files lPushed Test.zip (3.2 KB)Â
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

lPushed/Debug Window Doubt

Mensaje por ignacio »

emeasoft escribió el mié, 21 diciembre 2011 14:56Hello Xailers,
I have a doubt about the lPushed property on the buttons.
When I set it to true, it does not stop receiving inputs from the button, wasn't it supposed to stop receiving inputs? And only receive inputs when I set lPushed to false?
Another doubt is about the debug window, how do I enable it, on xailer 2.4, it appear automatically when i put an "?" in the code.
Thanks,
Juliano
Juliano,
lPushed is just a state property, its modification does not necessarily change the notifications it receives.
About the Message window, surely is present buy maybe its coordinates are outside the monitor coordinates. Try to reset them from the menu option Tools->General options.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
emeasoft
Mensajes: 1094
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

lPushed/Debug Window Doubt

Mensaje por emeasoft »

Hello Ignacio,
Thanks for the help, we solved the lPushed problem by adding an lEnabled:=false after the lPushed:=.T..
About the Debugger window, It is only triggered if I use the OutDebug() and not the '?', as it was doing on version 2.4. Please see the example for a better understanding.
Thanks,
Juliano

Attached files Debugger Window.zip (3.3 KB)Â
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

lPushed/Debug Window Doubt

Mensaje por jfgimenez »

Juliano,
> About the Debugger window, It is only triggered if I use the
> OutDebug() and not the '?', as it was doing on version 2.4.
> Please see the example for a better understanding.
The ? command was dropped in Xailer 2.5 due a conflict with original
Clipper command, which is used by some users to print through xHarbour
printing system. It was marked in red in the "whatsnew" file. Sorry for
any inconvenience, but you have to use LogDebug() and similar functions.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
emeasoft
Mensajes: 1094
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

lPushed/Debug Window Doubt

Mensaje por emeasoft »

Thanks for the answer Jose,
Thats not an inconvenience. We will start using the logDebug command instead the ?.
Regards,
Juliano
Responder