IDE 0.18.6p Code Editor bug fix
- Posted by "Judith" <camping at txcyber.com> Feb 25, 2004
- 538 views
When I changed the Controls from a dropdown to a list control I forgot to change the setHandler. I left it combined with the Events dropdown with w32HChange. I should have separated the setHandler into two statements. In IDE_Code.ew around line 1054 remove the current setHandler statement and replace with: setHandler(CodeControls,w32HClick,routine_id("Change_Code")) setHandler(CodeEvents,w32HChange,routine_id("Change_Code")) Now changing a control from the list produces better results. ~judith