Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
solve the conflict between double keys
#8
first things first stop using that until you fix your code
you need to remove the props you set when dialog starts

you must always do this

Everytime you use
SetProp

you must also use 
RemoveProp
either when the dialog closes or the function/macro ends

    case WM_DESTROY
    RemoveProp he3 "wndproc"
    RemoveProp he5 "wndproc"

fix your code  like i suggested above.   then restart qm

    int i4=LB_SelectedItem(lParam _s)
    mes F"selected {i4} text  {_s}"


Messages In This Thread
solve the conflict between double keys - by win - 04-25-2019, 02:58 AM
RE: solve the conflict between double keys - by Kevin - 04-25-2019, 05:44 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)