Página 1 de 1

lPushed/Debug Window Doubt

Publicado: Mié Dic 21, 2011 2:56 pm
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)Â

lPushed/Debug Window Doubt

Publicado: Jue Dic 22, 2011 11:02 am
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,

lPushed/Debug Window Doubt

Publicado: Jue Dic 22, 2011 1:37 pm
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)Â

lPushed/Debug Window Doubt

Publicado: Jue Dic 22, 2011 1:49 pm
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

lPushed/Debug Window Doubt

Publicado: Jue Dic 22, 2011 2:01 pm
por emeasoft
Thanks for the answer Jose,
Thats not an inconvenience. We will start using the logDebug command instead the ?.
Regards,
Juliano