IDE and win32lib.ew version .55
- Posted by Judith Evans <camping at FLASH.NET> Dec 28, 2000
- 408 views
Several of you have e-mailed me about IDE failures with version .55 and to help anyone else with this problem here is what you need to do. The problem stems from onChange event not being triggered for Combo. There are two places this affects IDE, in Property Sheet and Editor. In prop.ew add an onClick[DropList]=routine_id("deactivateDropList") at end of of the module with the other events. In IDE_code.ew add onClick[CodeControls]=routine_id("ChangeCode") and onClick[CodeEvents]=routine_id("ChangeCode"). Be sure when using the combo boxes in Editor that you do not click on the arrow of the box and IMMEDIATELY lift up. You'll get an exw failure. But if you click the arrow and SLIDE down to the selection you want and THEN lift up, you will be ok. I've not found a way to patch the ChangeCode routine to work other than this. If anyone has, please send me the fixes..... Hopefully, onChange will be resurrected. Anyone knowing of any other problems with IDE and .55, please let me know so I can investigate. Thanks, Judith