Page 1 of 1

outllok bitmap button response on click

Posted: Wed Dec 27, 2006 3:09 am
by cdmmaui
Hello,

I am having a problem with the DEFINE BUTTON OF OUTLOOK command. Most of the time, I have to click the button multiple time or click and hold the left mouse button in order for the ACTION to process. Is there a correction for this problem?

Thank you,

Posted: Sat Dec 30, 2006 10:52 am
by Antonio Linares
Darrell,

Please change source\classes\outlook.prg in line 189 this way:

oBmp:bAction := {|| Eval(bAction, Self, oBmp, oSay) } // {|| iif( Self:nDrag == 0, Eval(bAction, Self, oBmp, oSay), Self:nDrag := 0 ) }

Posted: Fri Jan 05, 2007 3:23 am
by cdmmaui
Hi Antonio, I made the change to outlook.prg however the application does not load. Can you update the library and send to me?

Thank you,

Posted: Fri Jan 05, 2007 6:42 am
by Antonio Linares
Darrell,

Are you using Harbour or xHarbour ?

Posted: Fri Jan 05, 2007 6:44 am
by cdmmaui
Hi Antonio,

xHarbour

Regards,

Posted: Fri Jan 05, 2007 6:52 am
by Antonio Linares
Darrell,

Already sent by email

Posted: Fri Jan 05, 2007 6:56 am
by cdmmaui
Hi Antonio,

Thank you. It is working now.

Regards,