Re: Win32Lib 0.57.1 onChange bug (test code)

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

.. interesting, ..are we back to getting the handle of a subclassed control
?
Anyways, here's a patch to Brian's example that *might* do what Michael
wants.

procedure onChange_Cmbo()
integer index
  index=getIndex(Cmbo)
  setText(Stat,getItem(Cmbo,index))
end procedure
onChange[Cmbo] = routine_id("onChange_Cmbo")

.. which, of course, 'breaks' Brian's demo   blink

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

Search



Quick Links

User menu

Not signed in.

Misc Menu