Re: Win32Lib 0.57.1 onChange bug (test code)
- Posted by Sabal.Mike at notations.com Apr 16, 2002
- 419 views
That solved it. Thanks! >>> wolfritz at KING.IGS.NET 04/15/02 06:59PM >>> .. 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