Hello and thank for the help.

I am using the systray class with VFP 9 and I have code in
IconRightClickEvent() which is being ignored.

I can't figure out what I'm doing wrong. The IconClickEvent() code is
working correctly.

Any suggestions?

Thanks,
Jeff

Re: systray is ignoring right mouse click by Josh

Josh
Wed Mar 12 13:48:57 CDT 2008

I've never liked the systray class, I kept getting different results on various
platforms.

I used bbsystray.fll instead, well worth the money to cut down on the headaches,
imho.


On Tue, 11 Mar 2008 11:47:49 -0400, "Jeff Grippe" <jeff@door7.com> wrote:

>Hello and thank for the help.
>
>I am using the systray class with VFP 9 and I have code in
>IconRightClickEvent() which is being ignored.
>
>I can't figure out what I'm doing wrong. The IconClickEvent() code is
>working correctly.
>
>Any suggestions?
>
>Thanks,
>Jeff
>


Re: systray is ignoring right mouse click by Jeff

Jeff
Wed Mar 12 14:39:36 CDT 2008

BUT bbsystray doesn't recognize the simple left click. I was using bbsystray
and bumped the app up to VFP 9 in order get a systray object that recognizes
left clicks.

Do I have to choose between left and right clicks?

"Josh Assing" <XjoshX@jAssing.com> wrote in message
news:9b9gt3hd7iptnefjsiqqqjkgqcdhq1rlgh@4ax.com...
> I've never liked the systray class, I kept getting different results on
> various
> platforms.
>
> I used bbsystray.fll instead, well worth the money to cut down on the
> headaches,
> imho.
>
>
> On Tue, 11 Mar 2008 11:47:49 -0400, "Jeff Grippe" <jeff@door7.com> wrote:
>
>>Hello and thank for the help.
>>
>>I am using the systray class with VFP 9 and I have code in
>>IconRightClickEvent() which is being ignored.
>>
>>I can't figure out what I'm doing wrong. The IconClickEvent() code is
>>working correctly.
>>
>>Any suggestions?
>>
>>Thanks,
>>Jeff
>>
>



Re: systray is ignoring right mouse click by Josh

Josh
Wed Mar 12 21:16:06 CDT 2008



Sorry - I could have sworn bbsystray did left click -- it's been a while.

I checked my ctTray.ocx help -- indeed, it *can* detect right & left clicks.

Sorry for steering you wrong. dbi controls aren't cheap tho.

On Wed, 12 Mar 2008 15:39:36 -0400, "Jeff Grippe" <jeff@door7.com> wrote:

>BUT bbsystray doesn't recognize the simple left click. I was using bbsystray
>and bumped the app up to VFP 9 in order get a systray object that recognizes
>left clicks.
>
>Do I have to choose between left and right clicks?
>
>"Josh Assing" <XjoshX@jAssing.com> wrote in message
>news:9b9gt3hd7iptnefjsiqqqjkgqcdhq1rlgh@4ax.com...
>> I've never liked the systray class, I kept getting different results on
>> various
>> platforms.
>>
>> I used bbsystray.fll instead, well worth the money to cut down on the
>> headaches,
>> imho.
>>
>>
>> On Tue, 11 Mar 2008 11:47:49 -0400, "Jeff Grippe" <jeff@door7.com> wrote:
>>
>>>Hello and thank for the help.
>>>
>>>I am using the systray class with VFP 9 and I have code in
>>>IconRightClickEvent() which is being ignored.
>>>
>>>I can't figure out what I'm doing wrong. The IconClickEvent() code is
>>>working correctly.
>>>
>>>Any suggestions?
>>>
>>>Thanks,
>>>Jeff
>>>
>>
>


Re: systray is ignoring right mouse click by Jeff

Jeff
Thu Mar 13 05:08:28 CDT 2008


"Josh Assing" <XjoshX@jAssing.com> wrote in message
news:7b3ht3t8hd0dgroftt285870spbbuues82@4ax.com...
>
> I checked my ctTray.ocx help -- indeed, it *can* detect right & left
> clicks.
>
> Sorry for steering you wrong. dbi controls aren't cheap tho.

No problem, who makes them and where do I get them?
Thanks.



Re: systray is ignoring right mouse click by Josh

Josh
Thu Mar 13 14:16:31 CDT 2008

>> Sorry for steering you wrong. dbi controls aren't cheap tho.
>
>No problem, who makes them and where do I get them?
>Thanks.

http://www.dbi-tech.com

(I had to google "dbi controls" to remember their address....)
Some of their controls are cheesy; but all of them seem to work well...

-j