while ! ::lEnd
nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )
if nKey >= K_ALT_Q .and. nKey <= K_ALT_M
::oMenu:ProcessKey( __dbgAltToKey( nKey ) )
endif
Antonio Linares wrote:Trying to implement Alt+... support:
- Code: Select all Expand view
while ! ::lEnd
nKey = InKey( 0, INKEY_ALL + HB_INKEY_GTEVENT )
if nKey >= K_ALT_Q .and. nKey <= K_ALT_M
::oMenu:ProcessKey( __dbgAltToKey( nKey ) )
endif
It seems as we have to modify the redefined CLASS HbMenu METHOD ProcessKey( nKey )
Antonio Linares wrote:Already implemented and pushed to the repo
Please do a "git pull" or a clean "git clone https://github.com/fivetechsoft/hbide"
and run go.bat
anyhow still there are bugs and it needs more feedback...
Antonio Linares wrote:There is an updated version already available:
git clone https://github.com/FiveTechSoft/hbide
or simply:
git pull
if nKey >= K_ALT_Q .and. nKey <= K_ALT_M
::oMenu:ProcessKey( nKey )
endif
Antonio Linares wrote:There is an updated version already available:
git clone https://github.com/FiveTechSoft/hbide
or simply:
git pull
Return to To do - WishList / Por hacer - Peticiones
Users browsing this forum: No registered users and 30 guests