FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour WM_SYSKEYDOWN in Ribbon
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
WM_SYSKEYDOWN in Ribbon
Posted: Mon Dec 28, 2009 02:47 AM
How can I redirect the handleevent to the ribbon?

I tried to insert these lines in the METHOD HandleEvent of the TXBrowse CLASS because focus is on xBrowse
Code (fw): Select all Collapse
   elseif nMsg == 260
        msginfo("xbrowse WM_SYSKEYDOWN = 260")
        return Super:HandleEvent( nMsg, nWParam, nLParam )

But with no success.
Best regards,
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: WM_SYSKEYDOWN in Ribbon
Posted: Mon Dec 28, 2009 10:19 AM

Otto,

Do you want it for the Ribbon navigation (Alt) ?

We are going to build an example to test. We have been busy publishing FWH 9.12 this weekend :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: WM_SYSKEYDOWN in Ribbon
Posted: Mon Dec 28, 2009 10:28 AM

Hello Antonio,
Yes. Thank you in advance
Otto

Continue the discussion