Re: Strange Edita behaviour...

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jesus Consuegra wrote:
> 
> Hi Pete,
> Running your test program, 
> (Sent ex.err to you via email),
Ah, thanks, finally I think we're getting somewhere!

> Maybe something related to the spanish locals maybe.
Seems so. Three questions:
1) do you have to ctrl-alt-something to get a ']'?
2) (to the list) Does anyone know what a
  WM_KEYDOWN, wParam=187, lParam=#201B0001 actually is?
  None of my guesses, being VK_F12+64, or 59';'+128, or 91'['+64+32
  seem to make any sense. Maybe the answer to 1) will clarify this.
  Also, according to my docs, bit 29 is always 0 for WM_KEYDOWN,
  but it seems m$ changed that for windows CE only?
3) can you try changing line 5013(ish) of edita.exw from
elsif control then

to
elsif not getKeyState(VK_MENU) and control then

and see if it fixes the problem.

Regards,
Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu